mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
remove remaining CVS references
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7226 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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 &&
|
||||
|
Reference in New Issue
Block a user