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

Re: setting up apache/SVN/DAV...

From: Kunio Miyamoto <wakatono_at_todo.gr.jp>
Date: 2005-04-19 19:16:33 CEST

Hi.

> <VirtualHost 192.168.1.52:80>
> ServerName foo.com
> <Location /forge>
> DAV svn
> SVNPath /gforge-svn/forge <<<<<<<???????????????
> </Location>
> </VirtualHost>
> i can do a cmd line 'svn list /gforge-svn/forge/svn'
> my question, what should i have on the SVNPath???

 You must set "path for repository on filesystem" to SVNPath .
 In fact, "path for repository on filesystem" means path string that is
specified in creating repository by using svnadmin command.

 When you specify SVNPath /gforge-svn/forge, your repository must be
created by using command as below:

svnadmin create /gforge-svn/forge
chown -R www-data:www-data /gforge/forge

# Of course, /gforge-svn is already created, and www-data is replaced to uid
# your httpd runs as .

Cheer.

---
Kunio Miyamoto
E-mail: wakatono@todo.gr.jp
WebDAV Resources JP: http://webdav.todo.gr.jp/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 19 19:23:31 2005

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.