Edgewall Software

Ticket #4671 (closed defect: invalid)

Opened 22 months ago

Last modified 22 months ago

Attempts at installing Trac

Reported by: phagerty@… Owned by: jonas
Priority: normal Milestone:
Component: general Version:
Severity: major Keywords:
Cc:

Description (last modified by eblot) (diff)

I am attempting to install Trac on a Windows XP SP2 machine that we will use for the software. I cannot seem to get it to run, after attempting it with Python 2.3, 2.4, and 2.5, it seems there is always some missing component.

I started getting this error:

Python Traceback

Traceback (most recent call last):
  File "C:\Python23\Lib\site-packages\trac\web\main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python23\Lib\site-packages\trac\web\main.py", line 191, in dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "C:\Python23\Lib\site-packages\trac\web\main.py", line 263, in _pre_process_request
    chosen_handler = f.pre_process_request(req, chosen_handler)
  File "C:\Python23\Lib\site-packages\trac\versioncontrol\api.py", line 73, in pre_process_request
    self.get_repository(req.authname) # triggers a sync if applicable
  File "C:\Python23\Lib\site-packages\trac\versioncontrol\api.py", line 91, in get_repository
    raise TracError('Unsupported version control system "%s"'
TracError: Unsupported version control system "svn"

after installing it following directions from Creative Restraint.

I am basically looking for help. The most success I have had so far is running it in Python 2.4, however, I cannot link it to my tortoiseSVN (on a seperate server) in anyway according most documentation I've read. Can anyone e-mail me with some assistance?

Attachments

Change History

Changed 22 months ago by eblot

  • priority changed from high to normal
  • status changed from new to closed
  • resolution set to invalid
  • description modified (diff)
  • severity changed from blocker to major

From the 'New Ticket' page:

Support and installation questions should be asked on the mailing list or IRC channel, not filed as tickets. Also, please check whether the issue you've encountered has been reported before.

Please refer to the MailingList page for more information.

Add/Change #4671 (Attempts at installing Trac)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.