- CVSROOT variable
 
							 - CVSROOT holds the master location
 
							 - work is never done directly in CVSROOT 
 
							 - export CVSROOT=/home/cvs   
 
							 - export CVSROOT=:ext:user@host:/home/cvs
 
							 - export CVS_RSH=/usr/bin/ssh
 
							 - now, cvs import -m "project name" repository vendor-tag release-tag
 
							 - should get a bunch of "N blah blah" messages
 
							 - cd to sandbox, and do cvs co repository
 
						
								NEXT
 
								PREVIOUS