[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: Nuutti Kotivuori <naked_at_iki.fi>
Date: 2002-12-01 15:14:24 CET

Robo wrote:
> But now there's another problem, svn does not like it when I have
> the Location block like:

[...]

> SVNPath "E:/svn/ath"

[...]

> The only way I've found so far to make it work is:

[...]

> SVNPath "E:/svn"

[...]

> That allows me to access the ath repository, but of course that also
> exposes my other repositories, which I don't want.

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 15:15:16 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.