CVS Access
Anonymous access
The instructions below should allow anyone to download the latest sources for Director.
cvs -d:pserver:anonymous@cvs.director.sourceforge.net
:/cvsroot/director login
(all on one line)
When prompted for a password for anonymous, simply press the Enter key.
cvs -z3 -d:pserver:anonymous@cvs.director.sourceforge.net
:/cvsroot/director co director
(all on one line)
Further updates from within your working copy can be downloaded by issuing the command:
cvs -z3 update -Pd
Developer access
export CVS_RSH=ssh
cvs -z3 -d:ext:sourceforge_id@cvs.director.sourceforge.net
:/cvsroot/director co director
(all on one line)
|