Unable to delete versionned resource in a parent folder
From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-04-16 14:45:30 CEST
Hi !
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.
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 Apr 16 14:46:17 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.