Page 1 of 1

CVS Problem part Deux

Posted: Mon Apr 28, 2003 2:47 pm
by maq0r
Greetings friends, today I installed WinCVS.

Auth: pserver
Path: /cvsroot/macroquest
Host: cvs.sourceforge.net
Username: anonymous
CVSRoot: anonymous@cvs.sourceforge.net:/cvsroot/macroquest

Home: D:\SRC-20030308 (my MQ Source Dir)

Nothing else...

When I try to log in:

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

***** CVS exited normally with code 0 *****

I dont really get what is going on, on the left I have my local directory SRC and on the right I get a list of them saying NonCVS File (all the files say this)>

What am I doing wrong? been reading th ehelp and some webpages in Sourceforge, to no avail.

Posted: Mon Apr 28, 2003 2:50 pm
by Jaerin
Probably nothing. Sourceforge's CVS server sucks sometimes. Just keep trying.

Jaerin

Posted: Mon Apr 28, 2003 4:07 pm
by eqjoe
That line looks good.. now pull the source.

You have logged in and that is all.

Next step, now that you are logged in, is checking out the code you want.

Posted: Mon Apr 28, 2003 4:38 pm
by maq0r
How?

Like I said I can only see local directories.

Posted: Mon Apr 28, 2003 4:45 pm
by Mckorr
Local directories is all you will see. Just make sure you are in the one you want the CVS files to download to. Then give the checkout command for module macroquest. That will download the files.

Posted: Mon Apr 28, 2003 6:01 pm
by maq0r
That worked.

Many thanks.