简体   繁体   中英

Code check in in TFS without a new changeset

I am new to TFS.I had checked in the code through VS 2015 in TFS.A changeset was generated. Now I need to edit the code and check in with the earlier changeset.Is there any way I can edit the code without a new changeset getting created.

不可以。TFVC签入是不可变的,无法重写。

When you check in your changes, they are stored on the server as a changeset. TFS creates a changeset every time you do a checkin . All the files that are checked in together are included in the changeset. Changesets contain the history of each item in version control. And history in TFS is immutable.

You could go through this blog TFS Basics–Changeset for more detail concept of it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM