Diff And Patch

From Valve Developer Community
Revision as of 07:07, 25 July 2005 by Tei (talk | contribs) (still somewhat crud, but more usefull now.)
Jump to navigation Jump to search

DIFF TOOLS

Diff tools have usefull coding on big proyects. Can able to track changes betwen two different versions of a mod, even able to seamlessly merge two different mods.

Yet another use is to examine changes on the SDK tree after a update. (After reading the changelog)


AlienBrain its a groupware framework for gamedevelopping, include a good diff tool

CygWin its a posix layer for windows that able to compile lots of standard tools.

Winmerge its a windows too to examine differences from two set of files

You can read more about how diff software work here: