changeset alias numbers
hi,
i am using scm for my application. i see from time to time that earlier changesets can have smaller alias number than the later one, it does not happen often but it happens. Since my application relies on the order of the changesets i was wondering, if there is a way to get changeset list ordered by time if its not possible to get 'em orderd by alias number? i assume that command "scm history" does show changesets ordered by time but the timestamp is not displayed so i was hoping that there is a way to show that changeset timestamp , the way its shown in web UI at least? Thanks |
2 answers
hi,Don't rely on the alias. This can change from session to session. It is a temporary id that helps you during your session but isn't guaranteed to always be the same. I would use the scm history command and the order that you get is the order it is in the stream. The change set time doesn't tell you much since it can't be ordered by time. It's not always true that an earlier change set is ordered before a later one. It all depends on when it enters history. The timestamp represents when the change set was last changed. |
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/138819
This just changed for 4.0. The dates will be displayed when using 'scm history'. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.