I have just migrated revision control systems to Subversion. We have chosen to use the latest version of Subversion, 1.7. When I switch to the history view in the Delphi editor
For anyone else who encounters the problem, and thanks to TOndrej and Uwe, here is exactly what I did to get integration of svn 1.7 in XE2. I expect the same would work in XE.
HKEY_CURRENT_USER\Software\Embarcadero\BDS\9.0\Subversion
. Add a REG_SZ
value named SvnDllDir
, whose value is the bin
directory of the win32svn client, C:\Program Files (x86)\Subversion\bin
in my case. For XE this would be ...\BDS\8.0\...
.