Modify ↓
#124 closed defect (fixed)
[trac 0.10dev] TracError: Unsupported version control system "svn"
Reported by: | anonymous | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | General | Version: | dev |
Keywords: | Cc: | Axel.Thimm@… | |
Operating System: |
Description
Building bitten's trunk against trac's trunk gives some errors like:
repos = self.env.get_repository() File "/usr/lib/python2.4/site-packages/trac/env.py", line 194, in get_repository return RepositoryManager(self).get_repository(authname) File "/usr/lib/python2.4/site-packages/trac/versioncontrol/api.py", line 66, in get_repository raise TracError, 'Unsupported version control system "%s"' \ TracError: Unsupported version control system "svn"
Attachments (0)
Change History (5)
comment:1 Changed 18 years ago by anonymous
- Cc Axel.Thimm@… added
comment:2 Changed 18 years ago by anonymous
- Cc fantombuster@… added; Axel.Thimm@… removed
- Operating System set to Linux
comment:3 Changed 18 years ago by anonymous
- Cc Axel.Thimm@… added; fantombuster@… removed
- Operating System Linux deleted
-_- I'm so stupid
Revert my mistake
comment:4 Changed 17 years ago by stava@…
So, what's the solution?
I'm hitting this problem when doing bitten unittest, not with trac itself.
comment:5 Changed 17 years ago by cmlenz
- Milestone set to 0.6
- Resolution set to fixed
- Status changed from new to closed
If this is referring to running the unit tests, the problem should have been fixed in [382].
Note: See
TracTickets for help on using
tickets.
Hi, Anyone have some infos about this kind of prob ?