Actions
Defect #2385
closedDeleted files are shown when using Darcs as SCM provider
Start date:
2008-12-23
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
The repository browser also shows deleted files and directories when using Darcs as SCM backend.
It seems like it is necessary to process the <modified_how>File removed</modified_how> elements in the Darcs XML output in the "entries" method in darcs_adapter.rb.
Redmine version used: 0.8.0.devel.2163 (MySQL)
Updated by Timo Hübel about 16 years ago
Just a note: Perhaps it is even easier retrieving the list of controlled files using "darcs show files"
Updated by Jean-Philippe Lang about 16 years ago
- Status changed from New to Closed
- Target version set to 0.8.1
- Resolution set to Fixed
That's fixed in r2189. Thanks for pointing this out.
Perhaps it is even easier retrieving the list of controlled files using "darcs show files"
Maybe, but "darcs show files" doesn't give the patch that last modified each file.
Actions