Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#6910 closed defect (worksforme)

"does not appear to be a Subversion repository" on OSX Leopard

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Tim Hatch)

Traceback (most recent call last):
  File "/Library/Python/2.5/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/Library/Python/2.5/site-packages/trac/web/main.py", line 191, in dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "/Library/Python/2.5/site-packages/trac/web/main.py", line 263, in _pre_process_request
    chosen_handler = f.pre_process_request(req, chosen_handler)
  File "/Library/Python/2.5/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request
    self.get_repository(req.authname).sync()
  File "/Library/Python/2.5/site-packages/trac/versioncontrol/api.py", line 104, in get_repository
    repos = self._connector.get_repository(rtype, rdir, authname)
  File "/Library/Python/2.5/site-packages/trac/versioncontrol/svn_fs.py", line 234, in get_repository
    repos = SubversionRepository(dir, None, self.log)
  File "/Library/Python/2.5/site-packages/trac/versioncontrol/svn_fs.py", line 265, in __init__
    % path)
TracError: /Volume/Stuff/subversion/test_repo does not appear to be a Subversion repository.

test_repo is a subversion repository and i have tested it. it checks out and checks in when using apache. but trac fails to see the directory as a repository.

Attachments (0)

Change History (1)

comment:1 by Tim Hatch, 17 years ago

Description: modified (diff)
Resolution: worksforme
Status: newclosed
Summary: track not able to detect Subversion repository on mac osx leopard"does not appear to be a Subversion repository" on OSX Leopard

Please check MailingList or IrcChannel for help with support issues like the big red box says. When you do, be sure to give some relevant specifics, like

  • how did you build the subversion bindings
  • what version are they
  • what version of subversion created the repository
  • what version of Trac are you running

Closing as worksforme since it sounds like an installation issue.

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.