Author: bodewig Date: Tue Jun 2 10:15:49 2009 New Revision: 780996 URL: http://svn.apache.org/viewvc?rev=780996&view=rev Log: document support for darcs, bzr and hg Modified: gump/trunk/src/documentation/content/xdocs/metadata/module.xml gump/trunk/src/documentation/content/xdocs/metadata/repository.xml Modified: gump/trunk/src/documentation/content/xdocs/metadata/module.xml URL: http://svn.apache.org/viewvc/gump/trunk/src/documentation/content/xdocs/metadata/module.xml?rev=780996&r1=780995&r2=780996&view=diff ============================================================================== --- gump/trunk/src/documentation/content/xdocs/metadata/module.xml (original) +++ gump/trunk/src/documentation/content/xdocs/metadata/module.xml Tue Jun 2 10:15:49 2009 @@ -213,7 +213,91 @@ dir - The subdirectory in which the svn module is present. + The subdirectory in which the git module is present. + Useful for repositories which organize related modules into + directories. + No + + + + +
darcs + +

References the + darcs repository in + which this project resides. May also contain various + overrides.

+ + + + + + + + + + + + + + + + + +
AttributeDescriptionRequired?
repositoryThe name of the repository in which this module resides.Yes
dirThe subdirectory in which the darcs module is present. + Useful for repositories which organize related modules into + directories.No
+
+ +
bzr + +

References the + Bazaar repository in + which this project resides. May also contain various + overrides.

+ + + + + + + + + + + + + + + + + +
AttributeDescriptionRequired?
repositoryThe name of the repository in which this module resides.Yes
dirThe subdirectory in which the bzr module is present. + Useful for repositories which organize related modules into + directories.No
+
+ +
hg + +

References the + Mercurial repository in + which this project resides. May also contain various + overrides.

+ + + + + + + + + + + + + + + Modified: gump/trunk/src/documentation/content/xdocs/metadata/repository.xml URL: http://svn.apache.org/viewvc/gump/trunk/src/documentation/content/xdocs/metadata/repository.xml?rev=780996&r1=780995&r2=780996&view=diff ============================================================================== --- gump/trunk/src/documentation/content/xdocs/metadata/repository.xml (original) +++ gump/trunk/src/documentation/content/xdocs/metadata/repository.xml Tue Jun 2 10:15:49 2009 @@ -45,7 +45,8 @@ @@ -214,10 +215,12 @@
- GIT UsageThis is for type='git' only. + GIT/darcs/Bazaar/Mercurial Usage + This is for type='git', type='darcs', type='bzr' and + type='hg'.

This specifies all of the elements which are combined to - form an git command line They are split out into separate + form a command line. They are split out into separate entities so that each can be individually overridden in a workspace definition. When an entity is listed as required below, it means that when all of the definitions are combined @@ -236,8 +239,8 @@

+ <git|darcs|bzr|hg dir attribute is + appended to this base url if present.
AttributeDescriptionRequired?
repositoryThe name of the repository in which this module resides.Yes
dirThe subdirectory in which the hg module is present. Useful for repositories which organize related modules into directories. Notype Type of repository. cvs, svn, jars, - p4, git currently + p4, git, darcs, + bzr, hg currently supported.
This is the base URL for all modules that reside within this repository. The module's - <git dir attribute if appended to - this base url. Yes