Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

Last modified 9 years ago

#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 anonymous, 19 years ago

One more info: I do not get this error when using tracd !?

comment:2 by anonymous, 19 years ago

Resolution: invalid
Status: newclosed

User-Error, please remove …

comment:3 by paul@…, 19 years ago

Resolution: invalid
Status: closedreopened

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)
Last edited 9 years ago by Ryan J Ollos (previous) (diff)

comment:4 by Christopher Lenz, 19 years ago

Resolution: invalid
Status: reopenedclosed

Please take this to the mailing list, this isn't a problem in Trac.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.