hi,
try to place an simple index.html in the path and check your virtualhost 
config.
in the howto no directory or location alias for the /var/svn/YourProject 
is created, right ?
something like that is required:

<Location /svn>
  DAV svn
  SVNParentPath /var/svn
  SVNAutoversioning on
  AuthType Basic
  AuthName "SVN - Your Project"
  AuthUserFile /etc/apache2/svn.passwd
  Require valid-user
</Location>

best regards
  Martin



erixtekila schrieb:
>> Erix,
>>   I've got trac working happily on Dapper. What's the symptom?
>>     
> my limited knowledge ;)
>
> I've followed : http://trac.edgewall.org/wiki/TracOnUbuntu
> And I am stopped at point #4.
>
> I have created a repository in /home/erix/svn/projets/
> How could I turn Apache to use it correctly ?
> I can't get apache to render the repository's page :
>
> sudo chown -R www-data /home/erix/svn/projets/YourProjectNameHere
> sudo chown -R www-data /usr/share/trac
> sudo apache2 -k restart
> Test by web-browsing to http://servername/svn/YourProjectNameHere <---- 
> no luck
>
> Perhaps is there a special configuartion of Apache that I've miss, but 
> I am not an expert…
>
> Any clue or pointer ?
> Thanks for your help.
> -----------
> erixtekila
> http://blog.v-i-a.net/
>
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>   


_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to