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.
> -----Original Message----- > From: gdappert at t-online.de [mailto:gdappert at t-online.de] > Sent: Tuesday, July 15, 2003 9:54 AM > To: cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook > Subject: [cvsnt] Can´t authenticate > > > Hello > > I try first time to bring CVSNT to run and I have large problems. > I have: > Windows 2000 Prof SP3 > Install CVSNT 2.06 like step by step manual > Make Directories cvsrepo and cvstemp and one user have all rights on > this directories > I make cvsrepo/test too and cvsnt initialize this directory > (cvsrepo/test/CVSROOT) > after restarting service and reboot I try "set > cvsroot=:sspi:<computername>:/test" and > cvs ls -l -R I see two problems here. 1. you need a user name. Here is an example: :sspi:<user>@<computername>:/test 2. You need to use the login command before anything will work. in WinCVS, its "Admin->login" or from the command line its "cvs -d :sspi:<user>@<computername>:/test login" then it will ask for a password. After this, your "ls" command should work. Hope this helps. Reed.