Closed
Bug 300085
Opened 19 years ago
Closed 19 years ago
connect to cvs-mirror.mozilla.org:2401 failed
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: venkat.mim, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)
Build Identifier: connect to cvs-mirror.mozilla.org:2401 failed
connect to cvs-mirror.mozilla.org:2401 failed. No connection could be made
because the target machine actively refused it.
Reproducible: Always
Steps to Reproduce:
1. Downloaded the cvsnt-2.5.01.1976 installer package.
2. Double clicked the same to start installation.
3. Installed on c:\bugzilla
4. started command prompt.
5. entered follwoing text on c:\ prompt =
set CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
cvs login
Logging in to :pserver:anonymous@cvs-mirror.mozilla.org:2401:/cvsroot
Entered password as: anonymous
Actual Results:
Then it gives message :
connect to cvs-mirror.mozilla.org:2401 failed. No connection could be made
because the target machine actively refused it.
Expected Results:
It should have started to next step..
i.e:
cvs checkout -d Bugzilla -rBUGZILLA-2_18-STABLE Bugzilla
Comment 1•19 years ago
|
||
cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot checkout -d Bugzilla -rBUGZILLA-2_18-STABLE Bugzilla works fine for me. check your firewall config or something.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•