CVS > SVN

This commit is contained in:
windinthew 2010-02-12 13:47:12 +00:00
parent afe3290cb3
commit 1bd64d9c16
2 changed files with 7 additions and 7 deletions

View File

@ -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.
<hr>
@ -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.

View File

@ -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