简体   繁体   中英

Vendor branch in TFS

In Subversion there is a pattern called Vendor branches to keep track of changes made by my self in a third party project. I´am not really sure how to do this in TFS, are there any best practicies? Is this procedure called anything else in TFS? I cant find anything like this behaviour.

In svn, vendor branches are just a convention, like the trunk/tags/branches top folders are just convention. You can implement the same convention in TFS.

If you are a third party contributor to a project, and have TFS access, your own branch does make sense. One advantage of this pattern is that the owner of this project can give you control over your vendor folder, and you can have your own set of sub branches, which you can merge into each other, or the project owner can merge into his trunk or version branches.

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