Re: Default commandline args

2010-12-28 Thread Stefan Fuhrmann
On 20.12.2010 23:28, Hyrum K. Wright wrote: In issue #3765, I suggest the possibility of a CVS-style config file wherein a user could specify a set of default arguments for a given subcommand. For example, 'svn diff' would default to 'svn diff -x -p' if the config file had an entry for such. Th

Re: Default commandline args

2010-12-22 Thread Hyrum K. Wright
On Tue, Dec 21, 2010 at 12:34 AM, Blair Zajac wrote: > On 12/20/10 8:30 PM, C. Michael Pilato wrote: >> >> On 12/20/2010 05:28 PM, Hyrum K. Wright wrote: >>> >>> In issue #3765, I suggest the possibility of a CVS-style config file >>> wherein a user could specify a set of default arguments for a g

Re: Default commandline args

2010-12-21 Thread Daniel Shahaf
Bert Huijben wrote on Tue, Dec 21, 2010 at 10:00:37 +0100: > > -Original Message- > > From: hy...@hyrumwright.org [mailto:hy...@hyrumwright.org] On Behalf Of > > Hyrum K. Wright > > Sent: maandag 20 december 2010 23:29 > > To: Subversion Development > > Subject: Default commandline args > >

RE: Default commandline args

2010-12-21 Thread Bert Huijben
> -Original Message- > From: hy...@hyrumwright.org [mailto:hy...@hyrumwright.org] On Behalf Of > Hyrum K. Wright > Sent: maandag 20 december 2010 23:29 > To: Subversion Development > Subject: Default commandline args > > In issue #3765, I suggest the possibility of a CVS-style config file

Re: Default commandline args

2010-12-21 Thread Branko Čibej
On 21.12.2010 08:31, Stefan Sperling wrote: > The svnrc file should not be created by libsvn_client, though. > The cli client could create it after initializing the client library, > at which point the config directory is guaranteed to exist (if I remember > correctly). Indeed, the proposed "defau

Re: Default commandline args

2010-12-20 Thread Stefan Sperling
On Mon, Dec 20, 2010 at 10:34:46PM -0800, Blair Zajac wrote: > What about ~/.subversion/cli or ~/.subversion/command-line-client. > If somebody wants to copy an existing configuration from another > user, they just can't copy ~/.subversion now. There are other clients such as TortoiseSVN which hav

Re: Default commandline args

2010-12-20 Thread Blair Zajac
On 12/20/10 8:30 PM, C. Michael Pilato wrote: On 12/20/2010 05:28 PM, Hyrum K. Wright wrote: In issue #3765, I suggest the possibility of a CVS-style config file wherein a user could specify a set of default arguments for a given subcommand. For example, 'svn diff' would default to 'svn diff -x

Re: Default commandline args

2010-12-20 Thread C. Michael Pilato
On 12/20/2010 05:28 PM, Hyrum K. Wright wrote: > In issue #3765, I suggest the possibility of a CVS-style config file > wherein a user could specify a set of default arguments for a given > subcommand. For example, 'svn diff' would default to 'svn diff -x -p' > if the config file had an entry for