Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#4671 closed defect (invalid)

Attempts at installing Trac

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

Description (last modified by Emmanuel Blot)

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 (0)

Change History (1)

comment:1 by Emmanuel Blot, 18 years ago

Description: modified (diff)
Priority: highnormal
Resolution: invalid
Severity: blockermajor
Status: newclosed

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.

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.