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

Re: [PATCH] dav_svn_get_repo_name handling of SVNParentPath

From: Max Bowsher <maxb1_at_ukf.net>
Date: 2006-01-17 22:29:07 CET

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Maxime Petazzoni wrote:
> Hi,
>
> I've been playing with SVNIndexXSLT recently and I noticed that in the
> XML output from mod_dav_svn, the name parameter of the index markup
> was not set when using the SVNParentPath directive in Apache HTTPd
> configuration.
...

After contemplation, I have come to realize that this entire thread is
founded on an inaccurate assumption - that it is impossible to set the
repository name in a SVNParentPath setup. This is not true:

<Location /repos>
  DAV svn
  SVNParentPath /foo
</Location>

<Location /repos/foo>
  SVNReposName "This is the foo repository"
</Location>

<Location /repos/bar>
  SVNReposName "This is the bar repository"
</Location>

The blurring of the concepts of repository filesystem basename and
SvnReposName human-style name as has been discussed in this thread,
would, in fact, be a bug itself - so let's not do that! :-)

Max.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Cygwin)

iD8DBQFDzWGjfFNSmcDyxYARAgfZAJ0aIn5ZBWbM6wfKXRltUVeYoNQK+ACeKRFC
WhYnb9lGg3Vdg9/R3pImYjs=
=zJIo
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 18 00:36:11 2006

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.