You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2006/08/04 18:54:37 UTC

svn commit: r428778 - /ant/antlibs/svn/trunk/docs/svn.html

Author: stevel
Date: Fri Aug  4 09:54:36 2006
New Revision: 428778

URL: http://svn.apache.org/viewvc?rev=428778&view=rev
Log:
patch the examples to use the current attribute name. Incidentally, we could call it "command" for better consistency with the cvs task.

Modified:
    ant/antlibs/svn/trunk/docs/svn.html

Modified: ant/antlibs/svn/trunk/docs/svn.html
URL: http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/docs/svn.html?rev=428778&r1=428777&r2=428778&view=diff
==============================================================================
--- ant/antlibs/svn/trunk/docs/svn.html (original)
+++ ant/antlibs/svn/trunk/docs/svn.html Fri Aug  4 09:54:36 2006
@@ -117,7 +117,7 @@
 <p>updates the working copy that has previously been checked out into
 &quot;<code>${ws.dir}</code>&quot;.</p>
 
-<pre>  &lt;svn command=&quot;-q diff&quot; output=&quot;patch.txt&quot;/&gt;</pre>
+<pre>  &lt;svn subcommand=&quot;-q diff&quot; output=&quot;patch.txt&quot;/&gt;</pre>
 
 <p>silently (<code>-q</code>) creates a file called <code>patch.txt</code> which contains a unified diff which can be used as input to patch.
 The equivalent, using  <code>&lt;commandline&gt;</code> elements, is:
@@ -144,7 +144,7 @@
 from the <code>&lt;svn&gt;</code> element.
 </p>
 
-<pre>  &lt;svn command=&quot;update&quot;/&gt;</pre>
+<pre>  &lt;svn subcommand=&quot;update&quot;/&gt;</pre>
 <p>Updates from the head of repository creating any new directories as necessary.</p>
 <p>See <a href="http://svnbook.red-bean.com/en/1.1/ch09.html#svn-ch-9-sect-1" target="_top">Version Control with Subversion</a> for details,
 specifically the <a href="http://svnbook.red-bean.com/en/1.1/ch09.html#svn-ch-9-sect-1" target="_top">The Subversion Command Line Client: svn</a></p>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org