Vote #64270
完了CVS Repository browser lists also the deleted files.
0%
説明
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
journals
Fixed in r2135. Thanks.
--------------------------------------------------------------------------------