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

Re: Could svn check permissions?

From: John Peacock <jpeacock_at_rowman.com>
Date: 2003-09-04 21:24:40 CEST

e.huelsmann@gmx.net wrote:

> This restriction would apply to the abstract backend. But we have only the
> specialised berkeleyDB implementation. So I guess that if BDB does not check
> it, we will need to check it - waiting for BDB to get fixed (?).

There is nothing /wrong/ with BDB. Multiuser file access to Berkeley files is
well understood and documented:

        http://www.sleepycat.com/docs/ref/env/security.html

Follow those rules and there won't be a problem. There is no reason to spin CPU
cycles checking permissions if the files/directories are set up correctly the
first time.

> I think it *is* important to have clean and clear user interaction.
> Currently we do not (at this point).

Works fine unless you try and have multiple users accessing via file://, and
then you just have to follow the rules here:

        http://svnbook.red-bean.com/html-chunk/ch05s05.html

This is a non-issue, as far as I am concerned. Either set up all of your
interactions via http:// or svn://, or follow the instructions in the above page
to permit multi-user access.

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: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 4 21:25:25 2003

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

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