interesting !! .. this does work for SSH? How does the target "create.cvsroot" look like ?

Henning Lötsch schrieb:
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: [email protected]
For additional commands, e-mail: [email protected]






---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to