Reputation: 119
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.
Upvotes: 1
Views: 1280
Reputation: 7924
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
Upvotes: 2