replace CVS with SVN
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 13 Jan 2007 19:08:18 +0000 (19:08 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 13 Jan 2007 19:08:18 +0000 (19:08 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12126 7612ce4b-ef26-0410-bec9-ea0150e637f0

ChangeLog
INSTALL
ReleaseNotes
doc/translating.txt
include/init.php

index d4229e497ed6cabe1d348bd76afa6c0409a649a7..7d343cf4d38682f81ac88104fb2c3b2bbba1cbf8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
 *** SquirrelMail Devel Series 1.5 ***
 *************************************
 
-Version 1.5.2 - CVS
+Version 1.5.2 - SVN
 -------------------
   - The search expression in the LDAP backend of the Addressbook is now
     configurable, which can allow the result set to be expanded.
diff --git a/INSTALL b/INSTALL
index 921107f6d685f039082e10831d0c9efabe50ad74..612eeb98dd3d7cc30af30ea9a9bb5b8285fcf031 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -93,7 +93,7 @@ Each of these steps is covered in detail below.
   SquirrelMail is constantly being improved. Therefore you should always
   get the newest version around. Look at http://www.squirrelmail.org
   to see what it is. If you want to be bleeding edge you might want to
-  consider using the latest CVS version (with the latest and most
+  consider using the latest SVN version (with the latest and most
   fashionable bugs).
 
 a. Download SquirrelMail
index 85647fa53908623631f65dec239e7e57111e9a62..da517486e16671eb8878294c8a1978a2d4045f58 100644 (file)
@@ -177,7 +177,7 @@ before submitting a new bug.  This will help to eliminate duplicate reports and
 increase the time we can spend FIXING existing bugs by DECREASING the time we
 spend sorting through bug reports.  Remember to check for CLOSED bug reports
 also, not just OPEN bug reports, in case a bug you want to report may have been
-recently fixed in CVS.
+recently fixed in our source code repository.
 
 If you want to join us in coding SquirrelMail, or have other things to share
 with the developers, join the development mailing list:
index 485f460c5540a0afa196d93cf9a5b2eefec23008..b74bace35accd3551d46515775f9e7fb62d4cf12 100644 (file)
@@ -1,7 +1,7 @@
 How to translate SquirrelMail into another language?
 ====================================================
 
-This document does not deal with CVS and how to upload translations to
+This document does not deal with Subversion and how to upload translations to
 the repository.
 
 1. First time translation
index b5fd16445317ac1bf5c5d5134ae9188a66185d53..bfc36d8ae3e5d90c1114f2ddb5243bcb6664f5bc 100644 (file)
@@ -225,7 +225,7 @@ sqsession_is_active();
 /**
  * SquirrelMail version number -- DO NOT CHANGE
  */
-$version = '1.5.2 [CVS]';
+$version = '1.5.2 [SVN]';
 
 /**
  * SquirrelMail internal version number -- DO NOT CHANGE