情况是这样的:我本地有一个项目,想提交到一个新的svn地址上,如http://192.168.0.210/svn/alcorweb;
原来一直提交到这个svn地址上,如http://192.168.0.210/svn/info-dist;
一直报这个错:
switch http://192.168.0.210/svn/alcorweb D:/pro/workspace/alcornet -r HEAD --force
Repository UUID does not match expected UUID
svn: Repository UUID 'd89b728d-e059-400a-838d-3acdaf0fc40f' doesn't match expected UUID '78db86e2-aaf0-4bf9-b0b2-f043737cc5fc'
解决方法:对本地项目 先 右击--team--disconnect 断开连接,然后 team--share project --选择新的地址。