> Wouldn't that already be a problem since we install Trac as an egg called > TracXXX.egg?
The exact problem is the sync between a case-sensitive SVN server, and a stupid Windows machine. Windows support for case-sensitive filenames is awful, and cross-platform software such as Subversion always end up bumping into case issues. Egg are not a big deal IMHO; it does not matter whether a module is uppercased or lowercased, as an egg is a end-user file: you do not commit it back to the SVN server. However, when you want to change the case of a SVN-managed file, Windows clients are not able to properly deal with file renaming. -- Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
