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

Re: svn revert

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-09-01 20:05:02 CEST

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
Received on Fri Sep 1 20:09:06 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.