bodewig 2005/03/14 03:07:27
Modified: docs/manual/CoreTasks Tag: ANT_16_BRANCH cvs.html
cvspass.html
Log:
merge
Revision Changes Path
No revision
No revision
1.18.2.5 +9 -1 ant/docs/manual/CoreTasks/cvs.html
Index: cvs.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvs.html,v
retrieving revision 1.18.2.4
retrieving revision 1.18.2.5
diff -u -r1.18.2.4 -r1.18.2.5
--- cvs.html 3 Mar 2004 14:14:57 -0000 1.18.2.4
+++ cvs.html 14 Mar 2005 11:07:27 -0000 1.18.2.5
@@ -14,6 +14,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>
@@ -169,7 +177,7 @@
above. See <a href="http://www.cvshome.org/docs/manual/cvs-1.11.13/cvs.html" target="_top">the
cvs manual</a> for details,
specifically the <a href="http://www.cvshome.org/docs/manual/cvs-1.11.13/cvs_16.html"
target="_top">Guide to CVS commands</a></p>
<hr>
-<p align="center">Copyright © 2000-2004 The Apache Software
+<p align="center">Copyright © 2000-2005 The Apache Software
Foundation. All rights Reserved.</p>
</body>
1.6.2.3 +9 -1 ant/docs/manual/CoreTasks/cvspass.html
Index: cvspass.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvspass.html,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -u -r1.6.2.2 -r1.6.2.3
--- cvspass.html 19 Nov 2004 09:10:00 -0000 1.6.2.2
+++ cvspass.html 14 Mar 2005 11:07:27 -0000 1.6.2.3
@@ -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>
@@ -41,7 +49,7 @@
<p>Adds an entry into the ~/.cvspass password file.</p>
<hr>
-<p align="center">Copyright © 2001,2003-2004 Apache Software Foundation.
All rights
+<p align="center">Copyright © 2001,2003-2005 Apache Software Foundation.
All rights
Reserved.</p>
</body>
</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|