Yes I have done cvs commits with ant

Here is a
an exmple for doing a "tag"
<target name="tag" >
<property name="cvsbuild.cent.cvs.tag"
value="build-${project.version.V}_${project.version.v}_${project.version.fix}"
/>
<echo
message="Tagging the source tree as ${cvsbuild.cent.cvs.tag}"
/>
<cvs command="-q tag ${cvsbuild.cent.cvs.tag} " failonerror="true"/>


   </target>

The same thing should work for ci  (checkin)


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to