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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. <h3>Parameters</h3>
  12. <table border="1" cellpadding="2" cellspacing="0">
  13. <tr>
  14. <td valign="top"><b>Attribute</b></td>
  15. <td valign="top"><b>Description</b></td>
  16. <td align="center" valign="top"><b>Required</b></td>
  17. </tr>
  18. <tr>
  19. <td valign="top">cvsroot</td>
  20. <td valign="top">the CVS repository to add an entry for.</td>
  21. <td align="center" valign="top">Yes</td>
  22. </tr>
  23. <tr>
  24. <td valign="top">password</td>
  25. <td valign="top">Password to be added to the password file.</td>
  26. <td align="center" valign="top">Yes</td>
  27. </tr>
  28. <tr>
  29. <td valign="top">passfile</td>
  30. <td valign="top">Password file to add the entry to.</td>
  31. <td align="center" valign="top">No, default is <code>~/.cvspass</code>.</td>
  32. </tr>
  33. </table>
  34. <h3>Examples</h3>
  35. <pre> &lt;cvspass cvsroot=&quot;:pserver:anoncvs@cvs.apache.org:/home/cvspublic&quot;
  36. password=&quot;anoncvs&quot;
  37. /&gt;</pre>
  38. <p>Adds an entry into the ~/.cvspass password file.</p>
  39. <hr>
  40. <p align="center">Copyright &copy; 2001,2003-2005 Apache Software Foundation. All rights
  41. Reserved.</p>
  42. </body>
  43. </html>