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

Re: Rolling Back Changes

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-11-15 23:45:42 CET

On Sat, 2003-11-15 at 13:34, Dietrich Epp wrote:
> I was shocked to find out that most of the files in a directory of my
> project mysteriously disappeared in revision 53.

Run 'svn log -r53 --verbose'. It will list the exact changes made in
r53. If you don't like the change, roll it back in your working copy,
and commit the "undo" as r54. Read chapter 4 in the book about how to
use 'svn merge' to do this.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Nov 15 23:46:45 2003

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.