Re: CVS with SSH

2009-04-03 Thread David Weintraub
2009/4/2 Henning Lötsch : > 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 A

Re: CVS with SSH

2009-04-02 Thread Henning Lötsch
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

Re: CVS with SSH

2009-04-02 Thread Henning Lötsch
Hello, sorry i was on travel. My "create.cvsroot" Target: ${dependence.warning.ssh1} ${dependence.warning.ssh2} ${cvs.error.connection.method} (You n

Re: CVS with SSH

2009-03-31 Thread David Weintraub
2009/3/30 Henning Lötsch : > i use this target: > >   >          cvsRoot=":ext:${us...@${server}:${rep}" >      package="${package}" >      dest="${dest}" >    /> >   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

Re: CVS with SSH

2009-03-31 Thread Francis Galiegue
Le lundi 30 mars 2009, Michael Hüttermann a écrit : > the OS is Windows. > you mean I can only use that by putting the command inside a ? > How would the exec look like to do the connection via SSH ? > Thanks !! > You can set environment variables in Windows if you use a batch file, but I don'

Re: CVS with SSH

2009-03-30 Thread Michael Hüttermann
interesting !! .. this does work for SSH? How does the target "create.cvsroot" look like ? Henning Lötsch schrieb: i use this 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 i

Re: CVS with SSH

2009-03-30 Thread Henning Lötsch
i use this 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 the CVS command, as far as I've read so > far. > >

Re: CVS with SSH

2009-03-30 Thread David Weintraub
You can set the CVSROOT via the task, but what you cannot do is set CVS_RSH environment variable which is needed to point to your ssh command that you're using to access CVS. The only way around this is to execute CVS via the . The task allows you to set environment variables and then run the e

Re: CVS with SSH

2009-03-30 Thread Michael Hüttermann
: user@ant.apache.org Subject: Re: CVS with SSH the OS is Windows. you mean I can only use that by putting the command inside a ? How would the exec look like to do the connection via SSH ? Thanks !! Francis Galiegue schrieb: Le Monday 30 March 2009 19:29:09 Michael Hüttermann, vous avez

RE: CVS with SSH

2009-03-30 Thread Martin Gainty
content provided. > Date: Mon, 30 Mar 2009 19:59:18 +0200 > From: mich...@huettermann.net > To: user@ant.apache.org > Subject: Re: CVS with SSH > > the OS is Windows. > you mean I can only use that by putting the command inside a ? > How would the exec look like to d

Re: CVS with SSH

2009-03-30 Thread Michael Hüttermann
the OS is Windows. you mean I can only use that by putting the command inside a ? How would the exec look like to do the connection via SSH ? Thanks !! 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 i

Re: CVS with SSH

2009-03-30 Thread Francis Galiegue
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 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

Re: CVS with SSH

2009-03-30 Thread Michael Hüttermann
hmmm ok .. but how would the cvs task itself then look like ? Thanks!! Francis Galiegue schrieb: Le Monday 30 March 2009 18:43:15 Michael Hüttermann, vous avez écrit : Hello, what is the recommended way to connect CVS via SSH using Ant ? Thank you ! You should set CVS_RSH the envi

Re: CVS with SSH

2009-03-30 Thread Francis Galiegue
Le Monday 30 March 2009 18:43:15 Michael Hüttermann, vous avez écrit : > Hello, > > what is the recommended way to connect CVS via SSH using Ant ? > > Thank you ! > You should set CVS_RSH the environment variable to "ssh" (without the quotes, of course). -- Francis Galiegue f...@one2team.com In