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.*
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.
{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
[ To be written... ]
+ See tn0020.txt for now.
+
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