C. Michael Pilato wrote:
> Beginning in Subversion 1.5, you'll be able to do this:
>
> svn update /path/to/out-of-date/file --accept=mine -r105
> svn commit /path/to/out-of-date/file
>
> In prior versions, you had to run update on the file, let the conflict
> happen, and then scriptishly swap the .rMINE file atop your working
> file, run 'svn resolved' on the file, and then commit.
>
Thanks; but am I correct in thinking this "--accept" option is only for
merge-conflict resolution? That is, if the "svn update" command performs
the merge successfully, the "--accept=mine" has no effect and the local
file now has both the changes between r100 and r105 as well as the local
changes, which is not what I want. I want to ignore the changes between
r100 and r105 unconditionally.
Davin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-03-07 04:52:35 CET