On Mon, Dec 12, 2011 at 07:28:59PM +0000, Jeff Kowalczyk wrote: > On one system running ~amd64 Gentoo Linux, all svn:// repository URLs return > svn: E170001. I have tested repositories on multiple hosts e.g. Gentoo > Overlay, > Zope, etc. to rule out auth issues with a specific server. My other Gentoo > ~amd64 systems work fine with svn:// urls. > > What dependency of subversion would be involved with svn:// URLs only, such > that > a problem with that dependency would not affect subversion's ability to > interface with http(s):// urls? > > I have rebuilt subversion, cyrus-sasl and neon. Current versions are: > > dev-vcs/subversion-1.7.1 > dev-libs/cyrus-sasl-2.1.25 > net-libs/neon-0.29.6
E170001 means SVN_ERR_RA_NOT_AUTHORIZED. This sounds some problem with your cyrus-sasl package. Reminds me of this: http://marc.info/?l=openbsd-ports&m=131805779110751&w=2