Pages: [1]
|
 |
|
Author
|
Topic: Recompile by CVS?!?! (Read 2647 times)
|
FluX
Guest
|
Im reading throught the forums here, and ppl say to recompile by CVS, well how does one go about getting the files VIA CVS if they are not a part of the Dev team?
I Have tried downloading CVS and using the command: cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/sc2 login
then pressing enter like it says when it asks for a pw ... then i get the error message that anonymous access isnt allowed... WTF.. am i doing something wrong, I also have tried to use WinCVS, but that program appears to be for the developer who wishes to update revision histories and code they are working on..
So the question that stands: "How does the normal anonymous user download the code posted on sourceforge using this CVS system?"
|
|
|
Logged
|
|
|
|
Nic.
Guest
|
I Have tried downloading CVS and using the command: cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/sc2 login You're asking the wrong server; you want cvs.sc2.sourceforge.net, not cvs.sourceforge.net.
So the login command should look like this cvs -d :pserver:anonymous@cvs.sc2.sourceforge.net:/cvsroot/sc2 login
...and hit Enter when asked for a password.
|
|
|
Logged
|
|
|
|
FluX
Guest
|
Ok,, thanks for that bit of info.... next in CVS it needs a module name and location on the server... however i've been looking throught the 1.0 source from the .tar and the CVS files, and nothing... what module name do i feed it so i can compare what i have locally to the CVS server and update whatever is nessesary??
Thanks!
|
|
|
Logged
|
|
|
|
Nic.
Guest
|
Ha! You're giving CVS far too much credit -- in order to "update" in the manner you describe, (i.e., without doing a full checkout first) it will UPLOAD your entire tree to the server, in order to build all of your CVS/Entries files.
This often makes the server crabby, and is always really slow. (how do I know this? I'd rather not discuss that )
You are much better off nuking your existing tree and getting a fresh one from CVS:
cvs -z6 -d :pserver:anonymous@cvs.sc2.sourceforge.net:/cvsroot/sc2 checkout sc2 And I suppose for posterity, I'll mention that once you have the full tree checked out, the command to fetch updates is
cvs -q -z6 update -d -P from the top-level directory you checked out from. Proper use of .cvsrc files can trim that down to just "cvs up", but I'll leave that up to y'all..
|
|
« Last Edit: January 05, 2003, 09:03:12 am by Nic. »
|
Logged
|
|
|
|
FluX
Guest
|
Thanks for all the help!!!
|
|
|
Logged
|
|
|
|
Pages: [1]
|
|
|
|
|