Obstructed update when WC to WC copy after URL to URL copy
From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-07-09 23:13:39 CEST
Hi !
I searched the issues database with summary "obstructed update", but
I think I might have found a "bug". Let's say I do a WC to WC copy of a
Here's what it looks like on my Win2K SP3 machine, using ra_local:
E:\>svn --version
E:\>svnadmin create repo
E:\>svn co file:///repo wc-harry
E:\>svn co file:///repo wc-sally
E:\>cd wc-sally
E:\wc-sally>mkdir tau
E:\wc-sally>echo "file content" 1>tau\file
E:\wc-sally>svn add tau
E:\wc-sally>svn commit -m "Adding tau"
E:\wc-sally>cd ..\wc-harry
E:\wc-harry>svn up
E:\wc-harry>svn cp tau tau1
E:\wc-harry>cd ..\wc-sally
E:\wc-sally>svn cp file:///repo/tau file:///repo/tau1 -m "Tagging tau as
Committed revision 2.
E:\wc-sally>svn up
E:\wc-sally>cd ..\wc-harry
E:\wc-harry>svn up
I have not tried with other RA access methods, since I believe this to be
Bye !
-- Francois Beausoleil 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.orgReceived on Wed Jul 9 23:14:35 2003 |
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.