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

Does authz work even without svnserve?!

From: Gec <gec9_at_swissonline.ch>
Date: 2007-12-30 09:54:23 CET

This is svnserve.conf:
>>>
[general]
anon-access = read
auth-access = write

authz-db = authz

realm = My First Repository
<<<

This is authz:
>>>
[groups]
admins = gabi

[/]
@admins = rw

# user gabi has no permission to /trunk/ICG folder
[/trunk/ICG]
gabi=
<<<

svnserve was started with "svnserve -d".

From Tortoise (option "SVN checkout...") I do:
svn+ssh://gabi@10.122.17.191/home/gabi/my_project_svn_repo

As expected, all folders from my_project except /trunk/ICG are checked out.

But I noticed that it works even if svnserve is not running! I mean, if I
kill process "svnserve" and I do again "
svn+ssh://gabi@10.122.17.191/home/gabi/my_project_svn_repo" it also works, I
don't get "permission denied" or so... With other words it makes no
difference, with or without svnserve. I can anyway check out! Is it normal?!
What didn't I understand correctly?

Thanks
Gec

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 30 09:56:49 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.