ant cvs commit with comment
The following target is quiet simple, but very useful for checking a large set of files into cvs and adding a comment to each commit by using ant.
<target name="commit" description="check the modified, registrated files into the cvs">
<input message="Please enter CVS comment:" addproperty="cvsComment"/>
<property name="promptTimeout" value="10"/>
<cvs cvsRsh="plink" cvsRoot="scholz@xxxx:/xxx/CVS" package="m3" dest=".." command="commit -m '${cvsComment}'" quiet="true"/>
</target>
Created by
zwluxx
Last modified 2005-06-20 03:49 PM
Last modified 2005-06-20 03:49 PM