Hi Blake, > Been using CVS for years and never knew about those update options. I > suppose whenever I had a problem I just deleted the whole thing an > re-checked it out. It is amazing to me that CVS requires special > parameters to do a real update.....
Perhaps of use:
$ cat ~/.cvsrc
cvs -q
diff -u
rdiff -u
tag -c
update -dP
$
Cheers, Ralph.
