On Fri, Apr 26, 2013 at 6:18 PM, C M <[email protected]> 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
[email protected]