sbailliez 02/01/31 14:52:19
Modified: docs/manual/OptionalTasks starteam.html
Log:
comment parameter documentation
Submitted by: [EMAIL PROTECTED] (Steve Cohen)
PR: 5930
Revision Changes Path
1.11 +7 -6 jakarta-ant/docs/manual/OptionalTasks/starteam.html
Index: starteam.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/starteam.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- starteam.html 16 Jan 2002 11:25:48 -0000 1.10
+++ starteam.html 31 Jan 2002 22:52:19 -0000 1.11
@@ -284,13 +284,13 @@
<td align="center" valign="top">no</td>
</tr>
-<!--
+
<tr>
- <td valign="top">createworkingdirs</td>
- <td valign="top">creates local folders even when the corresponding
StarTeam folder is empty. Defaults to "true".</td>
+ <td valign="top">comment</td>
+ <td valign="top">Checkin comment to be saved with the file.</td>
<td align="center" valign="top">no</td>
</tr>
--->
+
<tr>
<td valign="top">adduncontrolled</td>
<td valign="top">if true, any files or folders NOT in StarTeam will be
@@ -419,13 +419,14 @@
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"
/>
</pre>
-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
<i>addUncontrolled</i> 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
<i>addUncontrolled</i> 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.
<pre>
<stcheckin URL="STARTEAM:49201/Aproject/AView"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>