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@server/home/svn/CopyRepo > file:///c:/OrigRepo > > plink: unknown option "-q" > svnsync: E210002: Unable to connect to a repository at URL 'svn > +ssh://user@server/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 >