You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

cvspass.html 1.7 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
  5. <title>CVSPass Task</title>
  6. </head>
  7. <body>
  8. <h2><a name="cvs">cvspass</a></h2>
  9. <h3>Description</h3>
  10. <p>Adds entries to a .cvspass file. Adding entries to this file has the same affect as a cvs login command.</p>
  11. <p><b>CVSNT Note</b>: CVSNT prefers users to store the passwords
  12. inside the registry. If the task doesn't seem to work for you, the
  13. most likely reason is that CVSNT ignores your .cvspass file
  14. completely. See <a
  15. href="http://issues.apache.org/bugzilla/show_bug.cgi?id=21657#c5">bug
  16. zilla report 21657</a> for recommended workarounds.</p>
  17. <h3>Parameters</h3>
  18. <table border="1" cellpadding="2" cellspacing="0">
  19. <tr>
  20. <td valign="top"><b>Attribute</b></td>
  21. <td valign="top"><b>Description</b></td>
  22. <td align="center" valign="top"><b>Required</b></td>
  23. </tr>
  24. <tr>
  25. <td valign="top">cvsroot</td>
  26. <td valign="top">the CVS repository to add an entry for.</td>
  27. <td align="center" valign="top">Yes</td>
  28. </tr>
  29. <tr>
  30. <td valign="top">password</td>
  31. <td valign="top">Password to be added to the password file.</td>
  32. <td align="center" valign="top">Yes</td>
  33. </tr>
  34. <tr>
  35. <td valign="top">passfile</td>
  36. <td valign="top">Password file to add the entry to.</td>
  37. <td align="center" valign="top">No, default is <code>~/.cvspass</code>.</td>
  38. </tr>
  39. </table>
  40. <h3>Examples</h3>
  41. <pre> &lt;cvspass cvsroot=&quot;:pserver:anoncvs@cvs.apache.org:/home/cvspublic&quot;
  42. password=&quot;anoncvs&quot;
  43. /&gt;</pre>
  44. <p>Adds an entry into the ~/.cvspass password file.</p>
  45. <hr>
  46. <p align="center">Copyright &copy; 2001,2003-2005 Apache Software Foundation. All rights
  47. Reserved.</p>
  48. </body>
  49. </html>