Changeset 52

Show
Ignore:
Timestamp:
04/13/06 12:07:00 (2 years ago)
Author:
mrook
Message:

Add a claryifing example concerning SVN use on Windows machines

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/docs/phing_guide/book/chapters/appendixes/AppendixC-OptionalTasks.html

    r31 r52  
    717717<h2><a name="SvnExportTask"></a>SvnExportTask</h2> 
    718718<p> The <em>SvnExportTask</em> exports a Subversion repository to a local directory.</p> 
    719 <h3>Example</h3> 
     719<h3>Examples</h3> 
     720 
    720721<pre>&lt;svnexport svnpath=&quot;/usr/bin/svn&quot; repositoryurl=&quot;svn://localhost/project/trunk/&quot; todir=&quot;/home/user/svnwc&quot;/&gt; 
     722</pre> 
     723 
     724<pre>&lt;svnexport svnpath=&quot;C:/Subversion/bin/svn.exe&quot; repositoryurl=&quot;svn://localhost/project/trunk/&quot; todir=&quot;C:/projects/svnwc&quot;/&gt; 
    721725</pre> 
    722726 
     
    759763<h2><a name="SvnLastRevisionTask"></a>SvnLastRevisionTask</h2> 
    760764<p> The <em>SvnLastRevisionTask</em> stores the number of the last revision of a Subversion workingcopy in a property.</p> 
    761 <h3>Example</h3> 
    762 <pre>&lt;svnlastrevision svnpath=&quot;/usr/bin/svn&quot; workingcopy=&quot;/home/user/svnwc/&quot; propertyname=&quot;svn.lastrevision&quot;/&gt; 
     765<h3>Examples</h3> 
     766 
     767<pre>&lt;svnlastrevision svnpath=&quot;/usr/bin/svn&quot; workingcopy=&quot;/home/user/svnwc&quot; propertyname=&quot;svn.lastrevision&quot;/&gt; 
     768</pre> 
     769 
     770<pre>&lt;svnlastrevision svnpath=&quot;C:/Subversion/bin/svn.exe&quot; workingcopy=&quot;C:/projects/svnwc&quot; propertyname=&quot;svn.lastrevision&quot;/&gt; 
    763771</pre> 
    764772