Edgewall Software

Changes between Initial Version and Version 1 of Ticket #5055


Ignore:
Timestamp:
Mar 29, 2007, 8:18:39 AM (17 years ago)
Author:
Christian Boos
Comment:
("Can't open file '/home/svn/repos/format': Permission denied", 13)

Check that you (i.e. the user running the Trac server) have the right to read this and everything below /home/svn/repos.

In addition, if this Subversion repository is using the BDB backend (not recommended, see TracSubversion), you'll need the write right as well.

This is an installation issue, closing it.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5055

    • Property Status newclosed
    • Property Resolutioninvalid
  • Ticket #5055 – Description

    initial v1  
    1 ython Traceback
    2 
     1Python Traceback
     2{{{
    33Traceback (most recent call last):
    44  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 387, in dispatch_request
     
    1717    self.repos = repos.svn_repos_open(self.path, self.pool())
    1818SubversionException: ("Can't open file '/home/svn/repos/format': Permission denied", 13)
     19}}}