[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: Les Mikesell <lesmikesell_at_gmail.com>
Date: Fri, 26 Apr 2013 20:53:44 -0500

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-27 03:54:16 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.