Skip to content

Commit

Permalink
CVS > SVN
Browse files Browse the repository at this point in the history
  • Loading branch information
windinthew committed Feb 12, 2010
1 parent afe3290 commit 1bd64d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions dox2-src/Themability.dox2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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>
Expand All @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions dox2-src/WidgetMigration.dox2
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1bd64d9

Please sign in to comment.