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

Re: A few more questions

From: Ben Collins <bcollins_at_debian.org>
Date: 2002-02-25 23:30:49 CET

> > > <Location />
> > > DAV svn
> > > SVNPath /var/www/html/trunk
> > > </Location>
> >
> > You could, but they would see a listing of the files in the repo, and
> > not webpages like you want.
>
> No. The SVNPath directive must point to a repository. It cannot point
> "further into" that repository.
>
> Using internal redirects (and/or mod_rewrite), you could probably redirect
> the root ("/") to "/trunk".

Doh, I noticed that and forgot about it. Couldn't you add a SVNPrefix
directive to base everything on, so one could do:

<Location>
  DAV svn
  SVNPath /var/svn/repo
  SVNPrefix /trunk
</Location>

???

-- 
 .----------=======-=-======-=========-----------=====------------=-=-----.
/       Ben Collins    --    Debian GNU/Linux    --    WatchGuard.com      \
`          bcollins@debian.org   --   Ben.Collins@watchguard.com           '
 `---=========------=======-------------=-=-----=-===-======-------=--=---'
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:09 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.