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

Re: Files on trunk overwritten...

From: C M <cmanalyst66_at_gmail.com>
Date: Mon, 29 Apr 2013 13:23:44 -0500

The working copy (head revision) is at 661. 177 is what I want to go back
to.

Is this the syntax to use (from within the working copy:

svn merge -r661:177?

On Fri, Apr 26, 2013 at 8:53 PM, Les Mikesell <lesmikesell_at_gmail.com> wrote:

> On Fri, Apr 26, 2013 at 6:18 PM, C M <cmanalyst66_at_gmail.com> wrote:
> > Deleting the trunk is not an option.
> >
> > To do the reverse merge, I created a working copy (which includes the
> files
> > which are incorrect and I want to revert via the merge).
> > Within my working copy, I typed:
> >
> > svn merge -c -177 https://trunk/path_to_directory
> >
> > 177 being the revision I want to roll back to but nothing happens.
> >
> > svn status shows nothing. What am I missing?
>
> That's not saying you want to roll back from current to r177, it says
> undo the change in the rev 177 commit. That is, -r177:176. Is that
> exactly when the change you want to remove happened?
>
> --
> Les Mikesell
> lesmikesell_at_gmail.com
>
Received on 2013-04-29 20:24:18 CEST

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.