Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to do a "destroy history" in TFS?

Is to possible to "purge" history from a given change set/date in TFS?

So, for example, For file X

destroy all version older than date Y.

or

destroy all version before revision Y.

like image 607
Simon Avatar asked Oct 19 '10 04:10

Simon


1 Answers

Yes you can - http://msdn.microsoft.com/en-us/library/bb386005.aspx -

TF Destroy $/MyTeamProject /keephistory /stopat:C864

like image 83
Ewald Hofman Avatar answered Nov 07 '22 23:11

Ewald Hofman