|
|
@@ -7,7 +7,7 @@ |
|
|
|
|
|
|
|
<body> |
|
|
|
|
|
|
|
<h2><a name="changelog">ChangeLog</a></h2> |
|
|
|
<h2><a name="changelog">CvsChangeLog</a></h2> |
|
|
|
<h3>Description</h3> |
|
|
|
<p>Generates an XML-formatted report file of the change logs recorded in a |
|
|
|
<a href="http://www.cvshome.org/" target="_top">CVS</a> repository. </p> |
|
|
@@ -87,27 +87,27 @@ the name specified in <code>displayname</code> rather than the user ID. |
|
|
|
|
|
|
|
|
|
|
|
<h3>Examples</h3> |
|
|
|
<pre> <changelog dir="dve/network" |
|
|
|
destfile="changelog.xml" |
|
|
|
<pre> <cvschangelog dir="dve/network" |
|
|
|
destfile="changelog.xml" |
|
|
|
/></pre> |
|
|
|
|
|
|
|
<p>Generates a change log report for all the changes that have been made |
|
|
|
under the <code>dve/network</code> directory. |
|
|
|
It writes these changes into the file <code>changelog.xml</code>.</p> |
|
|
|
|
|
|
|
<pre> <changelog dir="dve/network" |
|
|
|
destfile="changelog.xml" |
|
|
|
daysinpast="10" |
|
|
|
<pre> <cvschangelog dir="dve/network" |
|
|
|
destfile="changelog.xml" |
|
|
|
daysinpast="10" |
|
|
|
/></pre> |
|
|
|
|
|
|
|
<p>Generates a change log report for any changes that were made |
|
|
|
under the <code>dve/network</code> directory in the past 10 days. |
|
|
|
It writes these changes into the file <code>changelog.xml</code>.</p> |
|
|
|
|
|
|
|
<pre> <changelog dir="dve/network" |
|
|
|
destfile="changelog.xml" |
|
|
|
start="20 Feb 2002" |
|
|
|
end="20 Mar 2002" |
|
|
|
<pre> <cvschangelog dir="dve/network" |
|
|
|
destfile="changelog.xml" |
|
|
|
start="20 Feb 2002" |
|
|
|
end="20 Mar 2002" |
|
|
|
/></pre> |
|
|
|
|
|
|
|
<p>Generates a change log report for any changes that were made |
|
|
@@ -115,19 +115,19 @@ between February 20, 2002 and March 20, 2002 |
|
|
|
under the <code>dve/network</code> directory. |
|
|
|
It writes these changes into the file <code>changelog.xml</code>.</p> |
|
|
|
|
|
|
|
<pre> <changelog dir="dve/network" |
|
|
|
destfile="changelog.xml" |
|
|
|
start="20 Feb 2002" |
|
|
|
<pre> <cvschangelog dir="dve/network" |
|
|
|
destfile="changelog.xml" |
|
|
|
start="20 Feb 2002" |
|
|
|
/></pre> |
|
|
|
|
|
|
|
<p>Generates a change log report for any changes that were made |
|
|
|
after February 20, 2002 under the <code>dve/network</code> directory. |
|
|
|
It writes these changes into the file <code>changelog.xml</code>.</p> |
|
|
|
|
|
|
|
<pre> <changelog dir="dve/network" |
|
|
|
destfile="changelog.xml"/> |
|
|
|
<pre> <cvschangelog dir="dve/network" |
|
|
|
destfile="changelog.xml"/> |
|
|
|
<user displayname="Peter Donald" userid="donaldp"/> |
|
|
|
</changelog></pre> |
|
|
|
</cvschangelog></pre> |
|
|
|
|
|
|
|
<p>Generates a change log report for all the changes that were made |
|
|
|
under the <code>dve/network</code> directory, substituting the name |
|
|
|