Edgewall Software
Modify

Opened 18 years ago

Closed 17 years ago

Last modified 12 years ago

#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

Hi, Anyone have some infos about this kind of prob ?

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].

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain cmlenz.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.