Re: Behaviour of 'svn lock' in a read-only workspace

2014-03-18 Thread Philip Martin
Ben Reser writes: > Index: subversion/libsvn_client/locking_commands.c > === > --- subversion/libsvn_client/locking_commands.c (revision 1579078) > +++ subversion/libsvn_client/locking_commands.c (working copy) > @@ -294,6 +294,12 @@

Re: Behaviour of 'svn lock' in a read-only workspace

2014-03-18 Thread Ben Reser
On 3/18/14, 2:18 PM, Fergus Slorach wrote: > In Subversion 1.6 'svn lock ' in a read-only workspace fails as expected > and no lock is created either in the workspace or in the repository. > > In Svn 1.7/1.8 'svn lock ' still fails, but it creates a repository-side > lock (see below). Is this a re

Behaviour of 'svn lock' in a read-only workspace

2014-03-18 Thread Fergus Slorach
Hi, In Subversion 1.6 'svn lock ' in a read-only workspace fails as expected and no lock is created either in the workspace or in the repository. In Svn 1.7/1.8 'svn lock ' still fails, but it creates a repository-side lock (see below). Is this a regression or was the change intentional? > svn