Hi
I discovered an issue today regarding Subversion support for file name's case sensitivity.
I committed a class named 'ClassOne.file'. Another person committed another file, 'Classone.file'. Both files are exactly the same except the file name.
When I do SVN update, it says error, "unable to add, the file already exists". I noticed that in SVN respository, both files exist, but I cannot update my local copy. It halts there.
What I do is delete one of them and only then the SVN update resumes as usual. The SVN server is running on Linux, but our PC are running windows.
My questions:
- Is this a standard configuration in SVN?
- How to avoid this kind of error (other than enforcing everybody to use the same file naming convention)?
Advanced thanks for your kind help!