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

2017-02-15 Thread Bert Huijben
> -Original Message- > From: Torsten Mueller [mailto:muelle...@runbox.com] > Sent: woensdag 15 februari 2017 08:41 > To: users@subversion.apache.org > Subject: Re: how to detect read-only branch from client? > > Andrew Reedick schrieb: > > > Not a compl

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