Hello David, i found: In addition to pserver, CVS supports the ext method (which uses an external connection program, such as rsh or ssh), kserver (for the Kerberos security system version 4), and gserver (which uses the GSSAPI, or Generic Security Services API, and also handles Kerberos versions 5 and higher). These methods are similar to pserver, but each has its own idiosyncrasies.
at: http://cvsbook.red-bean.com/cvsbook.html#Accessing%20A%20Repository I think my CVSNT Version use always ssh to connect the cvs server, because Windows has no rsh. I will test this next week. Henning David Weintraub schrieb: > 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 > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org