Deployer 10.15 | Deploying Assets from a Source Asset Repository | Building Composites | Setting VCS Checkout Properties
 
Setting VCS Checkout Properties
If you use a VCS to store your assets, you must set the enable.checkout property in build.properties to true and configure the properties in build-source-checkout.xml to access the VCS. The build-source-checkout.xml template is specific to an SVN version control system. You might have to add more properties to make the file work with other VCS types.
*To set SVN checkout properties
1. Open the following file in a text editor:
Software AG_directory \common\AssetBuildEnvironment\master_build\build-source-checkout.xml
2. Set the following properties to correspond to your SVN as follows:
Note: 
Property
Definition
svn.jars.dir
Location of the open source SvnAnt libraries ( http://subclipse.tigris.org/svnant.html). These libraries are required by the checkout Ant task.
To use a VCS other than SVN, modify this parameter accordingly.
svn.user
User name of the SVN.
svn.password
Password of the SVN.
svn.url
URL of the SVN from where the build script checks out the assets.
build.checkout.dir
The root directory from which the build script will check out the asset sources. This property can point to only one directory; therefore, it should be the root directory containing all projects that will be built.
For example, if your solution contains an Integration Server project, your full project directory might be /root/project/builds/webM/IS. In this case, you would not include /IS in the path. Instead, you would enter /root/project/src/webM/.
3. Save and close the file.
Note:
Do not rename or remove the file from the master_build directory.