[Asterisk-java-cvs] CVS: asterisk-java/xdocs patch.xml,1.1,1.2
Brought to you by:
srt
From: Stefan R. <sr...@us...> - 2005-04-24 15:46:18
|
Update of /cvsroot/asterisk-java/asterisk-java/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4354/xdocs Modified Files: patch.xml Log Message: Fixed line to add to .cvsrc Index: patch.xml =================================================================== RCS file: /cvsroot/asterisk-java/asterisk-java/xdocs/patch.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -p -r1.1 -r1.2 --- patch.xml 24 Apr 2005 14:34:02 -0000 1.1 +++ patch.xml 24 Apr 2005 15:46:10 -0000 1.2 @@ -44,7 +44,8 @@ made sure it compiles and works as expected, you can create the patch file using the command <code>cvs diff -u > /path/to/patchfile.patch</code>.</p> - <p>It is recommended to include the diff -up line in <code>~/.cvsrc</code>.</p> + <p>It is recommended to include the <code>diff -u</code> line + in <code>~/.cvsrc</code>.</p> <p>If you do not have access to CVS you can generate the patch against the latest release.</p> <p>To generate the patch you will need two copies of the source code: |