2009/3/30 Henning Lötsch <[email protected]>:
> 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
[email protected]

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

Reply via email to