]> git.saurik.com Git - wxWidgets.git/commitdiff
get rid of references to CVS as we use SVN now
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 24 Feb 2008 14:23:30 +0000 (14:23 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 24 Feb 2008 14:23:30 +0000 (14:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/tech/tn0001.txt
docs/tech/tn0002.txt
docs/tech/tn0011.txt
docs/tech/tn0013.txt

index 68d9a98567379411b9a69b8df4f016a0c1826bad..a964f73ff69e65799ba6530db24c88008364f879 100644 (file)
@@ -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.*
index 47ef2986e498e4c93926adc2e9c0332a0337279a..a0d2572126bfe09762321f1e15e9a86a9e187396 100644 (file)
@@ -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.
 
 
index 3e05242f89745897a6de13bf8baa8b903252952f..6981d5906d211c93b486fa28a74281b8cc28a0ba 100644 (file)
@@ -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.
+
 
 
 
index afeaa56b1dfce3737b9e9a352963b818758e2dcb..4e4dc232901c3b813608e506fd729119872fde77 100644 (file)
@@ -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