WinCvs
Ok I ran into a problem when doing guide for server 0.5.0. Down below on that step, where it says Press enter when it asks you for a password (leave it blank), I left it blank and it says rejected acess to /cvsroot/eqemu for anonymous. What am I doing wrong?
Get EQEMu Source From CVS
Open a DOS prompt
Win98/95/ME - start->run->command
Win2k/XP/2k3 - start->run->cmd
Type in the following:
c:
cd \eqemu\cvs
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/eqemu login
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/eqemu -z3 co eqemu
NOTE: Press enter when it asks you for a password (leave it blank)
NOTE: Repeat these commands on failure (sourceforge's network gets swamped at times). Sometimes, it takes me 10-15 tries!
NOTE: If you get the following error: 'cvs' is not recognized as an internal or external command, operable program or batch file. - YOU NEGLECTED TO FOLLOW THE DIRECTIONS ABOVE! The section you skipped over is named Add CVS to %PATH%
|