Patch: Difference between revisions
From charlesreid1
No edit summary |
|||
| Line 1: | Line 1: | ||
=Applying Patches= | =Applying Patches= | ||
Create a patch in SVN by running: | |||
<pre> | <pre> | ||
cd /path/to/source | |||
svn diff . > ~/patches/patch.file | |||
</pre> | |||
<pre> | |||
cd /path/to/source | |||
patch -p0 < patch_file | patch -p0 < patch_file | ||
</pre> | </pre> | ||
Revision as of 18:10, 13 June 2011
Applying Patches
Create a patch in SVN by running:
cd /path/to/source svn diff . > ~/patches/patch.file
cd /path/to/source patch -p0 < patch_file
Creating Patches
Creating patches with diff
Main article: Creating patches with diff
| GNU/Linux/Unix the concrete that makes the foundations of the internet.
Compiling Software · Upgrading Software Category:Build Tools · Make · Cmake · Gdb Bash Bash · Bash/Quick (Quick Reference) · Bash Math Text Editors Text Manipulation Command Line Utilities Aptitude · Diff · Make · Patch · Subversion · Xargs Security SSH (Secure Shell) · Gpg (Gnu Privacy Guard) · Category:Security Networking Linux/SSH · Linux/Networking · Linux/File Server Web Servers
|