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

svnserve authentication error

From: Mark Johnson <markajohnson_at_yahoo.com>
Date: 2007-04-11 20:15:06 CEST

We have a new subversion repository converted from CVS
using cvs2svn. We are unable to get authentication
working properly using svnserve in daemon mode. The
server is started with the command line:

svnserve -d -r /misc/svn/repo

I have tried running this as root and as myself. The
repository directories and files belong to me. The
svnserve.conf file looks like:

[general]
anon-access = none
auth-access = write
password-db = passwd
realm = PreMedia Tech

(with comments removed)

he passwd file looks like:

[users]
ricam0dg = pass4mark

We get the following error:

dgcor-mac-6788:~/Documents/src mark$ svn co
svn://10.218.192.75/trunk/CUG
Authentication realm: <svn://10.218.192.75:3690>
PreMedia Tech
Password for 'mark':
Authentication realm: <svn://10.218.192.75:3690>
PreMedia Tech
Username: ricam0dg
Password for 'ricam0dg':
Authentication realm: <svn://10.218.192.75:3690>
PreMedia Tech
Username: ricam0dg
Password for 'ricam0dg':
subversion/libsvn_ra_svn/client.c:322:
(apr_err=170001)
svn: Authentication error from server: Internal server
error in authentication

We get the same behavior using the svn commandline
client and subclipse on both Windows and and OS X.

If we change anon-access to read we are able to check
out from the repository.

We are running subversion 1.4.3 on the server, 1.3.1
on OS X, and subclipse 1.2.0.

Can anyone shed any light on why this is not working?
Or at least point me to where I can look for more
information about what is going on?

Thanks

       
____________________________________________________________________________________
It's here! Your new message!
Get new email alerts with the free Yahoo! Toolbar.
http://tools.search.yahoo.com/toolbar/features/mail/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 11 20:15:38 2007

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

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