Click to See Complete Forum and Search --> : Downloading cvs


windoze killa
08-12-2002, 09:25 PM
Just about to try and download winex from sourceforge and they give the following command.

cvs -z3 -d: pserver:anonymous@cvs.winex.sourceforge.net:/cvsroot/winex co modulename

What module am I supposed to get? What do I put if I want the whole thing?

Bit lost here, first time at trying a cvs download.

Lorithar
08-12-2002, 10:51 PM
actually on the website the command is
cvs -z3 -d:pserver:anonymous@cvs.winex.sourceforge.net:/cvsroot/winex co wine


so .. .just wine as the module name.

windoze killa
08-12-2002, 11:15 PM
The page I looked at had it the way I had it typed except for the space that I put in to get rid of the smiley.

So that command will download all the source and create a directory structure similar to what would be created if I untarred a tarball?