Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 199762

Summary: dev-util/subversion-1.4.5 nowebdav & https repos error
Product: Gentoo Linux Reporter: Rumen Yotov <rumen>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rumen Yotov 2007-11-20 12:33:12 UTC
Hi,

When trying to 'svn update' any https:// repository receive the following error:
svn: Unrecognized URL scheme for 'https://agaffney.org/repos/quickstart'
No problems with other repos (http).
This all began after enabling USE=nowebdav (not using apache).
As subversion doesn't have 'ssl' found it uses neon's ssl functionality.
Re-emerged neon-0.26.3 IIRC (it already had ssl support).
Re-emerged 'subversion' w/o nowebdav, all is good again.
Saw in the ebuild that with 'nowebdav' neon support is disabled, https doesn't work any more.
Now all is good. If anyone's interested have an strace log (/usr/lib/tls ?)
PS: don't think that reinstalling neon fixed it, but rather -nowebdav.
Thanks. Rumen

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-20 12:38:46 UTC
You won't have any https support w/ USE=nowebdav, as it implies --without-neon.