Archive for February 14th, 2008

Added some new ads to the rotation

Thursday, February 14th, 2008

I have joined and added shoppingads.com to my ad rotation on my sites.  You’ll notice it here also.

Creating a diff patch for php

Thursday, February 14th, 2008

Generating the patch:

diff -urp revised_code.php orig_code.php > patch.diff

UPDATE: with svn it’s just:
svn diff > diff.patch
Applying the patch:

patch -p0 < patch.diff

Reference: Using diff to generate patches.

Technorati Tags: php diff patch


Creative Commons License
This work is licensed under a Creative Commons Attribution-NoDerivs 2.5 License.