On Thu, Apr 26, 2007 at 08:58:21PM +0200, Uwe Stöhr wrote: > André, > > your last commit: > http://www.lyx.org/trac/changeset/18046 > > breaks SVN as there is already file "color.h", note the difference to > "Color.h" SVN doesn't allow to have two files with the same name no matter > if the use capital letters or not.
That's not an SVN problem, but a problem of case-insensitive file systems. Should be 'fixed' now. Andre'