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

set up repository in user public directory

From: Seb <spluque_at_gmail.com>
Date: Sat, 05 Jan 2008 12:07:18 -0600

Hi,

I'm trying to set up a repository for a user in a Debian unstable
system. Apache 2.2.6 already serves users' public directories, with the
following in /etc/apache2/mods-enabled/userdir.conf:

---<---------------cut here---------------start-------------->---
<IfModule mod_userdir.c>
UserDir disabled root
UserDir "WWW"

<Directory "/home/*/WWW">
                AllowOverride FileInfo AuthConfig Limit
                Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
</Directory>
</IfModule>
---<---------------cut here---------------end---------------->---

The server also has the dav and dav_svn modules loaded. I would like to
make the repository inaccessible for anything other than subversion
clients. Does this sound like a reasonable thing to do, any gotchas?
Or would it be better to put the repository under another directory (but
inside the user's directory), and create a virtual host for it? Any
suggestions welcome.

Cheers,

-- 
Seb
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-05 19:20:57 CET

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.