|
|
@@ -28,6 +28,11 @@ |
|
|
|
<td valign="top">the file in which to write the changelog.</td> |
|
|
|
<td align="center" valign="top">Yes</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">daysinpast</td> |
|
|
|
<td valign="top">sets the start the number of days into the past specified.</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">start</td> |
|
|
|
<td valign="top">the earliest date of changes that are to be included in report.</td> |
|
|
@@ -73,6 +78,14 @@ the supplied displayname rather than the userid..</p> |
|
|
|
<p>Generates a changelog for the dve/network directory including all changes that |
|
|
|
ever occured on repository. It writes these changes into the file "changelog.xml".</p> |
|
|
|
|
|
|
|
<pre> <changelog basedir="dve/network" |
|
|
|
destfile="changelog.xml" |
|
|
|
days="10" |
|
|
|
/></pre> |
|
|
|
|
|
|
|
<p>Generates a changelog for the dve/network directory for the last 10 days. It writes |
|
|
|
these changes into the file "changelog.xml".</p> |
|
|
|
|
|
|
|
<pre> <changelog basedir="dve/network" |
|
|
|
destfile="changelog.xml" |
|
|
|
start="20 Feb 2002" |
|
|
|