[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn_client_lock/unlock don't handle switched files

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-05-19 01:02:41 CEST

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
Received on Thu May 19 01:03:25 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.