all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* customizing the "cvs" command
@ 2002-12-12 19:31 Philippe_Moutarlier
  2002-12-12 22:17 ` Ami Fischman
  0 siblings, 1 reply; 3+ messages in thread
From: Philippe_Moutarlier @ 2002-12-12 19:31 UTC (permalink / raw)


I cannot find any ways to customize the call to cvs itself in PCL-CVS.
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.

Am I missing something or is this currently impossible ?

Thanks,

Philippe

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: customizing the "cvs" command
       [not found] <mailman.163.1039722283.19936.bug-gnu-emacs@gnu.org>
@ 2002-12-12 22:16 ` Romain FRANCOISE
  0 siblings, 0 replies; 3+ messages in thread
From: Romain FRANCOISE @ 2002-12-12 22:16 UTC (permalink / raw)


Philippe Moutarlier writes:

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

PCL-CVS gets its configuration from the CVS preference file, which is
usually ~/.cvsrc. Mine is, for example:

cvs -z3
checkout -P
update -P -d

If you change this file, you can use the `cvs-reread-cvsrc' command to
update your settings; without having to stop Emacs or unload pcvs.

        Romain.

-- 
Romain FRANCOISE <romain@orebokech.com> | They're nothing but scared
it's a miracle -- http://orebokech.com/ | little mice.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: customizing the "cvs" command
  2002-12-12 19:31 customizing the "cvs" command Philippe_Moutarlier
@ 2002-12-12 22:17 ` Ami Fischman
  0 siblings, 0 replies; 3+ messages in thread
From: Ami Fischman @ 2002-12-12 22:17 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-12-12 22:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-12 19:31 customizing the "cvs" command Philippe_Moutarlier
2002-12-12 22:17 ` Ami Fischman
     [not found] <mailman.163.1039722283.19936.bug-gnu-emacs@gnu.org>
2002-12-12 22:16 ` Romain FRANCOISE

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.