Diff And Patch: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(still somewhat crud, but more usefull now.)
(Spelling and tidy-up...)
Line 1: Line 1:
==Diff Tools==


== DIFF TOOLS ==
Diff tools can be extremely useful when working on large projects, especially when sharing code between several programmers without the aid of a [[Using Source Control with the Source SDK|revision control system]] such as CVS or Perforce. These tools make it possible to track changes betwen two different versions of a mod, and are even capable of seamlessly merging two different mods.


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, in addition to reading the changelog.


Yet another use is to examine changes on the SDK tree after a update. (After reading the changelog)
; AlienBrain
 
* A groupware framework for game developing, includes a good diff tool.
 
AlienBrain its a groupware framework for gamedevelopping, include a good diff tool
* [http://www.alienbrain.com AlienBrain]
* [http://www.alienbrain.com AlienBrain]


CygWin its a posix layer for windows that able to compile lots of standard tools.  
; Cygwin
* [http://www.cygwin.com CygWin]
* A POSIX layer for Windows which includes many popular GNU tools such as GCC (GNU Compiler Collection), GNU Patch, etc.  
* [http://www.cygwin.com Cygwin]


Winmerge its a windows too to examine differences from two set of files  
; Winmerge
* [http://winmerge.sf.net WinMerge]
* A Windows tool for examining differences between two set of files.
* [http://winmerge.sf.net Winmerge]


You can read more about how diff software work here:
You can read more about how diff software works here:


* [http://www.gnu.org/software/diffutils/diffutils.html Diff Utils]
* [http://www.gnu.org/software/diffutils/diffutils.html Diff Utils]

Revision as of 07:17, 25 July 2005

Diff Tools

Diff tools can be extremely useful when working on large projects, especially when sharing code between several programmers without the aid of a revision control system such as CVS or Perforce. These tools make it possible to track changes betwen two different versions of a mod, and are even capable of seamlessly merging two different mods.

Yet another use is to examine changes on the SDK tree after a update, in addition to reading the changelog.

AlienBrain
  • A groupware framework for game developing, includes a good diff tool.
  • AlienBrain
Cygwin
  • A POSIX layer for Windows which includes many popular GNU tools such as GCC (GNU Compiler Collection), GNU Patch, etc.
  • Cygwin
Winmerge
  • A Windows tool for examining differences between two set of files.
  • Winmerge

You can read more about how diff software works here: