tortoiseSVN 1.8 upgrade did not upgrade svn.exe

别说谁变了你拦得住时间么 提交于 2020-01-24 22:56:05

问题


We have a Windows Server 2008 running IIS & Coldfusion where I recently upgraded TourtoiseSVN client from 1.7.4 to 1.8.2. The upgrade went ok with no errors. I rebooted the server for it to complete the Windows Explorer integration. c:\Program Files\TortoiseSVN\bin\svn.exe did not get upgraded. If I do svn.exe --version it says it is at version 1.7.4 while the GUI integration is at 1.8. I get an error when I use the command line svn.exe which says the client is too old to work with the working copy at ....

How can I get svn.exe upgraded to 1.8? Thanks a ton.


回答1:


You installed the optional (not installed by default) commandline tools with tortoise? I'm guessing you have another commandline client installed (collabnet, cygwin, etc...) that is on your %PATH%. Can you show us the output of these commands:

echo %PATH%

where svn

svn --version

C:\Program Files\TortoiseSVN\bin\svn.exe --version


来源:https://stackoverflow.com/questions/18985471/tortoisesvn-1-8-upgrade-did-not-upgrade-svn-exe

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!