[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: Peter Samuelson <peter_at_p12n.org>
Date: 2006-01-19 11:19:51 CET

[Max Bowsher]
> 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>

Would the following extension of semantics make people happier?

<Location /repos>
  DAV svn
  SVNParentPath /parent/path
  SVNReposName "This is the %s repository"
</Location>

Received on Thu Jan 19 12:20:21 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.