On Sun, Nov 11, 2001 at 09:51:37AM -0500, Zachary Uram wrote:
> 1) What is the current user/pass to login via CVS?

If you've already used CVS, and have not done a CVS logout, then this
is stored on your filesystem in ~/.cvspass

Otherwise, as per http://vanilla.netrek.org/ username netrek password
netrek.

> 2) What command do I issue to update my existing Vanilla src
>    tree?

Be in the tree (cd Vanilla) and issue the update command.

	cvs update

I also add -z3 and -d, the first being compression the second being
create directories as needed.

	cvs -z3 update -d

The ~/.cvsrc file can be adjusted to assume defaults for this;

	% cat ~/.cvsrc
	-z3
	diff -u
	update -d

Join the vanilla-devel mailing list to have CVS commit diffs posted to
you.

-- 
James Cameron    mailto:quozl at us.netrek.org     http://quozl.netrek.org/