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

Re: Server pointing to a directory inside repository

From: Hari Kodungallur <hkodungallur_at_gmail.com>
Date: 2007-10-30 16:31:04 CET

On 10/30/07, braulio.horta@embraer.com.br <braulio.horta@embraer.com.br>
wrote:
>
> I have a svnserve configured at url: svn://myserver/.
> It points to my repository root ("/").
> Is it possible to make it point directly to "/trunk" or to another
> directory inside my repository?
> I tried using "svnserve -d -r /path/to/repo/trunk" but it doesn't work.
> Is it possible using an Apache server?
>

I don't think you can. /trunk is a versioned entity within the repository.
Just like any other directory or file in the repo. svnserve (or apache) is
there to serve the entire svn repository and not a particular entity within
it.

Thanks,
-Hari Kodungallur
Received on Tue Oct 30 16:41:27 2007

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

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