When you operate TORTOISESVN, you report the following error:
Command Update
Repository UUID ' xxxxxxxx ' doesn ' t match expected
UUID ' xxxxxxxx '
finished!
As you can see, the UUID of the original repository creator is the former, and now the UUID of the latter is being manipulated. Therefore, the current solution is to update the repository UUID with the associated command.
The specific approach is as follows:
1, first view the project's owner's UUID
# Svnlook Uuid/var/svn/repos
xxxxxxx
2, update the project's UUID
# svnadmin setuuid/var/svn/repos xxxxxxx
3, look at the updated UUID
# Svnlook Uuid/var/svn/repos
Report:
A UUID is a random number generated automatically when repository is created, and SVN client uses UUID to determine whether it is the same resp. When a UUID is generally encountered, it needs to be checkout again
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.