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

Re: Unable to view files with Apache over browser

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

On 10/29/07, Mick Ken <micks80@gmail.com> wrote:
>
> Thanks Hari,
> What do you mean???
> Do I need to provide separate access controls for browser and svn client
> ???

I don't think it is required. I and many people I know have separate
<Location>s, one for browser access and one for regular client access. May
be because we all used ViewVC. So I just wanted to clarify.

Rite now,I have something like this in my access control:
> [groups]
> team1 = harry,sally
>
> [project1:/]
> @team1=rw

Does this work? Intially you only had

[Project1:/]

I am assuming even after changing it, it does not work. In which case, I
don't see a reason why it should not.

What protocol do you use to access the repository from Tortoise SVN? Do you
also use http from Tortoise SVN? If not, can you check if the user that is
running Apache has the right read permissions to read the repository
directory?
Can't think of much else right now.

When you are at it, can you also mention the version of Subversion and OS
that the repository is runngin on?

Please correct me if i am wrong.
>
> Thanks
>
> On 10/29/07, Hari Kodungallur <hkodungallur@gmail.com> wrote:
> >
> >
> > On 10/29/07, Mick Ken <micks80@gmail.com> wrote:
> > > Hi Friends,
> > > I have installed subversion with Apache and i am able to view all the
> > > repository files using some client like Tortoise SVN. But if I try to
> > > view the files over normal web browser, it just displays me blank
> > > folders.
> > >
> > > I have this in my acess file:
> > >
> > > [Project1:/]
> > >
> > > Could it be, that it's just looking under root and i have to add
> > > something extra to make it look inside for subfolder contents???
> >
> >
> > Have you applied access control to both browser access and svn client
> access
> > over http?
> >
> > Please try:
> >
> > [Project1:/]
> > * = r
> > Thanks,
> > -Hari Kodungallur
>
Received on Tue Oct 30 02:36:05 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.