[Python-Dev] RELEASED: Python 2.2.1

Kevin Jacobs jacobs@penguin.theopalgroup.com
Thu, 11 Apr 2002 09:46:16 -0400 (EDT)


On Thu, 11 Apr 2002, Guido van Rossum wrote:
> Who knows.  For years, I've got this in my .profile:
> 
> alias sup='cvs -z3 -q update -d -P'
> 
> It's the -d -P part that does it.

A slick way of doing this is to create a ~/.cvsrc file, which allows you to
add default arguments.  Here is mine:

cvs -q
update -d -P
diff -u

The first line adds '-q' to all cvs commands by default.  I work with large
projects with many directories and a global '-q' really cleans up the
output.  The second two lines automatically add -d -P and -u to cvs update
and cvs diff respectively.

-Kevin

--
Kevin Jacobs
The OPAL Group - Enterprise Systems Architect
Voice: (216) 986-0710 x 19         E-mail: jacobs@theopalgroup.com
Fax:   (216) 986-0714              WWW:    http://www.theopalgroup.com