[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

TortoiseSVN 1.6.6 SASL error

From: Ilya Zverev <zverik_at_textual.ru>
Date: Fri, 23 Oct 2009 06:42:37 -0700 (PDT)

I've set up svn server (using svnserve) on my CentOS system. With SASL authentication. But when I try to access it with TortoiseSVN for Windows, I get following message:

Command: Checkout from svn://zverik@94.127.68.180, revision HEAD, Fully recursive, Externals included
Error: SASL(-1): generic failure: Unable to find a callback: 2

All found discussions on the topic state that this was fixed long time ago.

TortoiseSVN 1.6.6, Build 17493 - 32 Bit , 2009/10/19 20:22:18
Subversion 1.6.6,
apr 1.3.8
apr-utils 1.3.9
neon 0.28.6
OpenSSL 0.9.8k 25 Mar 2009
zlib 1.2.3

Server configuration files:

/home/svn/svnrepo/conf/svnserve.conf:
[general]
anon-access = none
auth-access = write
realm = zverik-realm

[sasl]
use-sasl = true
min-encryption = 128
max-encryption = 256

/usr/lib/sasl2/svn.conf:
pwcheck_method: auxprop
auxprop_plugin: sasldb
sasldb_path: /home/svn/svnrepo/conf/sasldb
mech_list: DIGEST-MD5

On server, this command works fine:
svn co svn://127.0.0.1/ .
checking out 0 files and creating .svn folder.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2410639

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-10-23 15:48:57 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.