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

Re: svn commit: r28567 - in branches/tree-conflicts/subversion: include libsvn_wc svn tests/cmdline

From: Charles Acknin <charlesacknin_at_gmail.com>
Date: 2007-12-19 23:04:52 CET

On Dec 19, 2007 6:44 PM, <stsp@tigris.org> wrote:
> @@ -1426,6 +1428,12 @@
> err = svn_utf_cstring_to_utf8(&path_utf8, opt_arg, pool);
> opt_state.from_source = svn_path_canonicalize(path_utf8, pool);
> break;
> + 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;

Shouldn't we let the user know that '-t' implies '-v'? Because in the
end, he's going to see the extra stuff that '-v' prints, right?
I similarly fixed 'svn di --svnpatch' to imply --no-diff-deleted
earlier today, and I thought it was fair to comment it in 'svn di -h'
too.

Charles

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 19 23:05:06 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.