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

Re: svnsync with svn+ssh on windows

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 22 Jun 2012 02:38:09 +0300

Horváth Imre wrote on Wed, Jun 20, 2012 at 21:59:47 +0200:
> I've got a linux svn server and I want to sync it with an xp client.
> I've created the pre-revprop change hook and permissions are set
> correctly (the sync working from a linux client)
>
> On windows I've installed tortoisesvn and putty. I've copied plink.exe
> from putty to svn's bin and rename it to ssh.exe.
>
> On sync I've got the following error:
>
> svnsync init svn+ssh://user@serve​r/home/svn/CopyRepo
> file:///c:/OrigRepo
>
> plink: unknown option "-q"
> svnsync: E210002: Unable to connect to a repository at URL 'svn
> +ssh://user@serv​er/home/svn/CopyRepo​'
> svnsync: E210002: To better debug SSH connection problems, remove the -q
> option
> from 'ssh' in the [tunnels] section of your Subversion configuration
> file.
> svnsync: E210002: Network connection closed unexpectedly
>

C:\> type > %APPDATA%\Subversion/config
[tunnels]
ssh = $SVN_SSH plink
^Z

> Thanks in advance:
> Imre Horvath
>
Received on 2012-06-22 01:38:58 CEST

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.