source: release-kits/lirk3/bin/ant-installer/web/manual1.6.2/manual/CoreTasks/cvspass.html@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 1.4 KB
Line 
1<html>
2
3<head>
4<meta http-equiv="Content-Language" content="en-us">
5<title>CVSPass Task</title>
6<link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css">
7</head>
8
9<body>
10
11<h2><a name="cvs">cvspass</a></h2>
12<h3>Description</h3>
13<p>Adds entries to a .cvspass file. Adding entries to this file has the same affect as a cvs login command.</p>
14<h3>Parameters</h3>
15<table border="1" cellpadding="2" cellspacing="0">
16 <tr>
17 <td valign="top"><b>Attribute</b></td>
18 <td valign="top"><b>Description</b></td>
19 <td align="center" valign="top"><b>Required</b></td>
20 </tr>
21 <tr>
22 <td valign="top">cvsroot</td>
23 <td valign="top">the CVS repository to add an entry for.</td>
24 <td align="center" valign="top">Yes</td>
25 </tr>
26 <tr>
27 <td valign="top">password</td>
28 <td valign="top">Password to be added to the password file.</td>
29 <td align="center" valign="top">Yes</td>
30 </tr>
31 <tr>
32 <td valign="top">passfile</td>
33 <td valign="top">Password file to add the entry to.</td>
34 <td align="center" valign="top">No, default is ~/.cvspass.</td>
35 </tr>
36</table>
37<h3>Examples</h3>
38<pre> &lt;cvspass cvsroot=&quot;:pserver:[email protected]:/home/cvspublic&quot;
39 password=&quot;anoncvs&quot;
40 /&gt;</pre>
41<p>Adds an entry into the ~/.cvspass password file.</p>
42
43<hr>
44<p align="center">Copyright &copy; 2001,2003 Apache Software Foundation. All rights
45Reserved.</p>
46</body>
47</html>
48
Note: See TracBrowser for help on using the repository browser.