Developers guide
96
set CVS_RSH=C:\Program Files\NetworkSimplicity\ssh\ssh.exe
C.1.3. Checkout the code
Create a cvs-workspace directory on your local machine.
C:\mkdir cvs-workspace
cd cvs-workspace
Now, checkout the modules.
cvs –d :ext:username@mcba5.phys.unsw.edu.au:/home/cvsroot checkout apt
Note that the –d :ext:username@mcba5.phys.unsw.edu.au:/home/cvsroot string can be
omitted if CVSROOT=:ext:username@mcba5.phys.unsw.edu.au:/home/cvsroot.
C.1.4. CVS user interfaces
Several CVS GUI tools are available free on the Internet.
• http://www.tortoisecvs.org is one of the more popular as it integrates directly into
Windows explorer.
• http://www.wincvs.org is also an excellent resource for help configuring cvs on
Windows.










