Author: evenisse Date: Mon Dec 5 03:34:53 2005 New Revision: 354051 URL: http://svn.apache.org/viewcvs?rev=354051&view=rev Log: PR: CONTINUUM-481 Submitted by: Matthew Beermann Add a faq about cvs authentication and CVSNT Modified: maven/continuum/trunk/continuum-site/src/site/fml/faqs.fml Modified: maven/continuum/trunk/continuum-site/src/site/fml/faqs.fml URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-site/src/site/fml/faqs.fml?rev=354051&r1=354050&r2=354051&view=diff ============================================================================== --- maven/continuum/trunk/continuum-site/src/site/fml/faqs.fml (original) +++ maven/continuum/trunk/continuum-site/src/site/fml/faqs.fml Mon Dec 5 03:34:53 2005 @@ -62,5 +62,21 @@ ]]> + + I'm running on Windows, and Continuum can't log in to my CVS repository! What's going on? + +

+ You're probably running the CVSNT client, or another application based on it, like TortoiseCVS. CVSNT stores passwords in the registry, + rather than the ~/.cvspass file. You'll need to issue the following command manually (but only once), with the appropriate information filled in: +

+ +cvs -d :pserver:account@cvsserver:2401:/rootfolder login + +

+ Also, note that the login will only be saved for the particular user who typed it. If you're running Continuum as a service, double-check the user + it is running as, and make sure that you run cvs login as that user. +

+
+