PDA

View Full Version : Cvs?



yaenbzhen
01-04-2009, 09:35 AM
Hi all... Perhaps I'm hallucinating, but I'm unable to do a cvs checkout on the source for the Linux client:

$ cvs -d:pserver:[email protected]:/cvsroot/seq login
Logging in to :pserver:[email protected]:2401/cvsroot/seq
CVS password:
cvs [login aborted]: connect to [cvs.seq.sourceforge.net]:2401 failed: Connection refused

I've looked through pretty much every appropriate FAQ and can't find anything. Can anyone shed some light on this? Thanks!

ieatacid
01-04-2009, 11:43 AM
We use subversion now.


svn checkout https://seq.svn.sf.net/svnroot/seq/showeq/trunk

yaenbzhen
01-04-2009, 12:47 PM
Aha. I guess it must have been hiding in the one place I didn't look. Thanks!

blvan
01-08-2009, 06:16 AM
is it better to use "svn export" or "svn checkout" just to get the latest?

ieatacid
01-08-2009, 03:35 PM
I think once you've done a checkout, you can just use the update command to update your source with what's on svn.