This syntax did the trick: svn merge -r661:177 --dry-run https://XXX/trunk/directory_path
In preview mode, SVN showed me the files it was going to update. That list matched the files we knew had been modified erroneously. There weren't any changes to that particular directory contents since r177. I re-ran it without the dry run, then ran diff after the update. We are set. Thank you. Amad On Mon, Apr 29, 2013 at 1:41 PM, Les Mikesell <lesmikes...@gmail.com> wrote: > On Mon, Apr 29, 2013 at 1:23 PM, C M <cmanalys...@gmail.com> wrote: > > 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? > > Yes but that should undo all changes after 177 and you might only want > the next commit or so if more changes were added later. In any case > it is fairly easy and safe to experiment - just use a working copy > with no other changes and don't commit until you get what you want > (and you can tell by diffing against the version where things were > correct). If you don't like the merge results, just revert to the > unmodified checkout and try again. > > -- > Les Mikesell > lesmikes...@gmail.com >