Project

General

Profile

Actions

Defect #2319

closed

CVS Repository browser lists also the deleted files.

Added by Jerome Vanthournout over 15 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
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

Actions #1

Updated by Jean-Philippe Lang over 15 years ago

  • Status changed from New to Closed
  • Target version set to 0.8
  • Resolution set to Fixed

Fixed in r2135. Thanks.

Actions

Also available in: Atom PDF