Has anyone else experienced issues with cvs on SF recently?

I'm trying to add an initial module to a project I have on SourceForge. I run these commands but ssh times out when I try to connect to cvs.sf.net:

ssh [EMAIL PROTECTED]
$ user=rwcitek
$ project=mgb
$ module=mgb
$ mkdir -p ~/src/${project}
$ cd ~/src/${project}
$ touch Readme
$ cvs -d:ext:[EMAIL PROTECTED]:/cvsroot/${project} import -m "Initial import." ${module} vendor start
ssh: connect to host cvs.sf.net port 22: Connection timed out
cvs [import aborted]: end of file from server (consult above messages if any)

Is cvs.sf.net having issues, or am I doing something wrong?

Regards,
- Robert
http://www.cwelug.org/downloads
Help others get OpenSource software.  Distribute FLOSS
for Windows, Linux, *BSD, and MacOS X with BitTorrent


_______________________________________________
CWE-LUG mailing list
[email protected]
http://www.cwelug.org/
http://www.cwelug.org/archives/
http://www.cwelug.org/mailinglist/

Reply via email to