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

error on move, appendix

From: Dietmar Lippold <dietmar.lippold_at_informatik.uni-stuttgart.de>
Date: 2005-02-20 10:15:05 CET

Hello,

I wrote:
> when I do:
>
> cd /home/user/SVN-Work/project/trunc/
> svn move test1 /home/user/SVN-Work/project/trunc/test2 -m test --non-interactive
>
> I get the error message:
>>>>
> svn: Working copy '/home/user/SVN-Work/project/trunc' locked
> svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
> error (1)
> <<<

I had to add that the following works:
>>>
cd /home/user/SVN-Work/project/trunc/
svn move test1 test2 -m test --non-interactive
<<<

So the directory trunc is not locked but there is a bug in subversion.
The bug occurs, when the first filename is relative and the second is
absolute and the files are in the same directory.

Dietmar

-- 
Dietmar Lippold, Institut IS, Universität Stuttgart
Raum 1.461, Universitätsstraße 38,  70569 Stuttgart
Tel.: 0711 / 7816 - 435;     Fax: 0711 / 7816 - 340
E-Mail: dietmar.lippold@informatik.uni-stuttgart.de
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Feb 20 10:17:32 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.