开发者

TFS vs Perforce (Retrieving files upto a changelist)

开发者 https://www.devze.com 2023-02-25 14:06 出处:网络
In perforce,开发者_JAVA技巧 if one syncs to a specific changelist, a snapshot of src repo as of that changelist is pulled down. Is there a way of doing the same thing in TFS? Does TFS changeset repres

In perforce,开发者_JAVA技巧 if one syncs to a specific changelist, a snapshot of src repo as of that changelist is pulled down. Is there a way of doing the same thing in TFS? Does TFS changeset represent a specific snapshot at all?


I'm not familiar with Perforce and its terminology, but if I'm understanding your question correctly, you're asking how to retrieve a copy of the code at a specific point in time, or as of a specific set of changes?

In TFS, you would do that using the Get Specific Version command, and then you can choose a Date, or a specific Changeset.

0

精彩评论

暂无评论...
验证码 换一张
取 消