[BUG] svn copy from non-existent repository location leaves WC locked
From: Francois Beausoleil <fbos_at_users.sourceforge.net>
 
Date: 2004-04-05 03:52:56 CEST 
Hello everyone !
 I believe I found a slight bug.  It looks like svn copy leaves the WC
 I'm on WinXP SP1 and SVN 1.0.1 (don't worry about the $.  I use PROMPT
 Here's the recipe:
 rd /s/q repos wc
 And here's a run of the recipe:
 $ svn --version
 [snip]
 $ svnadmin create repos
 $ svn checkout file:///repos wc
 $ cd wc
 $ md someFolder
 $ echo dummy data  1>someFolder\file.txt
 $ svn add someFolder
 $ svn commit --message "r1"
 $ svn delete someFolder
 $ svn commit --message "r2"
 Committed revision 2.
 $ svn copy --revision 2 file:///repos/someFolder badFolder
 $ svn copy --revision 1 file:///repos/someFolder someFolder
 At this point, if I cleanup as asked, and copy from the right revision, I
 Bye !
 ---------------------------------------------------------------------
  | 
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.