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

svn revert - seems it doesn't revert everything

From: Greg Stein <gstein_at_collab.net>
Date: 2003-06-28 20:43:07 CEST

[ forwarding to the correct list ]

----- Forwarded message from Oliver Siegmar <oliver.siegmar@xams.org> -----

From: Oliver Siegmar <oliver.siegmar@xams.org>
Subject: svn revert - seems it doesn't revert everything
To: issues@subversion.tigris.org
Date: Sat, 28 Jun 2003 17:31:41 +0200
Reply-To: dev@subversion.tigris.org

Hi all,

$ cd workingdir

$ ls
fileA fileB

$ mkdir dirA

$ svn add dirA
A dirA

$ svn mv fileA dirA
A + dirA/fileA
D fileA

...so far so good. Now I want to revert everything because I wanted
the new (target) filename not fileA but fileC.

$ svn revert -R *
Reverted dirA

$ svn st
? dirA
D fileA

mhm. Why is 'fileA' in deleted state? Ok...do it manually:

$ svn revert fileA
Reverted fileA

Now move it again:

$ svn add dirA
A dirA
A dirA/fileA

...what the ...? Why 'svn revert' didn't removed fileA from directory dirA?

Bye,
Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@subversion.tigris.org
For additional commands, e-mail: issues-help@subversion.tigris.org

----- End forwarded message -----

-- 
Greg Stein, Director of Software Engineering
CollabNet, Inc.  http://www.collab.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 28 20:43:14 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.