Subclipse.unkrig.de

From unkrig.de
Revision as of 10:02, 19 August 2013 by Aunkrig (talk | contribs)
Jump to navigation Jump to search

Introduction

This ECLIPSE plug-in adds an additional ANT task 'de.unkrig.subclipse.svn' which is available in ANT builds which have the option 'Run in the same JRE as the workspace' set.

The ANT task uses the SVN client that is provided by the SUBCLIPSE plug-in. Thus no configuration is required, because it is re-used from SUBCLIPSE.

To be installed as a plug-in from the update site

http://subclipse.unkrig.de/update

ANT task description

ANT task <de.unkrig.subclipse.svn>

Executes a series of SVN commands

Subelements

<addDirectory>

(Not yet implemented.)

<addFile>

(Not yet implemented.)

<addKeywords>

(Not yet implemented.)

<annotate>

(Not yet implemented.)

<checkout>

(Not yet implemented.)

<commit>

(Not yet implemented.)

<copy>

Attributes:

srcUrl
destUrl
srcPath
destPath
message
revision
pegRevision
copyAsChild
makeParents

Subelements:

Resource collection
<fileset> or <dirset>

<createPatch>

(Not yet implemented.)

<createRepository>

(Not yet implemented.)

<diff>

(Not yet implemented.)

<diffSummarize>

(Not yet implemented.)

<getProperties>

(Not yet implemented.)

<getRevProperties>

(Not yet implemented.)

<lock>

(Not yet implemented.)

<merge>

(Not yet implemented.)

<mkdir>

Attributes:

url
message

<move>

(Not yet implemented.)

<relocate>

(Not yet implemented.)

<remove>

(Not yet implemented.)

<revert>

(Not yet implemented.)

<unlock>

(Not yet implemented.)

<update>

(Not yet implemented.)

License

SUBCLIPSE.UNKRIG.DE is published under the "New BSD License".