简体   繁体   中英

SVN - cannot resolve conflict

I have used SVN a lot but I haven't created my own SVN server from scratch before. I have created it, and all seems well. Except that I must have skipped some step before I made the dreadful mistake of changing a line of code in 1 of my files. Now, I cannot do a successful UPDATE from the server. I continuously get the error message shown in the screenshot:

在此处输入图片说明

There is 1 file conflicted in the "Scripts" folder. I have tried seemingly everything. I tried reverting it. Tried committing it (seems to always work!) I tried deleting it and re-updating from server. That worked. But when I try to update from the root, I always get the error shown below. This is Tortoise SVN.

I'm missing some simple step. Please help.

See the answer TortoiseSVN reports conflict, but no conflict can be found to a similar question. The reason could be that you have changed the script folder on the server (lowercase to uppercase or vice versae), and your operating system (Windows) is not able to have both Script with uppercase and script with lowercase. A fresh checkout cannot have the effect you describe.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM