I'm trying to get a Linux svn client to work with a VisualSVN server that has Basic authentication disabled. I've set up Kerberos on the Linux box; I can get a ticket via kinit, join the domain, and I see service tickets for cifs and ldap in klist after joining, so I _think_ that part is OK, although it's definitely not my area of expertise.
But I'm missing something, because svn gives "Error running context: The requested authentication type(s) are not supported" when I try anything. Ubuntu 14.04, rebuilt serf with the patch from this ticket: https://bugs.launchpad.net/ubuntu/+source/subversion/+bug/1303167 and rebuilt svn, but no change. Any ideas?