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

Re: How to install mod_dav_svn on Windows?

From: Robo <robo555_at_gmx.net>
Date: 2002-12-01 21:03:17 CET

OK, just the Subversion Documentation, the page on Networking a Repository,
sounded if you could, the text read:

<Location /repos/myrepo>
  DAV svn
  SVNPath /absolute/path/to/myrepo
</Location>

This now makes your myrepo repository available at the URL
http://hostname/repos/myrepo.

Then goes on to say:

<Location /repos>
  DAV svn
  SVNParentPath /absolute/path/to/parent/dir
</Location>

If you were to run svnadmin create foorepo within this parent directory,
then the url http://hostname/repos/foorepo would automatically be accessible
without having to change httpd.conf or restart httpd.

So I thought the if you want multiple repositories to be available online,
you would have multiple <Location> tags with different SVNPath, given that
you don't wanna use SVNParentPath.

So if I can only have one path to my repository, how do I control access for
individual projects? 'cos with the current config, one user/pass allows the
person to view the dirs of all the projects in my repository.

Robo

----- Original Message -----
From: "Nuutti Kotivuori" <naked@iki.fi>
To: "Robo" <robo555@gmx.net>
Cc: <dev@subversion.tigris.org>
Sent: Monday, December 02, 2002 3:14 AM
Subject: Re: How to install mod_dav_svn on Windows?

> You cannot export a sub-project of your repository that way - you have
> only one path to your repository, and that path is the directory which
> contains the subversion repository files, namely:
>
> -rw-r--r-- 1 www-data www-data 376 Sep 28 00:45 README
> drwxr-xr-x 2 www-data www-data 48 Sep 28 00:45 conf
> drwxr-xr-x 2 www-data www-data 112 Nov 17 21:36 dav
> drwxr-xr-x 2 www-data www-data 424 Sep 28 00:45 db
> -rw-r--r-- 1 www-data www-data 2 Sep 28 00:45 format
> drwxr-xr-x 2 www-data www-data 232 Sep 28 00:45 hooks
> drwxr-xr-x 2 www-data www-data 72 Sep 28 00:45 locks
>
> I expect this to be "E:/svn" in your case, if the repository access
> seems to work.
>
> -- Naked
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 1 21:04:11 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.