From 1bd64d9c16a182745a7a56d764e225b7460727c3 Mon Sep 17 00:00:00 2001 From: windinthew Date: Fri, 12 Feb 2010 13:47:12 +0000 Subject: [PATCH] CVS > SVN --- dox2-src/Themability.dox2 | 8 ++++---- dox2-src/WidgetMigration.dox2 | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dox2-src/Themability.dox2 b/dox2-src/Themability.dox2 index 583f27dde..e2029dfff 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 5a0a1960a..399654b23 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