View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005701 | JEDI Code Library | JclVersion* | public | 2011-11-05 18:40 | 2012-01-30 22:26 |
Reporter | akalwa | Assigned To | outchy | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Version 2.4 | ||||
Target Version | Fixed in Version | Version 2.4 | |||
Summary | 0005701: JCL Version Control Integration doesn't work with SVN 1.7 anymore | ||||
Description | After 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 Information | Starting 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. | ||||
Tags | No tags attached. | ||||
Fixed in GIT commit | |||||
Fixed in SVN revision | 3700 | ||||
IDE version | Delphi/C++Builder XE2 | ||||
2011-11-05 18:40
|
|
|
The local copy format was heavily reworked in SVN 1.7. Subdirectories do not contain .svn hidden directory anymore. |
|
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. |
|
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). |
|
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). |
|
Looks good now! |
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 |