Christian

What cvs protocol are you using?  Is it pserver with the password hard-coded
into the config file?

If so, then CVSNT does not accept a password on stdin anymore.  I started
working around this problem but then Matt came up with the following helpful
suggestion:

<helpful-suggestion>
You can also use a special CVSROOT to specify the password.  This works 
with the version of CVS that I have installed:

:pserver:user:[EMAIL PROTECTED]:/dir

It even seems to work with :ssh:  :).
</helpful-suggestion>

It seems to work a treat.

-MG

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Christian
Tellefsen
Sent: 15 August 2003 14:35
To: [EMAIL PROTECTED]
Subject: [Draconet-users] CVS Access hangs during login with 100% load


Hi,

I have tried CVSNT2.0.8 for CVS access. The CVS process hangs using 100% of
the CPU during CVS login. After inserting some debug msgs I found that Draco
hangs in this line in the source:

public class CvsRepository...
        ...
        ...Login() {
                ...
                process.waitForExit();
                // We never get here
                ...
        }

Thanks,
Christian.




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data
Reports, E-commerce, Portals, and Forums are available now. Download today
and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Draconet-users mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/draconet-users



-------------------------------------------------------
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code4
_______________________________________________
Draconet-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/draconet-users

Reply via email to