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 "<code>${ws.dir}</code>".</p> -<pre> <svn command="-q diff" output="patch.txt"/></pre> +<pre> <svn subcommand="-q diff" output="patch.txt"/></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><commandline></code> elements, is: @@ -144,7 +144,7 @@ from the <code><svn></code> element. </p> -<pre> <svn command="update"/></pre> +<pre> <svn subcommand="update"/></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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]