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.3 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <title>CVSPass Task</title>
  5. </head>
  6. <body>
  7. <h2><a name="cvs">cvspass</a></h2>
  8. <h3>Description</h3>
  9. <p>Adds entries to a .cvspass file. Adding entries to this file has the same affect as a cvs login command.</p>
  10. <h3>Parameters</h3>
  11. <table border="1" cellpadding="2" cellspacing="0">
  12. <tr>
  13. <td valign="top"><b>Attribute</b></td>
  14. <td valign="top"><b>Description</b></td>
  15. <td align="center" valign="top"><b>Required</b></td>
  16. </tr>
  17. <tr>
  18. <td valign="top">cvsroot</td>
  19. <td valign="top">the CVS repository to add an entry for.</td>
  20. <td align="center" valign="top">Yes</td>
  21. </tr>
  22. <tr>
  23. <td valign="top">password</td>
  24. <td valign="top">Password to be added to the password file.</td>
  25. <td align="center" valign="top">Yes</td>
  26. </tr>
  27. <tr>
  28. <td valign="top">passfile</td>
  29. <td valign="top">Password file to add the entry to.</td>
  30. <td align="center" valign="top">No, default is <code>~/.cvspass</code>.</td>
  31. </tr>
  32. </table>
  33. <h3>Examples</h3>
  34. <pre> &lt;cvspass cvsroot=&quot;:pserver:anoncvs@cvs.apache.org:/home/cvspublic&quot;
  35. password=&quot;anoncvs&quot;
  36. /&gt;</pre>
  37. <p>Adds an entry into the ~/.cvspass password file.</p>
  38. <hr>
  39. <p align="center">Copyright &copy; 2001,2003-2004 Apache Software Foundation. All rights
  40. Reserved.</p>
  41. </body>
  42. </html>