2009/3/30 Henning Lötsch <henning.loet...@vodafone.de>:
> i use this target:
>
>  <target name="checkout" depends="create.cvsroot">
>    <cvs command="co"
>      cvsRoot=":ext:${us...@${server}:${rep}"
>      package="${package}"
>      dest="${dest}"
>    />
>  </target>

But how does CVS know to use ssh instead of rsh which is normally the
default "ext" to use?

Normally, you have to set the CVS_RSH environment variable to do this
which can't be done in the build.xml file itself.

--
David Weintraub
qazw...@gmail.com

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

Reply via email to