Hi Friends,
I got it figured. It has the "SVN" path URL pointed to an empty directory.

I feel ashamed. This is the second day in a row where i posted a
thread and 5 minutes later i figured out the solution and had to ask
for forgiveness.

Cheers

On 10/30/07, Mick Ken <[EMAIL PROTECTED]> wrote:
> Hi Friends,
> I have setup Subversion with Apache and everything works fine except
> that when I view the directory in a web-browser,I see the folder under
> root, but when I click any of the sub-folders,it does not displays the
> content and is empty.
>
> If I connect to the repository using some subversion client using the
> same http url,I can see all the files,so i am sure something in wrong
> with my directory configurations.
>
> I have this in httpd.conf, all the other settings are default:
>
> <Location /Project1>
> DAV svn
>  SVNPath C:/Project1
>
>  # our user authentication policy
>   AuthName "My Repository"
>   AuthType SSPI
>   SSPIAuth On
>   SSPIAuthoritative On
>   SSPIDomain MYDOMAIN
>   SSPIOfferBasic On
>   #SSPIOfferBasic on #let non-IE clients authenticate
>   #SSPIOmitDomain On # keep domain name in userid string
>   # passed down to mod_authz_svn
>   Require valid-user
>   # A Require directive may? prevent userid
>   # strings from being passed down to mod_authz_svn
>
>  AuthzSVNAccessFile C:/acl
> </Location>
>
> My acl list has this entry:
> [groups]
> team= MYDOMIAN\HDsouza
>
> [Project1:/]
> @team = rw
>
> Please tell me guys where i am going wrong as I have tried a lot and
> still no success.
>
> Thanks
> Mick
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to