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

Working copy not locked

From: Alan Tam <Tam_at_SiuLung.com>
Date: 2004-03-22 20:13:10 CET

Hi,

I got the following error with subversion 1.0.1 on Debian.

$ svnadmin create repos
$ svn co file:///`pwd`/repos wd
$ cd wd
$ svn mkdir p
$ svn mkdir p/a
$ svn mkdir p/b
$ svn ci -m r1
$ ln -s p/a a
$ ln -s p/b b
$ svn mkdir a/a
$ svn mkdir b/b
$ svn ci -m r2
$ svn mkdir a/a/a
$ svn mkdir b/b/b
$ svn ci a/a b/b
svn: Commit failed (details follow):
svn: Working copy '/home/sltam/wd/a/a/a' not locked

All of the below works:
- svn ci
- svn ci a/a
- svn ci b/b
- svn ci p
- svn ci p/a p/b
- svn ci p/a/a p/b/b

Read about issue 1634 or issue 1768 and don't know if they are related.

Please advise.

-- 
Regards,
Alan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 22 20:14:58 2004

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.