History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-3830
Type: Usability Problem Usability Problem
Status: Open Open
Priority: Normal Normal
Assignee: Dmitry Jemerov
Reporter: Erb
Votes: 0
Watchers: 1
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Changelist being called "Version" in perforce, misused.

Created: 18 Jul 05 18:37   Updated: 03 Nov 06 20:10
Component/s: Version Control Integration. Perforce
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Zip Archive columns.zip (7 kb)
2. Zip Archive columns.zip (3 kb)


Build: 3,408
Severity: Medium


 Description  « Hide
The Revision number is more useful in Perforce than what you call the "version" number, which is actually the changelist number (and should be called so in the History view). When doing comparisons with another revision, you should use the revision number in the diff window headers, not the changelist ("version") numbers.

 All   Comments   Work Log   Change History      Sort Order:
Erb - 25 Aug 05 00:59
suggested fix

Erb - 31 Oct 06 20:13
Here's the fix based on 6077 build

Dmitry Jemerov - 01 Nov 06 13:36
I'm not sure if this change is really a good idea. If a file has been branched, it will have multiple revisions that have the same revision number. If you, for example, do a diff between them, the code will show "Differences between revision 2 and revision 2", which is confusing. On the other hand, the changelist number identifies a file version uniquely.

Erb - 01 Nov 06 18:11
Perhaps do both. After all, If I am comparing 2 revisions in the same branch, this issue does not affect me.

Erb - 01 Nov 06 18:13
Or maybe what you show can depend on whether Show Branches is selected? (I know, I'm complicating things). At any rate, I still think that, in the scenario you mention, showing the branch name and revision would be more useful than the changelist number.