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

"is missing or not locked" error executing 'svn move dir1 dir2' if dir1 contains its own directory called dir2

From: Dean Thompson <dthompson_at_peakstrategy.net>
Date: 2005-06-23 18:27:34 CEST

I am fairly certain I have discovered a simple but severe subversion
bug. Here is the script of my actions:

bash-2.05b$ mkdir tmp
bash-2.05b$ cd tmp
bash-2.05b$ mkdir svntest
bash-2.05b$ svn import .
svn+ssh://dthompso@cvs.peakstrategy.net/usr/local/svn
-m "test"
Adding svntest

Committed revision 21.
bash-2.05b$ rm -rf svntest
bash-2.05b$ svn co
svn+ssh://dthompso@cvs.peakstrategy.net/usr/local/svn/svntes
t
Checked out revision 21.
bash-2.05b$ ls
svntest
bash-2.05b$ cd svntest
bash-2.05b$ mkdir a
bash-2.05b$ mkdir a/b
bash-2.05b$ svn add a
A a
A a/b
bash-2.05b$ svn commit -m "test"
Adding a
Adding a/b

Committed revision 22.
bash-2.05b$ svn move a b
svn: Working copy 'b/b' is missing or not locked
bash-2.05b$

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 23 21:28:57 2005

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

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