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

Re: Subversion 1.0/Mandrake 9.2/Apache2

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-03-12 20:30:57 CET

Jeff Lanzarotta wrote:

> I am using BerkeleyDB 4.2 with Subversion and now, apache2 might be
> imcompatable... oh great!

ldd httpd | fgrep db

will tell you for sure (obviously you have to figure out where Mandrake stashed
the httpd executable first). It's possible that Mandrake 10 is using BDB4.2,
but I wouldn't even count on that (most distros are pretty conservative that way).

> I was attempting to run svnserve on Mandrake and my clients on
> Windows2000 (TortoiseSVN). But the problem I am having is with
> authentication. I can't seam to get any what so ever to work... That's
> the delema.

Let's work on that then, so you can run svnserve instead (which is much
simpler). You need to edit the conf/svnserve.conf file to have at least the
following lines:

[general]
anon-access = read
auth-access = write
password-db = passwd

(you can add a realm if you expect to have multiple databases sharing the same
passwd file). Then you need to create the password file with the following
contents:

[users]
jeff = jpassword
tim = tpassword

etc. (where you have actual passwords there ;~). Then follow the instructions
in the book to run svnserve however you choose to do so. Check the auth on the
Mandrake box using 'svn ls svn://localhost/path/to/repos' before you try and get
TortoiseSVN working.

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 12 20:31:02 2004

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.