Edgewall Software

Changes between Initial Version and Version 1 of Ticket #2440


Ignore:
Timestamp:
Dec 4, 2005, 9:40:41 PM (18 years ago)
Author:
Christian Boos
Comment:

I can't reproduce this. What version of the SVN bindings are you using? Also, after the above failure, it should be nevertheless possible to run a trac-admin resync command. Please do that with the log level set to DEBUG. i.e. configure your trac.ini like that:

[logging]
log_file = trac.log
log_level = DEBUG
log_type = stderr

Then, for which changeset does the initial error occur? What is the output of svn log -r XXX -v for that revision?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2440

    • Property Owner changed from Jonas Borgström to Christian Boos
    • Property Priority normalhigh
    • Property Component generalversion control
    • Property Milestone0.9.2
  • Ticket #2440 – Description

    initial v1  
    11After building the wiki pages, I get the following error while running initenv in trac-admin (trying to index the repository). This is on a Python 2.3, Win32 install (following the wiki pages on how to install on Windows). This problem disappears if I revert the "Lib\site-packages\trac\versioncontrol" folder back to the files which came with version 0.9b2
    2 
     2{{{
    33Indexing repository
    44Failed to initialize environment. null argument to internal routine
     
    1414
    1515SystemError: null argument to internal routine
     16}}}