Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 303551 - subversion fails to commit when compiled with webdav-serf
Summary: subversion fails to commit when compiled with webdav-serf
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-05 08:35 UTC by Patrick ALLAERT
Modified: 2010-03-12 13:31 UTC (History)
2 users (show)

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 Patrick ALLAERT 2010-02-05 08:35:48 UTC
Using: dev-util/subversion-1.6.6 with: bash-completion berkdb java nls perl python webdav-serf -apache2 -ctypes-python -debug -doc -dso -elibc_FreeBSD -emacs -extras -gnome-keyring -ruby -sasl -test -vim-syntax -webdav-neon

Trying to commit something on http://svn.php.net/repository/pecl/apm/trunk/ I received the following error:

svn: Commit failed (details follow):
svn: qop="auth" authentication not supported.
Authentication failed

Recompiling subversion with webdav-neon -webdav-serf instead of -webdav-neon webdav-serf fixed the issue.
Comment 1 Martin Väth 2010-02-05 08:58:32 UTC
Such problems occur only if you switch from one webdav backend to the other:
Something is stored in ~/.subversion (or maybe another directory) which
causes problems with such switches. I did not dive for details, but
starting with a plain new home directory helped in my case.
Comment 2 Thomas Sachau gentoo-dev 2010-03-11 20:27:50 UTC
Did you try with a clean profile?
Comment 3 Patrick ALLAERT 2010-03-11 21:04:47 UTC
No, didn't try that, I think indeed Martin's was right, I switched from time to time from one backend to another. Should be the cause!
Comment 4 Thomas Sachau gentoo-dev 2010-03-12 13:31:45 UTC
Ok, so will close this one as invalid.