公司svn服务器迁移,修改本地svn地址出现如下错误:
full@08:58:09 huahai $ svn switch --relocate http://192.168.0.252:8800/svn/mall http://192.168.0.230:8800/svn/mallsvn: E195009: The repository at 'http://192.168.0.230:8800/svn/mall' has uuid 'ce56a25f-8868-4fb5-9c85-c8db87ae626a', but the WC has 'e8597b61-79d7-4b7a-b71c-1006805ac4ca'
出现这个问题原因是本地UUID和svn-server的UUID不一致导致的,因此可以把本地UUID手动修改为server的UUID,使其保持一致。
修改文件.svn/wc.db
把e8597b61-79d7-4b7a-b71c-1006805ac4ca
替换为ce56a25f-8868-4fb5-9c85-c8db87ae626a