Source/ported changesets and determining newest version of a file
![]()
Ernest Crvich (192●1●19●19)
| asked Dec 20 '17, 2:11 p.m.
retagged Dec 25 '17, 1:53 p.m. by Ulf Arne Bister (1.3k●1●13) We have source code that takes a collection of IChangeSet objects (obtained by comparing one stream or workspace with another, basically getting the outgoing list of changes...but not necessarily ALL outgoing changes, sometimes only a subset of them, e.g. ones that are linked to a particular work item or list of work items) and tries to determine which version of a part is the newest in that set. To date, we've always used the changeset last-modified timestamp to determine which change to a part is newest.
|
Comments
bump
Anyone on the RTC SCM dev team willing to comment?