The SVN server is mounted on a Linux system, and the SVN client is on Windows, and the "can" T open file may appear when you update it.
Xxxx/tmp/text-base/xx.svn-base the system could not find the specified file "error.
This is because there are two files with the same file name in the target file on the Linux server. Because the file name of the Linux system is case-sensitive, the Windows system does not distinguish between case names, For example, Readme.txt and ReadMe.txt are two different files on a Linux system, but they will be the same file under Windows, and this problem occurs when you update from a Linux server to Windows.
Solution:
The code is as follows
TortoiseSVN--> Repo-browser
In the pop-up window, select one of the files with the duplicate name, right button, Delete,ok.
commit!
Update again.
Some friends say you can handle this, but you haven't tested it.
Solution A) (recommended)
1. Submit your working copy of changes to the version library
2. The browser that uses the version library immediately renames the file's upper case (lowercase) to lowercase (uppercase)
3. Update your working copy
Solution B)
1. Rename uppercase to Uppercase_ format using the Rename command in the TortoiseSVN submenu
2. Submit the Change
3. Rename Uppercase_ to uppercase format
4. Submit the Change