adduncontrolled |
if true, any files or folders NOT in StarTeam will be
@@ -419,13 +419,14 @@ This example is like the previous one, but will only check only in one file, C:\
password="secret"
rootlocalfolder="C:\dev\buildtest\co"
rootstarteamfolder="src/java"
- includes="version.txt"
+ includes="version.java"
forced="true"
recursive="false"
addUncontrolled="true"
+ comment="Fix Bug #667"
/>
-This example is like the previous one, but will only check only in one file, C:\dev\buildtest\co\version.txt to the StarTeam folder src/java. Because the addUncontrolled attribute has been set, if StarTeam does not already control this file in this location, it will be added to the repository.
+This example is like the previous one, but will only check only in one file, C:\dev\buildtest\co\version.java to the StarTeam folder src/java. Because the addUncontrolled attribute has been set, if StarTeam does not already control this file in this location, it will be added to the repository. Also, it will write a comment to the repository for this version of the file.
<stcheckin URL="STARTEAM:49201/Aproject/AView"
|