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