Actions
Defect #2319
closedCVS Repository browser lists also the deleted files.
Start date:
2008-12-12
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
In CVS, the deleted files are moved into a special folder named Attic. These files are "deleted" and cannot not be used anymore (except if someone resuscitate it by checking it out and committing it again).
In the current release (0.7.3) as well as 0.8.0-RC1, all the files are displayed in the repository browser, included the "deleted" files.
The "deleted" files should not be displayed.
This problem is located in cvs_adapter.rb line 66.
cmd = "#{CVS_BIN} -d #{root_url} rls -ed"
Instead of -ed, it would be better to use -e
Updated by Jean-Philippe Lang almost 16 years ago
- Status changed from New to Closed
- Target version set to 0.8
- Resolution set to Fixed
Fixed in r2135. Thanks.
Actions