You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Rainer Oder <od...@big-guy.com> on 2006/11/11 09:03:14 UTC

Protect a folder with special password

Hi all,

I'm a starter with svn and just use it installed on sourceforge for my
project. We have three admins working on it and still there is a folder
where I want to backup stuff in, that is not supposed to be read by
everybody. Is there a quick command that allows me to add password to a
folder so that nobody can co oder ci anything?

Thanks in advance for your help!

-- 
Cheers,
Rainer

Re: Protect a folder with special password

Posted by Andy Levy <an...@gmail.com>.
On 11/11/06, Rainer Oder <od...@big-guy.com> wrote:
> Hi all,
>
> I'm a starter with svn and just use it installed on sourceforge for my
> project. We have three admins working on it and still there is a folder
> where I want to backup stuff in, that is not supposed to be read by
> everybody. Is there a quick command that allows me to add password to a
> folder so that nobody can co oder ci anything?

You can restrict access to a particular directory to only a select
bunch of users or groups via the per-directory access controls. Not
knowing what interface Sourceforge offers for editing this file, I
can't get you much farther than that. The configuration file format is
described at http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.authz.perdir
, scroll down just past example 6.3.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org