source: release-kits/lirk3/resources/gs3-release-maker/ant/docs/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.7 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
15<p><b>CVSNT Note</b>: CVSNT prefers users to store the passwords
16inside the registry. If the task doesn't seem to work for you, the
17most likely reason is that CVSNT ignores your .cvspass file
18completely. See <a
19href="http://issues.apache.org/bugzilla/show_bug.cgi?id=21657#c5">bug
20zilla report 21657</a> for recommended workarounds.</p>
21
22<h3>Parameters</h3>
23<table border="1" cellpadding="2" cellspacing="0">
24 <tr>
25 <td valign="top"><b>Attribute</b></td>
26 <td valign="top"><b>Description</b></td>
27 <td align="center" valign="top"><b>Required</b></td>
28 </tr>
29 <tr>
30 <td valign="top">cvsroot</td>
31 <td valign="top">the CVS repository to add an entry for.</td>
32 <td align="center" valign="top">Yes</td>
33 </tr>
34 <tr>
35 <td valign="top">password</td>
36 <td valign="top">Password to be added to the password file.</td>
37 <td align="center" valign="top">Yes</td>
38 </tr>
39 <tr>
40 <td valign="top">passfile</td>
41 <td valign="top">Password file to add the entry to.</td>
42 <td align="center" valign="top">No, default is <code>~/.cvspass</code>.</td>
43 </tr>
44</table>
45<h3>Examples</h3>
46<pre> &lt;cvspass cvsroot=&quot;:pserver:[email protected]:/home/cvspublic&quot;
47 password=&quot;anoncvs&quot;
48 /&gt;</pre>
49<p>Adds an entry into the ~/.cvspass password file.</p>
50
51<hr>
52<p align="center">Copyright &copy; 2001,2003-2005 Apache Software Foundation. All rights
53Reserved.</p>
54</body>
55</html>
56
Note: See TracBrowser for help on using the repository browser.