Subclipse.unkrig.de: Difference between revisions

From unkrig.de
Jump to navigation Jump to search
mNo edit summary
Line 99: Line 99:


SUBCLIPSE.UNKRIG.DE is published under the "[[New BSD License]]".
SUBCLIPSE.UNKRIG.DE is published under the "[[New BSD License]]".
== Source Code ==
Source code is available via SVN on
:https://svn.code.sf.net/p/cvstools/code

Revision as of 11:25, 19 August 2013

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".

Source Code

Source code is available via SVN on

https://svn.code.sf.net/p/cvstools/code