@@ -11,7 +11,8 @@
<h2><a name="cvs">CvsVersion</a></h2>
<h2><a name="cvs">CvsVersion</a></h2>
<h3>Description</h3>
<h3>Description</h3>
<p>
<p>
This task allows to retrieve a CVS client and server version
This task allows to retrieve a CVS client and server version.
<i>Since Ant 1.6.1.</i>
</p>
</p>
<h3>Parameters</h3>
<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">
<table border="1" cellpadding="2" cellspacing="0">
@@ -63,13 +64,13 @@ This task allows to retrieve a CVS client and server version
<td colspan="3">Specific attributes</td>
<td colspan="3">Specific attributes</td>
</tr>
</tr>
<tr>
<tr>
<td valign="top">cvsc lientproperty</td>
<td valign="top">clientversion property</td>
<td valign="top">Name of a property where the cvsclient version
<td valign="top">Name of a property where the cvsclient version
should be stored</td>
should be stored</td>
<td align="center" valign="top">No</td>
<td align="center" valign="top">No</td>
</tr>
</tr>
<tr>
<tr>
<td valign="top">cvs serverproperty</td>
<td valign="top">serverversion property</td>
<td valign="top">Name of a property where the cvs server version
<td valign="top">Name of a property where the cvs server version
should be stored</td>
should be stored</td>
<td align="center" valign="top">No</td>
<td align="center" valign="top">No</td>
@@ -78,8 +79,8 @@ This task allows to retrieve a CVS client and server version
<h3>Examples</h3>
<h3>Examples</h3>
<pre> <cvsversion cvsRoot=":pserver:anoncvs@cvs.apache.org:/home/cvspublic"
<pre> <cvsversion cvsRoot=":pserver:anoncvs@cvs.apache.org:/home/cvspublic"
passfile="/home/myself/.cvspass"
passfile="/home/myself/.cvspass"
cvs serverproperty="apachecvsversion"
cvsc lientproperty="localcvsversion"
serverversion property="apachecvsversion"
clientversion property="localcvsversion"
/></pre>
/></pre>
<p>finds out the cvs client and server versions and stores the versions in the
<p>finds out the cvs client and server versions and stores the versions in the
properties called apachecvsversion and localcvsversion</p>
properties called apachecvsversion and localcvsversion</p>