tortoiseSVN 1.8 upgrade did not upgrade svn.exe -


we have windows server 2008 running iis & coldfusion upgraded tourtoisesvn client 1.7.4 1.8.2. upgrade went ok no errors. rebooted server complete windows explorer integration. c:\program files\tortoisesvn\bin\svn.exe did not upgraded. if svn.exe --version says @ version 1.7.4 while gui integration @ 1.8. error when use command line svn.exe says client old work working copy @ ....

how can svn.exe upgraded 1.8? ton.

you installed optional (not installed default) commandline tools tortoise? i'm guessing have commandline client installed (collabnet, cygwin, etc...) on %path%. can show output of these commands:

echo %path%  svn  svn --version  c:\program files\tortoisesvn\bin\svn.exe --version 

Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -