PDA

View Full Version : Could anyone give me some help on making my own server? =(


Blaykz
11-08-2003, 08:15 PM
im running windows 98
Trying to set up my own server but im stuck at this step.

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



ok i go to c:/eqemu/cvs HOWEVER.. typing

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/eqemu

does nothing but give me a bad command or filename error. BUT typing

Wincvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/eqemu
starts up wincvs

then i was told to put in "path=%path%;C:\eqemu\cvs\wincvs" in the path box on the wincvs pref box that came up.... did i do that correctly? am i done with that step?

11-09-2003, 12:21 AM
It sounds like you don't have:

c:\EqEmu\cvs\wincvs;c:\EqEmu\cvs\wincvs\CVSNT

in your PATH statement. Later versions of wincvs install the cvs.exe into c:\EqEmu\cvs\wincvs\CVSNT

a_Guest03
11-10-2003, 04:04 AM
Download the guide from my signature. I gave Magick the information required to fix your path variable. Follow the instructions for Windows 98 users. After updating the PATH, you should probably reboot.