[asterisk-commits] branch 1.2 - r7226 in /branches/1.2: doc/
include/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Nov 29 21:37:37 CST 2005
Author: kpfleming
Date: Tue Nov 29 21:37:37 2005
New Revision: 7226
URL: http://svn.digium.com/view/asterisk?rev=7226&view=rev
Log:
remove remaining CVS references
Modified:
branches/1.2/doc/CODING-GUIDELINES
branches/1.2/doc/README.mp3
branches/1.2/doc/cdr.txt
branches/1.2/include/asterisk.h
Modified: branches/1.2/doc/CODING-GUIDELINES
URL: http://svn.digium.com/view/asterisk/branches/1.2/doc/CODING-GUIDELINES?rev=7226&r1=7225&r2=7226&view=diff
==============================================================================
--- branches/1.2/doc/CODING-GUIDELINES (original)
+++ branches/1.2/doc/CODING-GUIDELINES Tue Nov 29 21:37:37 2005
@@ -22,9 +22,9 @@
~/work$ diff -urN asterisk-base asterisk-new
-If you are changing within a fresh CVS/SVN repository, you can create
+If you are changing within a fresh SVN working copy, you can create
a patch with
-$ cvs diff -urN <mycodefile>.c
+$ svn diff <mycodefile>.c
* General rules
---------------
@@ -464,7 +464,7 @@
all the changes you expect to be there are, and that there are no
surprising changes you did not expect. During your development, that
part of Asterisk may have changed, so make sure you compare with the
-latest CVS.
+latest SVN.
- Listen to advice
If you are asked to make changes to your patch, there is a good chance
Modified: branches/1.2/doc/README.mp3
URL: http://svn.digium.com/view/asterisk/branches/1.2/doc/README.mp3?rev=7226&r1=7225&r2=7226&view=diff
==============================================================================
--- branches/1.2/doc/README.mp3 (original)
+++ branches/1.2/doc/README.mp3 Tue Nov 29 21:37:37 2005
@@ -16,4 +16,4 @@
* MP3 Format driver
A format driver for reading MP3 audio files is available
-in the asterisk-addons CVS repository on cvs.digium.com
+in the asterisk-addons SVN repository on svn.digium.com
Modified: branches/1.2/doc/cdr.txt
URL: http://svn.digium.com/view/asterisk/branches/1.2/doc/cdr.txt?rev=7226&r1=7225&r2=7226&view=diff
==============================================================================
--- branches/1.2/doc/cdr.txt (original)
+++ branches/1.2/doc/cdr.txt Tue Nov 29 21:37:37 2005
@@ -108,7 +108,7 @@
make install
Compile, or recompile, asterisk so that it will now add support
- for cdr_tds.c (Currently only asterisk CVS supports cdr_tds.c)
+ for cdr_tds.c (Currently only asterisk SVN supports cdr_tds.c)
make clean &&
make update &&
Modified: branches/1.2/include/asterisk.h
URL: http://svn.digium.com/view/asterisk/branches/1.2/include/asterisk.h?rev=7226&r1=7225&r2=7226&view=diff
==============================================================================
--- branches/1.2/include/asterisk.h (original)
+++ branches/1.2/include/asterisk.h Tue Nov 29 21:37:37 2005
@@ -104,8 +104,8 @@
* \endcode
*
* \note The dollar signs above have been protected with backslashes to keep
- * CVS from modifying them in this file; under normal circumstances they would
- * not be present and CVS would expand the Revision keyword into the file's
+ * SVN from modifying them in this file; under normal circumstances they would
+ * not be present and SVN would expand the Revision keyword into the file's
* revision number.
*/
#if defined(__GNUC__) && !defined(LOW_MEMORY)
More information about the asterisk-commits
mailing list