Issue Details (XML | Word | Printable)

Key: JRA-3349
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Sam Chang [Atlassian]
Reporter: Anton Mazkovoi [Atlassian]
Votes: 4
Watchers: 4
Operations

If you were logged in you would be able to see more operations.
JIRA

More Information on files for the Version Control Tab

Created: 08/Mar/04 05:04 PM   Updated: 05/Nov/06 06:44 PM
Component/s: CVS integration
Affects Version/s: 2.6 Pro, 2.6 Enterprise
Fix Version/s: 3.6.3

Time Tracking:
Original Estimate: 1 day, 4 hours
Original Estimate - 1 day, 4 hours
Remaining Estimate: 1 day, 4 hours
Remaining Estimate - 1 day, 4 hours
Time Spent: Not Specified
Remaining Estimate - 1 day, 4 hours

Participants: Anton Mazkovoi [Atlassian], Phil Haar, Sam Chang [Atlassian], Scott Farquhar [Atlassian] and Tim Dawson
Since last comment: 1 year, 48 weeks, 6 days ago
Resolution Date: 05/Nov/06 06:44 PM
Labels:


 Description  « Hide
When showing a list of files for a revision need to group the files into:
  • Changed Files
  • Added Files
  • Deleted Files

This can be done using the methods isInitialRevision() and isDead() of the net.sf.statcvs.model.CvsRevision class.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Tim Dawson added a comment - 15/Sep/05 10:15 PM
this should be done for Perforce as well - anything in the CVS component should be considered for other version control systems.

Phil Haar added a comment - 05/May/06 08:04 AM
I agree that the version control information should report whether a file was changed/added/deleted. The deleted files are the biggest issue, because they look the same as if someone had forced checkin of an unchanged file.

However, I would rather see files sorted by their full path (so that I can see everything changed in the same package together) rather than listing adds/deletes separately from changes.


Scott Farquhar [Atlassian] added a comment - 15/Oct/06 08:21 AM
Sam - is this done? How hard would it be to do (based on the changes done already)?

Sam Chang [Atlassian] added a comment - 05/Nov/06 06:44 PM
This should have been fixed since JIRA 3.6.3.
Each commited file entries are labelled as ADD, DEL, or MODIFY