Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199762 - dev-util/subversion-1.4.5 nowebdav & https repos error
Summary: dev-util/subversion-1.4.5 nowebdav & https repos error
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-20 12:33 UTC by Rumen Yotov
Modified: 2007-11-20 12:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.