You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by baz themail <ba...@gmail.com> on 2008/12/18 16:15:14 UTC

Revert procedures: How can i revert a set of changes in svn?

How can i revert a set of changes in svn? Is there any best practice for
that?

Thanks. A.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=986781

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Revert procedures: How can i revert a set of changes in svn?

Posted by Andy Levy <an...@gmail.com>.
On Thu, Dec 18, 2008 at 11:15, baz themail <ba...@gmail.com> wrote:
> How can i revert a set of changes in svn? Is there any best practice for
> that?

If they haven't been committed, svn revert.

If they have been committed,
http://svnbook.red-bean.com/en/1.5/svn.branchmerge.basicmerging.html#svn.branchmerge.basicmerging.undo

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=986786

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].