Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delphi SVN integration that works with SVN 1.7?

I've just upgraded my SVN repository from 1.6 to 1.7. A major change to the repository format in 1.7 is that the ".svn" folders are no longer stored in each subdirectory; only in the root folder of the repository.

Unfortunately this seems to confuse the JCL SVN integration I have been using. It seems to think my files are not under source control.

Is there any Delphi SVN integration that works with 1.7 now or that has plans to support it in the near future?

I am using Delphi 2010.

UPDATE

There is a bug report here for the JCL SVN integration. Current status is "confirmed".

like image 546
awmross Avatar asked Jan 06 '12 00:01

awmross


1 Answers

Even Delphi XE2 seems to have some problem with this, even with 3 updates since the release, they never update the subversion client and I have to do it myself.

For the most part, I use tortoiseSVN, but collabnet svn commandline client is what comes with Delphi now. I haven't used the JEDI stuff, we were using Source Safe and the visualconnexion connector until just recently. But, FWIW, you might want to install collabnet's subversion client and overwrite the DLL's distributed with JCL SVN. That worked for me with XE2 (although I don't believe it's the preferred method).

like image 64
Peter Turner Avatar answered Oct 13 '22 23:10

Peter Turner