[REPOST] Unable to delete versionned resource in a parent folder
From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-04-17 18:02:35 CEST
I posted this two days ago, but could not find it in the archives...
I don't know if this has been reported previously. I checked the list's
E:\>svnadmin create repos
E:\>svn co file:///repos wc
E:\>cd wc
E:\wc>svn mkdir test
E:\wc>touch afile
E:\wc>svn add afile
E:\wc>svn commit -m "Added content"
E:\wc>svn del afile
E:\wc>svn revert afile
E:\wc>cd test
E:\wc\test>svn del ..\afile
This is on Win2k SP2.
-- 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 Thu Apr 17 18:03:29 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.