Re: subversion - svnsync synchronize hangs - how to debug?
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 04 Dec 2014 17:49:42 +0000
Marc Breslow <marc2112_at_gmail.com> writes:
> Did some more testing here and still stuck.
>> >
To rule out HTTP you could create a local repository and change the
to
file:///...
You said you already managed to get some svnserve logging, so the next
socat -v TCP-LISTEN:9630,reuseaddr,fork EXEC:'ssh ssh-server svnserve -t'
and change your source URL from
svn+ssh://ssh-server/...
to
svn://localhost:9630/...
In this way the network traffic is still encrypted but the socat proxy
If the svnserve process on the ssh server really is hanging then you
-- Philip Martin | Subversion Committer WANdisco // *Non-Stop Data*Received on 2014-12-04 18:51:45 CET |
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.