Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
CVSNT2.5.03 was installed on a Windows 2003 Server. After done configuration on CVSNT control panel, I restart the cvsnt server. When I use commands on a command-prompt, it shows below: D:\cvs_scratch>set CVSROOT=:pserver:myservername:D:/CVS_repositories/JavaWebApp_cy; D:\cvs_scratch>cvs co CVSROOT Empty password used - try 'cvs login' with a real password cvs [checkout aborted]: D:/CVS_repositories/JavaWebApp_cy;: no such repository In CVS control panel, repository setup like below: Location: D:/CVS/repositories/JavaWebApp_cy Name: D:/CVS/repositories/JavaWebApp_cy Publish Repository - checked Default Repository - checked Online - checked Following is the output to run 'cvsdiag'. D:\cvs_scratch>cvsdiag CVSNT Diagnostic output ----------------------- Server version: 2.5.03 (Scorpio) Build 2382 OS Version: Windows 2003 5.2.3790 (Service Pack 1) CVS Service installed: Yes LockService installed: Yes :pserver: installed: Yes :sserver: installed: Yes :gserver: installed: Yes :server: installed: Yes :ssh: installed: Yes :sspi: installed: Yes :ext: installed: Yes Installation Path: C:\Program Files\CVSNT\ Repository 0 Path: D:/CVS/repositories/JavaWebApp_cy Repository 0 Name: D:/CVS/repositories/JavaWebApp_cy Repository 1 Path: (no value) Repository 1 Name: (no value) Repository 2 Path: (no value) Repository 2 Name: (no value) Repository 3 Path: (no value) Repository 3 Name: (no value) CVS Temp directory: D:\CVS\temp CA Certificate File: (no value) Private Key File: (no value) Local Users Only: No Default LockServer: localhost:2402 Disable Reverse DNS: No Server Tracing: No Case Sensitive: No Server listen port: 2401 Compatibility (Non-cvsnt clients): Report old CVS version: No Hide extended status: No Emulate co -n bug: Yes Ignore client wrappers: No Compatibility (CVSNT clients): Report old CVS version: No Hide extended status: No Emulate co -n bug: No Ignore client wrappers: No Default domain: WS-CT-MSAPPS01 Force run as user: Temp dir readable by current user: Yes Repository0 readable by current user: Yes Temp dir writable by current user: Yes AV files detected: (none) Installed Winsock protocols: 1003: MSAFD Tcpip [TCP/IP] 1004: MSAFD Tcpip [UDP/IP] 1001: RSVP UDP Service Provider 1002: RSVP TCP Service Provider ------------- Does anyone know what's wrong with it? Thanks in advance. northcloud