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

Re: reverting to a previous version

From: Talden <talden_at_gmail.com>
Date: 2007-06-07 04:04:31 CEST

I believe you would usually perform a reverse merge over the range of
revisions you're looking to 'remove'.

This leaves a history that this has occurred of course.

The only way to truly remove the commits is to dump up to the revision
you want to keep and then produce a new repository from that dump.

--
Talden
On 6/7/07, Mark Farnell <mark.farnell@gmail.com> wrote:
> Hi!
>
> Suppose if I would like to permanently revert to a previous version, and I
> ran:
>
> svn update -r<foo>
>
> Then if I want to make this version as the current version for future use
> and I ran:
>
>  svn commit -m <message>
>
> However this failed as subversion considers that I made no changes.
>
> How can I let subversion know that I would like to copy the specified
> version as the newest version?
>
> Thanks!
>
> Mark
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 7 04:04:54 2007

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.