Error condition
The most recent project SVN will show the can ' t open file ' project directory/.svn/tmp/text-base/Xxx.xmlEvery time the project is updated. Svn-base ' similar errors, while causing the project directory to be locked, can only be unlocked by executing clean up. Also, there is no problem with update operations for individual files or folders.
Where the "xxx.xml" file in the error message is the file that caused the error.
Cause analysis and search:
1, browse the SVN repository, see the error Xxx.xml file, you will find a case-sensitive xxx.xml file. Find methods such as:
2. Delete the Xxx.xml or xxx.xml file with the same name, or change one of them to a different name. If you do not have permission to modify this step, you can get an administrator.
3. This error is caused by the original: Under the Linux system, case-sensitive, that is, uppercase and lowercase named files are different files. Under Windows systems, it is case-insensitive. Once you have a file with the same name but only a different case, you cannot coexist under Windows. As a result, systems that are under Linux are updated to Windows systems with these problems.
The cause of this problem in our project group is that different people have submitted a case-sensitive file with the same name.
SVN update was Locked,can ' t open file ' folder/.svn/tmp/text-base/file.svn-base '