bodewig 2005/03/14 03:06:26 Modified: docs/manual/CoreTasks cvs.html cvspass.html Log: .cvspass doesn't work with CVSNT Revision Changes Path 1.25 +8 -0 ant/docs/manual/CoreTasks/cvs.html Index: cvs.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvs.html,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- cvs.html 7 Mar 2005 18:09:09 -0000 1.24 +++ cvs.html 14 Mar 2005 11:06:26 -0000 1.25 @@ -16,6 +16,14 @@ <p><b>Important:</b> This task needs "<code>cvs</code>" on the path. If it isn't, you will get an error (such as error <code>2</code> on windows). If <code><cvs></code> doesn't work, try to execute <code>cvs.exe</code> from the command line in the target directory in which you are working. + +<p><b>CVSNT Note</b>: CVSNT prefers users to store the passwords +inside the registry. If the <a href="cvspass.html">cvspass task</a> +and the passfile attribute don't seem to work for you, the most likely +reason is that CVSNT ignores your .cvspass file completely. See <a +href="http://issues.apache.org/bugzilla/show_bug.cgi?id=21657#c5">bug +zilla report 21657</a> for recommended workarounds.</p> + <h3>Parameters</h3> <table border="1" cellpadding="2" cellspacing="0"> <tr> 1.9 +8 -0 ant/docs/manual/CoreTasks/cvspass.html Index: cvspass.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvspass.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- cvspass.html 7 Mar 2005 18:09:09 -0000 1.8 +++ cvspass.html 14 Mar 2005 11:06:26 -0000 1.9 @@ -11,6 +11,14 @@ <h2><a name="cvs">cvspass</a></h2> <h3>Description</h3> <p>Adds entries to a .cvspass file. Adding entries to this file has the same affect as a cvs login command.</p> + +<p><b>CVSNT Note</b>: CVSNT prefers users to store the passwords +inside the registry. If the task doesn't seem to work for you, the +most likely reason is that CVSNT ignores your .cvspass file +completely. See <a +href="http://issues.apache.org/bugzilla/show_bug.cgi?id=21657#c5">bug +zilla report 21657</a> for recommended workarounds.</p> + <h3>Parameters</h3> <table border="1" cellpadding="2" cellspacing="0"> <tr>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]