aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/CODING-GUIDELINES6
-rw-r--r--doc/README.mp32
-rw-r--r--doc/cdr.txt2
-rw-r--r--include/asterisk.h4
4 files changed, 7 insertions, 7 deletions
diff --git a/doc/CODING-GUIDELINES b/doc/CODING-GUIDELINES
index 3d296a75c..c3c62bfdd 100644
--- a/doc/CODING-GUIDELINES
+++ b/doc/CODING-GUIDELINES
@@ -22,9 +22,9 @@ above the top-level Asterisk source directory. For example:
~/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 @@ Before submitting a patch, *read* the actual patch file to be sure that
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
diff --git a/doc/README.mp3 b/doc/README.mp3
index 7bdeb5103..5c7ca16c7 100644
--- a/doc/README.mp3
+++ b/doc/README.mp3
@@ -16,4 +16,4 @@ download and make the working version.
* 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
diff --git a/doc/cdr.txt b/doc/cdr.txt
index 580619737..02dc7d1db 100644
--- a/doc/cdr.txt
+++ b/doc/cdr.txt
@@ -108,7 +108,7 @@ MSSQL: Asterisk can currently store CDRs into an MSSQL database in
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 &&
diff --git a/include/asterisk.h b/include/asterisk.h
index e5fe754bd..68f17ea5f 100644
--- a/include/asterisk.h
+++ b/include/asterisk.h
@@ -104,8 +104,8 @@ void ast_unregister_file_version(const char *file);
* \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)