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

Re: cmd line stuff (was: CVS update: ...)

From: Bruce Korb <bkorb_at_sco.COM>
Date: 2000-10-18 16:35:38 CEST

Matthew Braithwaite wrote:
> alias cvs='cvs -q'
>
> in the shell, or perhaps slightly less contrived
>
> CVS="cvs -q -d something"
>
> in a shell script.
>
> Of course, there's nothing in your suggestion that precludes being able to
> put options in either place.

I don't think so:

  export SVN_QUIET
  svn mumble <option-list>

should work just fine :-), as would putting the same info
in your ~/.svnrc file.
Received on Sat Oct 21 14:36:11 2006

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.