can't log into cvs

The place to discuss creating, porting and modifying Celestia's source code.
Topic author
kaycea
Posts: 11
Joined: 13.07.2004
With us: 20 years 4 months

can't log into cvs

Post #1by kaycea » 22.07.2004, 22:25

Hi all,

Is anyone else out there having problems logging into cvs? I am using WinCVS with the following settings:

Code: Select all

Authentication: pserver
Path:               /cvsroot/celestia
Host address:  cvs.sourceforge.net
User name:     anonymous
CVSROOT:      anonymous@cvs.sourceforge.net:/cvsroot/celestia


Under login settings, I have "Force using the CVSROOT" checked.

This is the output:

Code: Select all

CVSROOT: anonymous@cvs.sourceforge.net:/cvsroot/celestia (password authentication)
cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/celestia login
Logging in to :pserver:anonymous@cvs.sourceforge.net:2401:/cvsroot/celestia
cvs [login aborted]: connect to cvs.sourceforge.net:2401 failed: No connection could be made because the target machine actively refused it.

***** CVS exited normally with code 1 *****


Any suggestions would be appreciated!

Avatar
selden
Developer
Posts: 10192
Joined: 04.09.2002
With us: 22 years 2 months
Location: NY, USA

Post #2by selden » 22.07.2004, 23:34

I use the command-line version of cvs that comes with Cygwin, the Linux environment for Windows.

I had no problems accessing the anonymous cvs server just now.
Here's the script that I use for getting updates. The only obvious difference is that I use .sf. instead of .sourceforge. I doubt that's the problem, though. More likely they were in the middle of rebooting the system when you tried to access it.

Code: Select all

#!/usr/bin/sh -x
cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/celestia login
cvs -z 3 -d:pserver:anonymous@cvs.sf.net:/cvsroot/celestia checkout celestia/$1
Selden

Topic author
kaycea
Posts: 11
Joined: 13.07.2004
With us: 20 years 4 months

Post #3by kaycea » 29.07.2004, 18:09

Apparently, the missing link was going into WinCVS and setting up the proxy server for my LAN.

I can log in just fine now. Thanks for your help!


Return to “Development”