Re: [Issue 1751] svn switch may corrupt working copy
From: makl <makl_at_tigris.org>
Date: 2004-03-09 16:34:40 CET
And finally a recipe that doesn't mix recursive and non-recursive
Another way is to interrupt the client during the switch.
svnadmin create --bdb-txn-nosync repo
svn co $REPO wc1
touch wc1/trunk/file
svn add wc1/trunk
svn co $REPO/trunk wc2
svn info wc2
---------------------------------------------------------------------
|
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.