Edgewall Software

Changes between Initial Version and Version 1 of Ticket #2620


Ignore:
Timestamp:
Jan 17, 2006, 10:25:50 PM (18 years ago)
Author:
Christian Boos
Comment:

Looks like the SVN bindings are involved… However, you might want to try Trac 0.9.4pre (from the svn repository: http://svn.edgewall.com/repos/trac/branches/0.9-stable), as it contains a fix for a memory leak during resync. It could be that the SVN binding error was triggered by an out-of-memory condition.

Also, you can try to turn on the debug output while doing resync (see TracLogging), and detect which changeset XXX brings up the exception. You can then check with svn log -v -r XXX if there's anything special concerning the character encoding of the listed paths.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2620 – Description

    initial v1  
    11I am trying to setup trac on a largish repo (78000 revs, 12GB)
    22The database initialization (sqlite) failes with:
    3 
     3{{{
    44 Indexing repository
    55Failed to initialize environment. ("Can't create a character converter from 'UTF-8' to native encoding", 12)
     
    1818    return apply(_fs.svn_fs_is_dir, args)
    1919SubversionException: ("Can't create a character converter from 'UTF-8' to native encoding", 12)
    20 
     20}}}
    2121Not quite sure if this is a trac problem or if this is the svn bindings playing up.