[Python-Dev] RELEASED: Python 2.2.1 (original) (raw)

Neal Norwitz neal@metaslash.com
Thu, 11 Apr 2002 10:19:21 -0400


Michael Hudson wrote:

> > alias sup='cvs -z3 -q update -d -P' > > > > It's the -d -P part that does it. > > Or add a .cvsrc file to your home directory: > > update -dP

Hmm. It seems that up -dP in your .cvsrc doesn't do what you might think...

It's worked for me for years, AFAIK. What do you think it does? Are you suggesting it should be -d -P?

Neal