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

Re: [SVN UPDATE] Is the "--accept postpone" option strickly included in the "--non-interactive" one ?

From: Colin Braly <colin.braly_at_gmail.com>
Date: Thu, 7 Mar 2013 09:16:00 +0100

Hi, thank you for the answer.

Well, my bad : when I said "nothin is printed", I mean not these lines :
> Conflict discovered in 'test.txt'.
> Select: (p) postpone, (df) diff-full, (e) edit,
> (mc) mine-conflict, (tc) theirs-conflict,
> (s) show all options:
But yeah, of course, the test file is marked with a "C" ;)
Sorry for my misexplanation.

And again, thank you for this :
> When in non-interactive mode, Subversion can't ask you how you want to
> handle conflicts. So, by default, yes, --accept=postpone is the mode that
> the update will operate in.

It's exactly what I wanted to know !

2013/3/6 C. Michael Pilato <cmpilato_at_collab.net>

> On 03/06/2013 10:39 AM, Colin Braly wrote:
> > Hi there,
> >
> > As regards conflicts, with the command "svn update" :
> > - SVN prompt :
> >
> > |# svn update
> > Conflict discovered in 'test.txt'.
> > Select: (p) postpone, (df) diff-full, (e) edit,
> > (mc) mine-conflict, (tc) theirs-conflict,
> > (s) show all options:|
> >
> > - With a "svn update --accept postpone", nothing is printed (/"take no
> > resolution action at all and instead allow the conflicts to be recorded
> for
> > future resolution"/).
> > - Nothing is print with a "svn update--non-interactive" either.
>
> Nothing is printed? That should be. You should at least see a line such
> as
> "C text.txt" that notes that your file is in a state of conflict.
>
> > => Is the "--accept postpone" option strickly included in the
> > "--non-interactive" one, for a svn update which bring one or more
> conflicts ?
>
> When in non-interactive mode, Subversion can't ask you how you want to
> handle conflicts. So, by default, yes, --accept=postpone is the mode that
> the update will operate in. You can, however, choose a different mode with
> --accept=SOMETHING_ELSE if you wish.
>
> --
> C. Michael Pilato <cmpilato_at_collab.net>
> CollabNet <> www.collab.net <> Enterprise Cloud Development
>
>
Received on 2013-03-07 09:17:00 CET

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

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