When I try to log in to the EPIC project's CVS repository as user "anonymous" as per the instructions on SourceForge.net, I get the errors:
cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/e-p-i-c login
Logging in to :pserver:anonymous@cvs.sourceforge.net:2401:/cvsroot/e-p-i-c
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 *****
cvs -d :pserver:anonymous@cvs-pserver.sourceforge.net:80/cvsroot/e-p-i-c login
Logging in to :pserver:anonymous@cvs-pserver.sourceforge.net:80:/cvsroot/e-p-i-c
cvs [login aborted]: connect to cvs-pserver.sourceforge.net:80 failed: No connection could be made because the target machine actively refused it.
***** CVS exited normally with code 1 *****
cvs -d :pserver:anonymous@cvs-pserver.sourceforge.net:443/cvsroot/e-p-i-c login
Logging in to :pserver:anonymous@cvs-pserver.sourceforge.net:443:/cvsroot/e-p-i-c
cvs [login aborted]: connect to cvs-pserver.sourceforge.net:443 failed: No connection could be made because the target machine actively refused it.
***** CVS exited normally with code 1 *****
What am I doing wrong here? As far as I can tell, I have already tried out all of the supported TCP ports, haven#t I?
As an alternative, is there a jar or other archive of the EPIC Perl editor's source code so I would not have to download all the files separately if I don't know which file the stuff I am looking for is in? (The EPIC Perl debugger came with source code in the .jar archive, but the EPIC Perl editor apparently didn't. And yes, the ViewCVS interface works and can access the CVS repository, but it looks like I have to download each and every file separately.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I try to log in to the EPIC project's CVS repository as user "anonymous" as per the instructions on SourceForge.net, I get the errors:
cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/e-p-i-c login
Logging in to :pserver:anonymous@cvs.sourceforge.net:2401:/cvsroot/e-p-i-c
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 *****
cvs -d :pserver:anonymous@cvs-pserver.sourceforge.net:80/cvsroot/e-p-i-c login
Logging in to :pserver:anonymous@cvs-pserver.sourceforge.net:80:/cvsroot/e-p-i-c
cvs [login aborted]: connect to cvs-pserver.sourceforge.net:80 failed: No connection could be made because the target machine actively refused it.
***** CVS exited normally with code 1 *****
cvs -d :pserver:anonymous@cvs-pserver.sourceforge.net:443/cvsroot/e-p-i-c login
Logging in to :pserver:anonymous@cvs-pserver.sourceforge.net:443:/cvsroot/e-p-i-c
cvs [login aborted]: connect to cvs-pserver.sourceforge.net:443 failed: No connection could be made because the target machine actively refused it.
***** CVS exited normally with code 1 *****
What am I doing wrong here? As far as I can tell, I have already tried out all of the supported TCP ports, haven#t I?
As an alternative, is there a jar or other archive of the EPIC Perl editor's source code so I would not have to download all the files separately if I don't know which file the stuff I am looking for is in? (The EPIC Perl debugger came with source code in the .jar archive, but the EPIC Perl editor apparently didn't. And yes, the ViewCVS interface works and can access the CVS repository, but it looks like I have to download each and every file separately.)
The editor is currently 'work in progress'. But the above mentioned problem is a sourceforge one. So, post in sourceforge.
BTW: Waht are you interested in ?