Re: how to detect read-only branch from client?

2017-02-14 Thread Torsten Mueller
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

RE: how to detect read-only branch from client?

2017-02-14 Thread Andrew Reedick
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