[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: How-to for Windows + ssh?

From: Diego Ernesto Malpica Chauvet <diego_malpica_at_ventakit.com>
Date: 2005-05-17 22:52:36 CEST

From: Diego Ernesto Malpica Chauvet [mailto:diego_malpica@ventakit.com]
Sent: Tuesday, May 17, 2005 12:59 PM
To: 'Michael@Hipp.com'
Subject: RE: How-to for Windows + ssh?

Hello there is an issue with the path of the snvserve instalation in cygwin.

This work around helps me
======================================
echo '#!/bin/sh
/usr/lib/subversion/bin/svnserve "$@"
' > /usr/bin/svnserve
chmod +x /usr/bin/svnserve
======================================

Regards =)

-----Original Message-----
From: Michael Hipp [mailto:Michael@Hipp.com]
Sent: Monday, May 16, 2005 8:08 PM
To: users@subversion.tigris.org
Subject: How-to for Windows + ssh?

Is there a howto somewhere for getting the svn command-line client working
in
Windows?

I've tried using both plink and cygwin. I'm doing this:

set SVN_SSH=c:\cygwin\bin\ssh
svn import c:\test svn+ssh://me@mysrvr.com/home/me/repo -m "test"
svn: The system cannot find the file specified.

Any help?

Thanks,
Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 17 22:55:23 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.