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

[BUG] broken wc from "svn co URL URL wc"

From: Ed Price <ed.price_at_gmail.com>
Date: 2006-03-19 00:08:41 CET

I wanted to check out the same repository into two different working
copies. Ie, I wanted to do "svn co $REPOS wc_1 wc_2". But it seems
this is not supported. Checking the help, I noticed that checking out
multiple URLs into one working copy *is* supported. So I decided to
try, as usual, the Simplest Possible Test...

Script:

 svnadmin create repos
 svn co file://`pwd`/repos file://`pwd`/repos wc
 svn st wc

Output (recent trunk; same in FC4 svn 1.2.3):

 $ svnadmin create repos
 $ svn co file://`pwd`/repos file://`pwd`/repos wc
 Checked out revision 0.
 Checked out revision 0.
 $ svn st wc
 subversion/libsvn_wc/lock.c:460: (apr_err=155007)
 svn: 'wc' is not a working copy
 subversion/libsvn_subr/io.c:2483: (apr_err=2)
 svn: Can't open file 'wc/.svn/format': No such file or directory
 $

OK, that's a weird thing to do. But it's clearly a bug :) Shall I
file an issue?

Thanks,
-Ed

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 19 00:08:57 2006

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.