Re: Newbie - setting up apache
From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2005-12-20 10:37:32 CET
On Dec 19, 2005, at 22:14, Jan Erik Moström wrote:
> I plan to use a sub-domain to access the repositories and I've come
From the name of your directory, I assume you're trying to install a
If so, then that's completely separate from setting up SVN for access
So, first, to set up your repositories for access through Apache2,
<VirtualHost *:80>
The DocumentRoot is irrelevant and can be any directory. I don't know
Inside /path/to/your/repositories, you create various repositories
svnadmin create /path/to/your/repositories/foo
Then you can access them with:
svn ls http://svn.example.com/foo
If you want to be able to get a list of repositories like this:
svn ls http://svn.example.com
I believe you'll have to wait until Subversion 1.3 for that.
If you didn't want multiple repositories, but instead a single
svnadmin create /path/to/your/repository
Setting up WebSVN is then a completely separate matter. You could set
<VirtualHost *:80>
And then I expect you'll have to configure WebSVN following their
---------------------------------------------------------------------
|
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.