Modify ↓
#1903 closed defect (invalid)
Permission problem
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.8.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hi,
with trac-0.8.4 (apache2, mod_python|cgi) i always get a SubversionException when i'd like to view the timeline or browse the code in my project:
("Can't open file '/usr/local/svn/testfs/format': Permission denied", 13)
Last, I changed all permissions to 0777 on the repo and on the project, all files/dirs owned by the apache-user.
Maybe you guys have an idea .. ?
Attachments (0)
Change History (4)
comment:1 by , 19 years ago
comment:3 by , 19 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
When trying to access 'Timeline' or 'Browse Source' I consistently get:
Trac detected an internal error: ("Can't open file '/Users/plr/Documents/svn/web/format': Permission denied", 13) $ ls -la format -r--r--r-- 1 plr plr 2 Aug 25 08:24 format fstype fsfs Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/trac/core.py", line 531, in cgi_start real_cgi_start() File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/trac/core.py", line 526, in real_cgi_start dispatch_request(path_info, args, req, env) File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/trac/core.py", line 439, in dispatch_request module = module_factory(args, env, database, req) File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/trac/core.py", line 175, in module_factory pool, rep, fs_ptr = open_svn_repos(repos_dir) File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/trac/core.py", line 458, in open_svn_repos rep = repos.svn_repos_open(repos_dir, pool) SubversionException: ("Can't open file '/Users/plr/Documents/svn/web/format': Permission denied", 13)
comment:4 by , 19 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Please take this to the mailing list, this isn't a problem in Trac.
Note:
See TracTickets
for help on using tickets.
One more info: I do not get this error when using tracd !?