[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[Subclipse-users] issue report: doc example

From: David McNeill <davemc_at_mcpond.co.nz>
Date: 2006-11-07 08:01:06 CET

The Examples section for the svn-ant command update makes no reference
to the update command.

svnant-1.0.0/doc/svn.html#update

The following example from the file makes no reference to <update>
whatsoever, and is no use in distilling how the command works.

Suspected copy/paste from another command!!

Keep up the good work.

David

unchanged snip....

<svn>
<delete>
<fileset dir="workingcopy/deleteTest">
<include name="**/*.del"/> </fileset>
</delete>
<commit message="commit deleted files" dir="workingcopy/deleteTest"/>
</svn>
deletes some files from repository (and commit changes)

<svn javahl="false">
<add dir="workingcopy/propTest"/>
<commit message="propTest added" dir="workingcopy/propTest"/>
<propset path="workingcopy/propTest/file.png" name="svn:mime-type"
value="image/png"/>
<propset path="workingcopy/propTest/file.png" name="myPicture"
file="workingcopy/propTest/icon.gif"/>
</svn>
add my_repos/propTest to repository and set two properties on file.png
subversion command line interface is used (javahl="false").

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Nov 7 08:31:23 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.