Hello dear developers,Merge from foreign repository is not compatible with mergeinfo modificationPrecondition: The code address of the repository checked out by the working copy is "http://127.0.0.1/SVN".
When merging the code of the "http://127.0.0.1/svn/Branches/v1.0" branch to the "Trunk/v1.0" branch, SVN considers the merge operation between different repositories, resulting in no version merge. Record the merge operation.
Note: "http://127.0.0.1/SVN" and "http://127.0.0.1/svn" are the same repository address, but the address is different in case.
Suggestion: When judging whether it is the same repository, the address is not Need to be case sensitivethank you
The scheme and host are case-insensitive and normally provided in lowercase; all other components are compared in a case-sensitive manner.