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

Re: [tree conflicts] Dropping user-visible files from the design

From: Stefan Sperling <stsp_at_elego.de>
Date: 2007-12-19 00:35:54 CET

On Wed, Dec 19, 2007 at 12:27:33AM +0100, Stefan Sperling wrote:
> Also, there is a little catch we haven't fully figured out yet:
>
> case 't':
> opt_state.show_tree_conflicts = TRUE;
> /* '-t' implies '-v', otherwise svn_wc_client3() won't return
> the entries we need. This hack isn't user-visible. */
> opt_state.verbose = TRUE;
> break;
>
> It's not user-visible because we modified the print function
> to only be verbose if -v is set and -t is not.

Sorry, that was a bit too brief to make it easy for people
to follow me :)

The "print function" is print_status() in subversion/svn/status.c,
and the code snippet above was added to subversion/svn/main.c.

-- 
Stefan Sperling <stsp@elego.de>                 Software Developer
elego Software Solutions GmbH                            HRB 77719
Gustav-Meyer-Allee 25, Gebaeude 12        Tel:  +49 30 23 45 86 96 
13355 Berlin                              Fax:  +49 30 23 45 86 95
http://www.elego.de                 Geschaeftsfuehrer: Olaf Wagner

  • application/pgp-signature attachment: stored
Received on Wed Dec 19 00:36:05 2007

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.