You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Philip Martin <ph...@codematters.co.uk> on 2005/05/18 23:02:41 UTC

svn_client_lock/unlock don't handle switched files

svnadmin create repo
svn co file://`pwd`/repo wc
svn mkdir wc/a wc/b
echo "foo" >> wc/a/foo
echo "bar" >> wc/b/bar
svn add wc/a/foo wc/b/bar
svn ci wc -m ""
svn up wc
svn sw file://`pwd`/repo/a/foo wc/b/bar
svn lock wc/b/bar
svn st -u wc
    SB          1   wc/b/bar
Status against revision:      1

The lock is broken because the unswitched URL has been locked.

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn_client_lock/unlock don't handle switched files

Posted by "Peter N. Lundblad" <pe...@famlundblad.se>.
On Thu, 19 May 2005, Philip Martin wrote:

> The lock is broken because the unswitched URL has been locked.
>
>
Yes, organize_lock_targets doesn't handle this case at all. Could you
please file for 1.2.1?

thanks,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org