Subclipse.unkrig.de: Difference between revisions

From unkrig.de
Jump to navigation Jump to search
Line 11: Line 11:
  http://subclipse.unkrig.de/update
  http://subclipse.unkrig.de/update


= ANT task description =
= Task Descriptions =


== ANT task <de.unkrig.subclipse.svn> ==
== Task <de.unkrig.subclipse.svn> ==


Executes a series of SVN commands
Executes a series of SVN commands
=== Attributes ===
(None.)


=== Subelements ===
=== Subelements ===
Line 38: Line 42:


==== <copy> ====
==== <copy> ====
'''Attributes:'''
Representation of an [http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.copy.html svn copy] subcommand.
;srcUrl
 
;destUrl
===== Attributes =====
;srcPath
;srcUrl, srcPath: File to copy (resource collection subelements are an alternative to specify multiple source files; see below)
;destPath
;destUrl,destPath: Where to copy the file (must be an existing directory iff multiple source files are specified)
;message
;message
;revision
;revision
Line 49: Line 53:
;makeParents
;makeParents


'''Subelements:'''
===== Subelements =====
;Resource collection : <fileset> or <dirset>
;Resource collection (<fileset>, <dirset>, ...): An alternative to the 'srcPath' and 'srcUrl' attributes to specify ''multiple'' source files.


==== <createPatch> ====
==== <createPatch> ====
Line 77: Line 81:


==== <mkdir> ====
==== <mkdir> ====
'''Attributes:'''
Representation of an [http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.mkdir.html svn mkdir] subcommand.
===== Attributes =====
;url
;url
;message
;message

Revision as of 14:41, 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.

Download and Installation

Within ECLIPSE, download and install the feature from the update site

http://subclipse.unkrig.de/update

Task Descriptions

Task <de.unkrig.subclipse.svn>

Executes a series of SVN commands

Attributes

(None.)

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>

Representation of an svn copy subcommand.

Attributes
srcUrl, srcPath
File to copy (resource collection subelements are an alternative to specify multiple source files; see below)
destUrl,destPath
Where to copy the file (must be an existing directory iff multiple source files are specified)
message
revision
pegRevision
copyAsChild
makeParents
Subelements
Resource collection (<fileset>, <dirset>, ...)
An alternative to the 'srcPath' and 'srcUrl' attributes to specify multiple source files.

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

Representation of an svn mkdir subcommand.

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