i use this target:

  <target name="checkout" depends="create.cvsroot">
    <cvs command="co"
      cvsRoot=":ext:${us...@${server}:${rep}"
      package="${package}"
      dest="${dest}"
    />
  </target>


Francis Galiegue schrieb:
> Le Monday 30 March 2009 19:29:09 Michael Hüttermann, vous avez écrit :
>> hmmm ok .. but how would the cvs task itself then look like ?
>> Thanks!!
>>
> 
> You can't do that unless you <exec> the CVS command, as far as I've read so 
> far.
> 
> What OS do you run? If Unix-like (that includes Linux), what shell do you use 
> (echo $SHELL at a prompt will tell)?
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to