Edgewall Software
Modify

Opened 12 years ago

Closed 12 years ago

#10636 closed defect (cantfix)

Able to add changeset -- Unable to browse repository

Reported by: aaron.laws@… Owned by:
Priority: normal Milestone:
Component: version control Version: 0.12.3
Severity: normal Keywords: python svn repository source
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I recently moved my Trac installation to a new server and I'm seeing some very strange behaviour. My setup:

  • Windows Server 2008 R2 Datacenter SP 1
  • Trac 0.12.3
  • Svn server running 1.7.4
  • Python 2.7
  • Python bindings from Alagazam.net

I have tested the python bindings using instructions I found on TracSubversion :

>>> from svn import core >>> (core.SVN_VER_MAJOR, core.SVN_VER_MINOR, core.SVN_VER_MICRO, core.SVN_VER_PATCH) >>> (1, 7, 4, 4)

As expected.

I'm able to add the repository and trac-admin . repository resync it with no errors. I can also changeset add and changeset modified with success. Some excerpts from the log file are http://pastie.org/3641941.

I'm unable to browse the repository (the "Browse Source" link doesn't appear).

I'm using the CommitTicketReferenceMacro plugin, and when I visit a ticket that has a referenced revision (using CommitTicketUpdater), the page says

Unsupported version control system "svn": DLL load failed: The specified module could not be found.

At this point, I cannot see the ticket contents. I get an updating e-mail showing me that the comment from the svn commit was recorded, and the ticket got an appropriate comment from CommitTicketUpdater.

I've had problems with the bindings before on a different server, so I feel quite familiar with the requirements and the Trac documentation on the subject, and I can't think of anything more to do to diagnose or alleviate these issues.

The issues are also confusing in that Trac seems to be doing alright with subversion up to a point.

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 12 years ago

Resolution: cantfix
Status: newclosed

This is an InstallationIssue, please use the MailingList and IrcChannel. Thank you.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) 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.