[cvsnt] CVSNT - NO REPOSITORY FOUND ERROR
Uwadi Eleweke
uwadi.eleweke at xenex.ca
Thu May 27 14:40:12 BST 2010
Hi,
A million thanks for your quick and useful help. The first three error
messages have been resolved using your suggestion but you did not say
anything about the fourth (and last) error message below...
"Scanning for web log URL on server
Trying http://tor-db02/cgi-bin/viewcvs.cgi/...
Trying http://tor-db02/viewcvs/viewcvs.cgi/...
Trying http://tor-db02/bin/viewcvs.cgi/...
Trying http://tor-db02/viewcvs.cgi/...
Trying http://tor-db02/cgi-bin/viewcvs/...
Trying http://tor-db02/viewcvs/viewcvs/...
Trying http://tor-db02/bin/viewcvs/...
Trying http://tor-db02/viewcvs/...
Trying http://tor-db02/cgi-bin/cvsweb.cgi/...
Trying http://tor-db02/cvsweb/cvsweb.cgi/...
Trying http://tor-db02/bin/cvsweb.cgi/...
Trying http://tor-db02/cvsweb.cgi/...
Trying http://tor-db02/cgi-bin/cvsweb.pl/...
Trying http://tor-db02/cvsweb/cvsweb.pl/...
Trying http://tor-db02/bin/cvsweb.pl/...
Trying http://tor-db02/cvsweb.pl/...
Trying http://tor-db02/cgi-bin/cvsweb/...
Trying http://tor-db02/cvsweb/cvsweb/...
Trying http://tor-db02/bin/cvsweb/...
Trying http://tor-db02/cvsweb/...
Trying http://tor-db02/cgi-bin/viewcvs.cgi/?cvsroot=cvsrepos/xdevelopment...
Trying http://tor-db02/viewcvs/viewcvs.cgi/?cvsroot=cvsrepos/xdevelopment...
Trying http://tor-db02/bin/viewcvs.cgi/?cvsroot=cvsrepos/xdevelopment...
Trying http://tor-db02/viewcvs.cgi/?cvsroot=cvsrepos/xdevelopment...
Trying http://tor-db02/cgi-bin/viewcvs/?cvsroot=cvsrepos/xdevelopment...
Trying http://tor-db02/viewcvs/viewcvs/?cvsroot=cvsrepos/xdevelopment...
Trying http://tor-db02/bin/viewcvs/?cvsroot=cvsrepos/xdevelopment...
Trying http://tor-db02/viewcvs/?cvsroot=cvsrepos/xdevelopment...
Trying http://tor-db02/cgi-bin/cvsweb.cgi/?cvsroot=cvsrepos/xdevelopment...
Trying http://tor-db02/cvsweb/cvsweb.cgi/?cvsroot=cvsrepos/xdevelopment...
Trying http://tor-db02/bin/cvsweb.cgi/?cvsroot=cvsrepos/xdevelopment...
Trying http://tor-db02/cvsweb.cgi/?cvsroot=cvsrepos/xdevelopment...
Trying http://tor-db02/cgi-bin/cvsweb.pl/?cvsroot=cvsrepos/xdevelopment...
Trying http://tor-db02/cvsweb/cvsweb.pl/?cvsroot=cvsrepos/xdevelopment...
Trying http://tor-db02/bin/cvsweb.pl/?cvsroot=cvsrepos/xdevelopment...
Trying http://tor-db02/cvsweb.pl/?cvsroot=cvsrepos/xdevelopment...
Trying http://tor-db02/cgi-bin/cvsweb/?cvsroot=cvsrepos/xdevelopment...
Trying http://tor-db02/cvsweb/cvsweb/?cvsroot=cvsrepos/xdevelopment...
Trying http://tor-db02/bin/cvsweb/?cvsroot=cvsrepos/xdevelopment...
Trying http://tor-db02/cvsweb/?cvsroot=cvsrepos/xdevelopment...
Module list not available for server tor-db02. Ask your administrator to
either install a web browser interface on the server (CVSweb or ViewCVS) or
add the modules to the CVSROOT/modules file. Meanwhile, you'll have to find
the module name elsewhere."
Please, help.
Kind regards.
Uiweke.
-----Original Message-----
From: Arthur Barrett [mailto:arthur.barrett at march-hare.com]
Sent: Tuesday, May 25, 2010 6:33 PM
To: Uwadi Eleweke; support.cvsnt at cvsnt.org; cvsnt at cvsnt.org
Subject: RE: [cvsnt] CVSNT - NO REPOSITORY FOUND ERROR
Uiweke,
> I get the following error mesages:
.
.
.
> cvs [checkout aborted]: d:/cvsrepos/xdevelopment: no such repository
> (eventhough, I have a validly created repository)
This is not a valid name of a repository:
> CVSROOT=:sspi:administrator at tor-db02:2401:d:/cvsrepos/xdevelopment
>
Also you should NOT specify a username (or password) with SSPI, ie:
Bad:
CVSROOT=:sspi:administrator at tor-db02:/devrepo
Good:
CVSROOT=:sspi:tor-db02:/devrepo
You are attempting to refer to the physical location of the repository
on the server, when you should be using the name of the repository
instead.
Use this command to find the name:
cvs info -r tor-db02
Server: tor-db02
Version: Concurrent Versions System (CVSNT) 2.5.05
Protocols:
pserver
sspi
Repositories:
/devrepo my dev repo
Default repository: /devrepo
Default login: :sspi:tor-db02:/devrepo
Regards,
Arthur
More information about the cvsnt
mailing list