View Issue Details

IDProjectCategoryView StatusLast Update
0005701JEDI Code LibraryJclVersion*public2012-01-30 22:26
ReporterakalwaAssigned Tooutchy 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionVersion 2.4 
Target VersionFixed in VersionVersion 2.4 
Summary0005701: JCL Version Control Integration doesn't work with SVN 1.7 anymore
DescriptionAfter upgrading TortoiseSVN from v1.6.x to version 1.7, the JCL version control expert doesn't work anymore on single files; the menu items are grayed out.
Operations on folders are still working.
Additional InformationStarting with V1.7, SVN doesn't have a ".svn" folder in every source folder; there is only one .svn folder in the root of the working copy.

Perhaps this causes the JCL version control expert to fail (I do not know where to check or how to debug this)

This bug is not limited to Delphi XE2, I can see this in Delphi 2010 and Delphi 2007, too.
TagsNo tags attached.
Fixed in GIT commit
Fixed in SVN revision3700
IDE versionDelphi/C++Builder XE2

Activities

2011-11-05 18:40

 

outchy

2011-11-08 00:12

administrator   ~0019096

The local copy format was heavily reworked in SVN 1.7. Subdirectories do not contain .svn hidden directory anymore.

jfudickar

2012-01-01 17:34

developer   ~0019289

I've commited a first patch.

Now we principle have back the functionality to for example commit single files.
But we lost the handling for example of ignored files.

We are now for 1.7 repositories on the same "level" then for git repositories.

outchy

2012-01-01 22:06

administrator   ~0019290

I think we should use svn.exe to get all the informations for SVN 1.7 repos. SVN command line tools are now shipped with TSVN (installation option disabled by default).

outchy

2012-01-22 15:46

administrator   ~0019338

I've just submitted a patch in revision 3700 that adds full support for SVN 1.7 repositories when subversion command line tools are installed in TortoiseSVN (option in TSVN installer).

akalwa

2012-01-25 11:04

reporter   ~0019353

Looks good now!

Issue History

Date Modified Username Field Change
2011-11-05 18:40 akalwa New Issue
2011-11-05 18:40 akalwa File Added: JCL Version Control Expert Bug.png
2011-11-05 18:40 akalwa IDE version => Delphi/C++Builder XE2
2011-11-08 00:12 outchy Note Added: 0019096
2011-11-08 00:12 outchy Status new => confirmed
2012-01-01 17:34 jfudickar Note Added: 0019289
2012-01-01 22:06 outchy Note Added: 0019290
2012-01-22 15:46 outchy Note Added: 0019338
2012-01-22 15:46 outchy Assigned To => outchy
2012-01-22 15:46 outchy Status confirmed => feedback
2012-01-25 11:04 akalwa Note Added: 0019353
2012-01-30 22:26 outchy Fixed in revision => 3700
2012-01-30 22:26 outchy Status feedback => resolved
2012-01-30 22:26 outchy Fixed in Version => Version 2.4 (Subversion repository/Daily zips)
2012-01-30 22:26 outchy Resolution open => fixed