[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: JavaHL bindings - force commit?

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: Fri, 7 Mar 2008 12:12:39 +0100

On 3/7/08, Davin McCall <davmac_at_deakin.edu.au> wrote:
> 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.

Then the only remaining option is to copy your working copy file
aside, update and copy it back on top of the updated file.

HTH,

Erik.

---------------------------------------------------------------------
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 12:12:59 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.