From: Francesco Montorsi Date: Sun, 24 Feb 2008 14:23:30 +0000 (+0000) Subject: get rid of references to CVS as we use SVN now X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4d636bdf8b90e0d97789a25f2c8e828fa8ee308a get rid of references to CVS as we use SVN now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/tech/tn0001.txt b/docs/tech/tn0001.txt index 68d9a98567..a964f73ff6 100644 --- a/docs/tech/tn0001.txt +++ b/docs/tech/tn0001.txt @@ -5,9 +5,9 @@ To add a new sample "foo" under directory "samples/foo" you need to do the following: (note that all this applies also to demos: just replace samples/ with demos/ where needed). -1. Create the directory samples/foo locally and "cvs add" it. +1. Create the directory samples/foo locally and "svn add" it. -2. "cvs add" the sample sources (usually based on minimal.cpp) as well. +2. "svn add" the sample sources (usually based on minimal.cpp) as well. Note that unless your sample requires something special you shouldn't add foo.rc, foo.ico, ... any more, please just reuse the generic sample.* diff --git a/docs/tech/tn0002.txt b/docs/tech/tn0002.txt index 47ef2986e4..a0d2572126 100644 --- a/docs/tech/tn0002.txt +++ b/docs/tech/tn0002.txt @@ -28,7 +28,7 @@ First of all, here is what you will need: fine, but you'd have to use some kind of "for /s" loop with the command.com/cmd.exe. -3. (at least read) access to the cvs is not necessary strictly speaking, but +3. (at least read) access to the subversion is not necessary strictly speaking, but will make things a lot easier for you and others. diff --git a/docs/tech/tn0011.txt b/docs/tech/tn0011.txt index 3e05242f89..6981d5906d 100644 --- a/docs/tech/tn0011.txt +++ b/docs/tech/tn0011.txt @@ -18,7 +18,7 @@ {wx}/build/bakefiles/wxpresets/presets/wx_win32.bkl {wx}/build/bakefiles/version.bkl {C:R:A} {wx}/build/script/win_docs.bat {windows doc and setup file} - {wx}/distrib/scripts/build-environ.cfg {cvs tar and zip files} + {wx}/distrib/scripts/build-environ.cfg {SVN tar and zip files} {wx}/include/wx/mac/carbon/config_xcode.h The script misc/scripts/inc_release can be used for incrementing @@ -28,6 +28,8 @@ [ To be written... ] + See tn0020.txt for now. + diff --git a/docs/tech/tn0013.txt b/docs/tech/tn0013.txt index afeaa56b1d..4e4dc23290 100644 --- a/docs/tech/tn0013.txt +++ b/docs/tech/tn0013.txt @@ -16,17 +16,7 @@ below. a) Do a fresh checkout using the command - cvs -d :pserver:anoncvs@cvs.wxwidgets.org:/packs/cvsroots/wxwidgets co wxGTK - - NB: if you realize later that some needed files were not checked out - by this command, please modify CVSROOT/modules to include the missing - files so that it works for the next release! - - You also need the samples and demos directories, so change to - wxWidgets directory created by the first cvs command and do "cvs up -d" - for each of them. Of course, you can also check out everything (use - wxWidgets module name instead of wxGTK) if the bandwidth and disk space - are not a problem. + svn checkout http://svn.wxwidgets.org/svn/wx/wxWidgets/trunk wxWidgets b) Create a build directory under wxWidgets, e.g. I use "gtk-release", "cd" to it and run configure: the options don't really matter, you can use