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