Rename a directory in sprintr

2
We have a project in 3.0 RC1/sprintr that does not behave well in IE. It appears that the directory with images is called 'IE' and in the css it is referred as 'ie'. That is no problem locally, but when deployed on linux it is case sensitive. We tried to rename the directory (using SVN) but Mendix reverts that changes. Any solution?
asked
1 answers
3

The root of the problem is that files on Windows are case-insensitive, but files in SVN are not. I would delete the 'IE' directory, commit that change and then add the 'ie' directory. Messy, but it should work.

answered