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