Skip to content
Snippets Groups Projects
Commit 8f08d7cc authored by Russell Bryant's avatar Russell Bryant
Browse files

update to mention svn instead of cvs

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@38089 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 5830e9cb
No related branches found
No related tags found
No related merge requests found
...@@ -14,17 +14,15 @@ To be accepted into the codebase, all non-trivial changes must be ...@@ -14,17 +14,15 @@ To be accepted into the codebase, all non-trivial changes must be
disclaimed to Digium or placed in the public domain. For more information disclaimed to Digium or placed in the public domain. For more information
see http://bugs.digium.com see http://bugs.digium.com
Patches should be in the form of a unified (-u) diff, made from the directory Patches should be in the form of a unified (-u) diff, made from a checkout
above the top-level Asterisk source directory. For example: from subversion.
- the base code you are working from is in ~/work/asterisk-base /usr/src/asterisk$ svn diff > mypatch
- the changes are in ~/work/asterisk-new
~/work$ diff -urN asterisk-base asterisk-new If you would like to only include changes to certain files in the patch, you
can list them in the "svn diff" command:
If you are changing within a fresh CVS/SVN repository, you can create /usr/src/asterisk$ svn diff somefile.c someotherfile.c > mypatch
a patch with
$ cvs diff -urN <mycodefile>.c
* General rules * General rules
--------------- ---------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment