Unable to open new file when SVN update svn-base system could not find the specified file

Source: Internet
Author: User
Tags lowercase svn svn client svn update tortoisesvn

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.