[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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
archive and Issuezilla but couldn't find anything. Here is the recipe:
E:\>svn --version
svn, version 0.20.0 (r5410)
   compiled Mar 24 2003, 22:54:20

E:\>svnadmin create repos

E:\>svn co file:///repos wc
Checked out revision 0.

E:\>cd wc

E:\wc>svn mkdir test
A test

E:\wc>touch afile

E:\wc>svn add afile
A afile

E:\wc>svn commit -m "Added content"
Adding afile
Adding test
Transmitting file data .
Committed revision 1.

E:\wc>svn del afile
D afile

E:\wc>svn revert afile
Reverted afile

E:\wc>cd test

E:\wc\test>svn del ..\afile
svn: Attempting restricted operation for unversioned resource
svn: Use --force to override this restriction
svn: 'afile' is not under revision control

This is on Win2k SP2.

Bye !
Francois

--
  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.org
Received 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.