Andrew Reedick schrieb:
> Not a complete solution, but it's a start. Craft a "svn mkdir" that
> includes the url to test and a url that will always fail
That's it. The key is to create a nested directory in a branch, this
means a directory which has a non-existing parent, and doing that
without
Not a complete solution, but it's a start. Craft a "svn mkdir" that includes
the url to test and a url that will always fail, e.g.
svn mkdir -m "" http://server/repo/dir2test/a
http://server/repo/readonly/z
However, it looks like the urls are sorted and then processed in sort order
(i