Description
SVN can lose data under windows in this case: - rename a file with another case (ex: test.xml into Test.xml) - make local modifications to this file (Test.xml) - run "svn update" SVN will restore test.xml (renaming Test.xml into test.xml) and lose your local modifications to Test.xml without any warning. Under windows, some tools can change case of files without any warning (ex: borland c++builder)
Original issue reported by flyer