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

[BUG] svn copy from non-existent repository location leaves WC locked

From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2004-04-05 04:27:22 CEST

(Sorry, I deleted the original message, so can't reply to it).

It's worse than I thought. Here's a log of what I did:

$ svn co http://%REPO_URL%/repos/rac/leadmanagement/trunk
A trunk\INSTALL.txt
...
 U trunk
Checked out revision 2444.

$ svn log -v -r2438
------------------------------------------------------------------------
r2438 | fbos | 2004-04-04 17:17:24 -0400 (Sun, 04 Apr 2004) | 98 lines
Changed paths:
[snip]
   D \rac\leadmanagement\trunk\src\web\careernudge\tutorial

[snip]
------------------------------------------------------------------------

$ cd trunk\src\web\careernudge

$ svn cp -r 2437
http://%REPO_URL%/repos/rac/leadmanagement/trunk/src/web/careernudge/tutorial
.
svn: Working copy '.' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for
details)

$ svn cleanup

$ svn cp -r 2437
http://%REPO_URL%/repos/rac/leadmanagement/trunk/src/web/careernudge/tutorial
.
svn: 'tutorial' is in the way

At this point, I can't get tutorial/ back in my WC. I can copy tutorial,
but only as a subdir of tutorial, which is obviously not what I want...

Am I doing something wrong, or is there something else going on ?

Just to be thorough, I tested using the 1.1.0 experimental build, and
things went well with it:
$ svn --version
svn, version 1.1.0 (dev build)
   compiled Mar 28 2004, 13:15:25

$ svn st

$ svn cp -r2437
http://%REPO_URL%/repos/rac/leadmanagement/trunk/src/web/careernudge/tutorial
tutorial
A tutorial\index.jsp
A tutorial\newcontact.jpg
A tutorial\managecontacts.jpg
A tutorial\newcontact.psd
A tutorial\managecontacts.psd
Checked out revision 2437.
A tutorial

$ svn st
A + tutorial

Thanks !
François
Developer of Java Gui Builder
http://jgb.sourceforge.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 5 04:27:42 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.