bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: customizing the "cvs" command


From: Ami Fischman
Subject: Re: customizing the "cvs" command
Date: Thu, 12 Dec 2002 14:17:36 -0800
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.50 (i686-pc-linux-gnu)

Philippe_Moutarlier@3com.com writes:

> I cannot find any ways to customize the call to cvs itself in PCL-CVS.

The variable cvs-cvs-flags holds the flags, but not in a very
straight-forward way.

> I am using it from a remote site and would very much like to be able to use
> compression , i.e
> redefine the cvs command as being "cvs -z9" for example.

Create a file ~/.cvsrc and put:
cvs -z9 
in it.  I also have 
update -d
in my ~/.cvsrc. 

> Am I missing something or is this currently impossible ?

I couldn't find references to either the cvs-cvs-flags var or the ~/.cvsrc
file in the documentation.  The .cvsrc file is a cvs thing (i.e.,
command-line cvs should use the same file), and is documented in the cvs
manpage.  

-- 
  Ami Fischman
  usenet@fischman.org





reply via email to

[Prev in Thread] Current Thread [Next in Thread]