Re: Using the SVNParentPath
From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2005-12-28 12:01:56 CET
On Dec 25, 2005, at 02:15, Marcos José Setim wrote:
> Lieven give me this tip, for I use the SVNParentPath to create one
Terminology problem: Using SVNParentPath, you can specify one
> I'm trying to configure my apache for this. This is my configuration:
That ServerAlias line doesn't make any sense. ServerAlias is supposed
> ServerAdmin mjs_ops@gmx.net
When you use "SVNPath /usr/local/servidor/svn", then /usr/local/
$ svnadmin create /usr/local/servidor/svn
You can then access the repository like this (if your server name is
$ svn ls http://svn.example.com:4000/
Conversely, when you use "SVNParentPath /usr/local/servidor/svn",
$ mkdir /usr/local/servidor/svn
You can then access the repositories by putting their names in the URL:
$ svn ls http://svn.example.com:4000/repo1/
You cannot get a list of repositories by doing this:
$ svn ls http://svn.example.com:4000/
At least, not until Subversion 1.3.0.
---------------------------------------------------------------------
|
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.