Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
4answers
3k views

Creating a Patch with TFS

Creating a patch is very easy in SubVersion, With Tortoise, you right-click and select Create Patch. But for the life of me, I can't find this functionality in TFS. Is this possible? If not, what's ...
7
votes
2answers
471 views

How do small software patches correct big software?

One thing I've always wondered about is how software patches work. A lot of software seems to just release new versions on their binaries that need to be installed over older versions, but some ...
5
votes
6answers
4k views

Binary patch-generation in C#

Does anyone have, or know of, a binary patch generation algorithm implementation in C#? Basically, compare two files (designated old and new), and produce a patch file that can be used to upgrade the ...
4
votes
1answer
141 views

software distribution and patch management

How do software houses like Microsoft or anti-virus companies patch/update their software? Anti virus companies dont send the complete executable; only new virus signatures I suppose. Similarly, Ive ...