How to change the creation date of an existing snapshot?
![]()
Is ti possible to change the creation date of an existing snapshot?
ITeamRepository repo = ...
Once the working copy has been updated, how can we save the item? We can't find any SCM client library...
We are going to create a lot of snapshot programmatically (from a software migration), but we need to maintain an original date, not the baselineset creation timestamp...
Thanks in advance.
|