Date: Mon, 30 Nov 2015 20:47:47 +0100 (CET) From: Andreas Schwarz <freebsd.asc@strcmp.org> To: freebsd-arm@FreeBSD.org Subject: Re: very odd behaviour from svnlite on RPi2 Message-ID: <475076c4950.65c32bb0@mail.schwarzes.net> In-Reply-To: <644A3890-CEF7-4ED4-BB85-616C09EE1E6F@kientzle.com> References: <20150904173804.GA82922@potato.growveg.org> <46ddeb2caa6.2d9e5c4c@mail.schwarzes.net> <20150904223214.GA80713@potato.growveg.org> <644A3890-CEF7-4ED4-BB85-616C09EE1E6F@kientzle.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 04.09.15, Tim Kientzle wrote: >> I've not seen these errors on the other freebsd boxes in the logs (same >> connection) which is why I thought it might be a bottleneck with the pi. > > In some cases, I've repeated the 'svn cleanup' + 'svn up' cycle for 2-3 days before it finally completed > only to see missing files that svn doesn't seem to be aware of at all. I've found that partial tree > checkouts are more likely to succeed; you can sometimes work around this by asking SVN to checkout/update > individual subdirectories. Just some additional informations. I found out the main reason for my svn(lite) problems. root@pizelot:/usr/src # svnlite update Updating '.': svn: E170013: Unable to connect to a repository at URL 'http://svn.freebsd.org/base/head' svn: E000060: Error running context: Operation timed out root@pizelot:/usr/src # host svn.freebsd.org svn.freebsd.org is an alias for svnmir.geo.freebsd.org. svnmir.geo.freebsd.org has address 213.138.116.72 svnmir.geo.freebsd.org has IPv6 address 2001:41c8:112:8300::e6a:0 svnmir.geo.freebsd.org mail is handled by 0 . root@pizelot:/usr/src # ping6 svn.freebsd.org PING6(56=40+8+8 bytes) 2a01:c08:0:5::3 --> 2001:41c8:112:8300::e6a:0 ^C --- svnmir.geo.freebsd.org ping6 statistics --- 24 packets transmitted, 0 packets received, 100.0% packet loss IPv6 connection is prefered before IPv4 (there is no failover to v4). When deconfiguring v6, svn update works like expected. I've not found an option to tell svn to prefer the ipv4 address (it's only possible to manipulate the svn server URL or change the systemwide address selection). -asc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?475076c4950.65c32bb0>