Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Programmer16 on May 24, 2005, 08:06:19 pm

Title: CVS issuse
Post by: Programmer16 on May 24, 2005, 08:06:19 pm
I'm new to CVS and I'm having trouble downloading the source code. What do I use as the server (cvs.sourceforge.net?) and what do I use as the Repository folder? I'm using TortoiseCVS.

Thanks!
Title: CVS issuse
Post by: mandrav on May 24, 2005, 11:02:00 pm
Server: cvs.sourceforge.net
Repository folder: /cvsroot/codeblocks
Module: codeblocks

or you can put this in the CVSROOT edit box:
Code
:pserver:anonymous@cvs.sourceforge.net:/cvsroot/codeblocks


Yiannis.