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 )
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 , 17 years ago
Description: | modified (diff) |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Summary: | track not able to detect Subversion repository on mac osx leopard → "does not appear to be a Subversion repository" on OSX Leopard |
Note:
See TracTickets
for help on using tickets.
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
Closing as worksforme since it sounds like an installation issue.