Diff

From UFO:AI
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

General

We use the svn diff command to produce patches against the svn repository. You can also use normal diff to produce patches.

Generate a diff

 svn diff > patch.diff

Apply a diff to your sourcetree

 patch -p0 < patch.diff

Links