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

Problem with svnserve.conf

From: Albert Sandberg <thec_at_home.se>
Date: 2004-06-05 21:36:54 CEST

Alright, this is how I made it:

>su
pass: ****
>svnadmin create /usr/local/repos
>mkdir /usr/local/repos/conf
>emacs /usr/local/repos/conf/svnserve.conf

[general]
anon-access = none
auth-access = write
password-db = password.conf

>emacs /usr/local/repos/conf/password.conf

[users]
thec = thecs_password
friend = friends_password

>svnserve -d -r /usr/local/repos

... then (without authorization) I tried to add a sample project called "codeproject" with:

>svn import codeproject svn://my.domain/codeproject

it worked! .. no authorization?!?! .. then my friend tried to checkout the same project, he could. I changed the project and commited changes, even though the config say I shouldn't be able to.

Any ideas where I fail? I would be glad to try out subversion and work with it, I'm bored with CVS right now...

Cheers
Albert "thec" Sandberg
www.thec.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jun 5 21:42:05 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.