<!-- tag the source tree with tag --> <target name="src-tag" description="Tags source tree in CVS, from a given branch with the given tag."> <echo message="tagging source from CVS..." /> <cvs cvsRoot="${repository_root}" command="rtag -F -r ${cvs_branch} ${tag} mymodule" /> <echo message="...done" /> </target>
-----Original Message----- From: Geoff Meakin [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 9:36 AM To: [EMAIL PROTECTED] Subject: ANT CVS tagging Hi all you Ant/CVS experts, Is there any way to actual tag my CVS tree with a tag as part of an ANT build process (without using <exec> obviously...) I note the CVS tasks available but they seem to be more geared to getting stuff out of CVS. Any help would be appreciated Thanks Geoff -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>