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.
ok, tried with sspi but than i get this error: cvs [login aborted]: Can't authenticate - server and client cannot agree on an authentication scheme (got '') now i have set the repository settings as follow: prefix: d:/cvs repository: /repository tried to connect with this: cvs -d :pserver:user at localhost:/repository login or cvs -d :sspi:mckenna at localhost:/repository login same error as above or the old -1 error... have cvsnt 2.0.41a and the cvsnt systemfiles copied in it. "Bo Berglund" <bo.berglund at telia.com> schrieb im Newsbeitrag news:tdipc0h65m18kb7tr3vghj2v3k2v15ciks at 4ax.com... > On Sun, 13 Jun 2004 23:31:35 +0200, Bernhard Mayer > <mayerbernd at gmx.net> wrote: > > >hi, > > > >following situation. i have installed a cvsnt server on winxp sp1. after > >install i have set cvsroot to d:/cvsrep and created my repository in > >d:\cvsrep with cvs init. now i have d:/cvsrep/cvsroot and set from the > >applet the repositorie to prefix d:/ and add /cvsrep as my repository. after > >that i created a user with cvs passwd -a. this user ist the same as my > >windows user and password is the same. after that i set the cvsroot to > >:pserver:user at localhost:/cvsrep and try to login with cvs login. > >and now i got an error message > >cvs [login aborted]: Error reading from server localhost: -1: Unknown error > > > >did somebody know what i did wrong? > > > >thx all > > > > > > You should put your repository prefix one level deeper, like so: > C:\CVSRepos\cvsrep > with the prefix set to C:/CVSrepos > > Note that your prefix contains an ending slash and your repository > name too, when these are added they become: > d://cvsrep > which may cause the error. > > And also, why use :pserver:? This is a less secure protocol and much > more difficult to get working. Use :sspi: instead, it works right away > without any extra settings. > > > /Bo > (Bo Berglund, developer in Sweden)