diff --git a/dox2-src/Themability.dox2 b/dox2-src/Themability.dox2
index 583f27dded20..e2029dfff22b 100644
--- a/dox2-src/Themability.dox2
+++ b/dox2-src/Themability.dox2
@@ -142,7 +142,7 @@ for one version of Audacity may no longer be suitable for the next
version.
Storing as individual images solves that problem and makes it easier
-for a designer to change just one image. In CVS we check in the
+for a designer to change just one image. In SVN we check in the
individual images.
The third form allows Audacity to store the combined PNG in 'C' format
@@ -225,8 +225,8 @@ and recompile. You should now have a version of Audacity with the new
Audacity will now be using the image.
- - When you come to check in the updated code into CVS, including
-ThemeAsCeeCode.h, remember to also add your new .png image into CVS
+ - When you come to check in the updated code into SVN, including
+ThemeAsCeeCode.h, remember to also add your new .png image into SVN
too.
@@ -237,7 +237,7 @@ It is possible to completely screw up the built in default images
through using an incorrect ThemeAsCeeCode.h. A correct ThemeAsCeeCode.h
can be regenerated as follows:
- - Retrieve a correct set of images from CVS and place them in the
+ - Retrieve a correct set of images from SVN and place them in the
components directory used by Audacity.
- Compile Audacity in debug mode.
- Use ThemePrefs 'Load Components' to load the correct set of images.
diff --git a/dox2-src/WidgetMigration.dox2 b/dox2-src/WidgetMigration.dox2
index 5a0a1960aea6..399654b231bc 100644
--- a/dox2-src/WidgetMigration.dox2
+++ b/dox2-src/WidgetMigration.dox2
@@ -27,12 +27,12 @@ wxWidgets and the GPL'ed Audacity code. Another approach is as each
source file is created, release it under the wxWindows license. It is
automatically then also a GPL compatible file, and it is a GPL licensed
version that is linked in to the exe. The wxWindows licensed version
-is still available from our CVS. This is what we are doing. We require
-that developers checking in changes into Audacity CVS for these files
+is still available from our SVN. This is what we are doing. We require
+that developers checking in changes into Audacity SVN for these files
authorise their changes to be used under the wxWindows license. Of
course anyone is free to use these dual-licensed files under the GPL
instead. They may also choose to make their changes GPL only, but in that
-case they may not check their changes back into our CVS.
+case they may not check their changes back into our SVN.
\section MigrationItems Code Slated For Migration