You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

projectdoc Toolbox

Short Description
Shows how to configure a space to set the defaults for the Subversion Macros.
Iteration
Facade

Configure Space

Space Properties

The following space properties help to provide defaults for the subversion macro.

Space PropertyDescription
url-subversionThe root URL for the subversion resources for this project.
subversion-subfolderThe folder within the SVN root.
project-artifactIdThe name of folder the sources are part of.
project-versionAppended to the project-identifier to form the name.
 

Suppose you want to reference the following file on your subversion server:

https://www.example.com/svn/os/util/tags/my-open-source-lib-1.0.2

Configure your space properties like this:

url-subversionhttps://www.example.com/svn/os
subversion-subfolderutil/tags
project-artifact-idmy-open-source-lib
project-version1.0.2
  • No labels