RE: [cvsnt] Can´t authenticate
Lawson.Reed
Reed.Lawson at IGT.com
Wed Jul 16 19:25:33 BST 2003
> -----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
> 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.
More information about the cvsnt
mailing list