Sorry about that...

try this:

<exec dir="<your temp dir>" executable="cvs.exe">
  <arg line="import -I ! -m &quot; A message about your import &quot;
<your_module> <vendor_tag> <revision_tag>" />
</exec>

This is like doing a 'cd' command to the dir then executing the cvs command
with the command line variables set in <arg line="" />.

HTH.

-Jason

Reply via email to