Edgewall Software

Changes between Initial Version and Version 1 of Ticket #4378


Ignore:
Timestamp:
Dec 12, 2006, 8:19:29 AM (17 years ago)
Author:
Christian Boos
Comment:

Replying to jackie.m@iddl.vt.edu:

… This needs to be changed for case sensitive file systems.

Well, the file system has nothing to do here, as we're taking the information straight from the repository. Looks like it would be MySQL which has this case sensitivity issue for its keys. There must be something to configure at the MySQL level, I can't believe it's that broken.

See also #3676, for a different but related problem for the same key.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4378

    • Property Owner changed from Christopher Lenz to Jonas Borgström
    • Property Component trac-admingeneral
    • Property Milestone0.10.4
  • Ticket #4378 – Description

    initial v1  
    11When running init with a MySQL backend on a subversion repository that has a case collision, the following error comes up. The repo in this case has two symlinks inside of it named "CTE" and "cte". This needs to be changed for case sensitive file systems.
    2 
     2{{{
    33Failed to initialize environment. (1062, "Duplicate entry '1-html/cte-A' for key 1")
    44Traceback (most recent call last):
     
    2424    raise errorclass, errorvalue
    2525IntegrityError: (1062, "Duplicate entry '1-html/cte-A' for key 1")
     26}}}