You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Lakshman Srilakshmanan <la...@tradingpost.com.au> on 2006/09/01 05:27:25 UTC

svn revert

Hi,

Does anyone know why svn revert does not remove any directory or files
that were added as a result of a merge ?

Thanks
Lakshman

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


Re: svn revert

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Sep 1, 2006, at 07:27, Lakshman Srilakshmanan wrote:

> Does anyone know why svn revert does not remove any directory or files
> that were added as a result of a merge ?

Subversion does not know that they were added as a result of a merge.  
As far as Subversion is concerned, they may have just been created by  
you by hand. If Subversion were to remove these upon revert, it would  
destroy original work of yours which does not exist anywhere in the  
repository, which would be very bad. Therefore, Subversion merely  
reverts the addition of the items, and leaves them there so you can  
decide what you want to do with them next.


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

Re: svn revert

Posted by Konrad Rosenbaum <ko...@silmor.de>.
On Friday 01 September 2006 07:27, Lakshman Srilakshmanan wrote:
> Does anyone know why svn revert does not remove any directory or files
> that were added as a result of a merge ?

Use svn resolved to remove those.


	Konrad