X-Cart:To apply a patch by issuing the command 'patch'

From X-Cart 4 Classic
Revision as of 09:27, 14 September 2010 by Ivka (talk | contribs) (Created page with '# Save the text of your patch to a file (e.g. patch.diff). # Copy this file (patch.diff) to the directory where X-Cart is installed. # Issue the command 'patch -c < patch.diff' t…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  1. Save the text of your patch to a file (e.g. patch.diff).
  2. Copy this file (patch.diff) to the directory where X-Cart is installed.
  3. Issue the command 'patch -c < patch.diff' to check the patch applicability.
  4. If there are no errors during the check-up, apply the patch by issuing the command 'patch < patch.diff'.

You can read more about 'patch' command in the manual (man patch, info patch).