tfs - How do I stop Team Explorer Everywhere from seeing a deleted folder as a detected change -
i using team explorer everywhere 2012 command line
i issued tf get
forgot item spec got couple of projects didn't want before noticed , hit ctrl-c.
i did rm -rf
on folders.
now, when tf status
says:
---------------------------------- detected changes: ---------------------------------- file name change local path --------- ------ ----------------- $/ project delete /tfs/project
if issue tf undo $/project
, says there no changes undo.
how stop tf seeing change -- don't want accidentally checkin delete.
when delete item team foundation version control expects exist on-disk, detects deletion , displays "detected change". note merely informational message. not "pending change" , cannot undone, nor can checked in server, @ least not without promoting detected change pending change via call tf delete
.
however, if you're worried accidentally promoting change, or if you're tired of seeing it, can instruct client shouldn't have in first place. easiest way on path of previous version didn't have these files, namely changeset 1:
tf /version:c1 $/project
now local working folders in sync workspace mappings , there should no more detected changes $/project
.
Comments
Post a Comment