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

Re: [ENHANCEMENT/BUG] svn list --verbose should not cut the author in the output

From: Brass Tilde <brasstilde_at_insightbb.com>
Date: 2005-01-12 21:29:15 CET

Sorry if this is not threaded properly, but I subscribed to the dev list
*after* the messages was posted, and I didn't see (or look for) a command to
have old messages sent to me.

> A new section "[output]" in ~/.subversion/config, with a new parameters
> "[ls-username-width]" and "[status-username-width]", thus:

> ### Section for controlling output formats of the command-line client.
> [output]
> # Show up to this many columns of username in 'svn ls -v' output.
> # ls-username-width = 8
> # Show up to this many columns of username in 'svn status' output.
> # status-username-width = 12

> I'm definitely open to more elegant solutions, by the way. It's
> somewhat displeasing to have to use two different parameter. Really
> there should only be one, "username-width". But the trouble is

Could you not implement a prioritized check within each command along the
lines of:

if username-width is present and has a value
    use username-width
else if the command specific version is present and has a value
    use the command specific version
else
    use the command specific default

?

Brad

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 12 21:30:48 2005

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.