Update SVN references to git, mostly in docs.

This commit is contained in:
Bryan Petty
2015-02-20 20:07:15 -07:00
parent 9ea2138b4b
commit 29eb2a71c0
13 changed files with 27 additions and 34 deletions

View 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 the following: (note that all this applies also to demos: just replace
samples/ with demos/ where needed). samples/ with demos/ where needed).
1. Create the directory samples/foo locally and "svn add" it. 1. Create the directory samples/foo.
2. "svn add" the sample sources (usually based on minimal.cpp) as well. 2. "git add" the sample sources (usually based on minimal.cpp) as well.
Note that unless your sample requires something special you shouldn't Note that unless your sample requires something special you shouldn't
add foo.rc, foo.ico, ... any more, please just reuse the generic sample.* add foo.rc, foo.ico, ... any more, please just reuse the generic sample.*

View File

@@ -17,16 +17,12 @@ Update the release announcement post in docs/publicity/announce.txt.
Tag the release: Tag the release:
svn cp https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@123456 \ git tag WX_x_y_z -m 'Tag x.y.z release.'
https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/WX_x_y_z -m 'Tag x.y.z release.'
Creating release files Creating release files
---------------------- ----------------------
The currently used release scripts need to be used from git-svn checkout and
rely on Git to avoid problems with using non-clean trees and such.
Follow these steps assuming the current working directory is the root of git Follow these steps assuming the current working directory is the root of git
working copy and you want to prepare distribution for the version x.y.z: working copy and you want to prepare distribution for the version x.y.z:

View File

@@ -28,8 +28,8 @@ First of all, here is what you will need:
fine, but you'd have to use some kind of "for /s" loop with the fine, but you'd have to use some kind of "for /s" loop with the
command.com/cmd.exe. command.com/cmd.exe.
3. (at least read) access to the subversion is not necessary strictly speaking, but 3. Access to the git repository is not necessary strictly speaking, but will
will make things a lot easier for you and others. make things a lot easier for you and others.
Now a brief overview of the process of translations (please refer to GNU Now a brief overview of the process of translations (please refer to GNU

View File

@@ -212,7 +212,7 @@ ALIASES += rightCurly="}"
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# For indicating a sample location # For indicating a sample location
ALIASES += sampledir{1}="@e Location: @c samples/\1 subdirectory of your wxWidgets installation or http://svn.wxwidgets.org/viewvc/wx/wxWidgets/trunk/samples/\1" ALIASES += sampledir{1}="@e Location: @c samples/\1 subdirectory of your wxWidgets installation or https://github.com/wxWidgets/wxWidgets/tree/master/samples/\1"
# For refering to the corresponding sample in a class document or a overview # For refering to the corresponding sample in a class document or a overview
# Usually placed in the queue of @see # Usually placed in the queue of @see

View File

@@ -114,8 +114,7 @@ configurations but at least 1GB and possibly more is required.
The download links can be found at http://www.wxwidgets.org. The primary The download links can be found at http://www.wxwidgets.org. The primary
download location is https://sourceforge.net/downloads/wxwindows/ and there is download location is https://sourceforge.net/downloads/wxwindows/ and there is
also an FTP mirror at ftp://ftp.wxwidgets.org/pub/. Additionally, the latest also an FTP mirror at ftp://ftp.wxwidgets.org/pub/. Additionally, the latest
version can always be retrieved from our version control system using either version can always be retrieved from our version control system using Git
Subversion (http://svn.wxwidgets.org/svn/wx/wxWidgets/) or Git
(https://github.com/wxWidgets/wxWidgets). (https://github.com/wxWidgets/wxWidgets).
wxWidgets documentation that you are reading is also available online at wxWidgets documentation that you are reading is also available online at

View File

@@ -46,7 +46,7 @@ subdirectory of the library distribution. When a @c foobar sample is mentioned
below, its sources can be found in @c samples/foobar directory of your below, its sources can be found in @c samples/foobar directory of your
wxWidgets tree. If you installed wxWidgets from a binary package, you might not wxWidgets tree. If you installed wxWidgets from a binary package, you might not
have this directory. In this case, you may view the samples online at have this directory. In this case, you may view the samples online at
http://svn.wxwidgets.org/viewvc/wx/wxWidgets/trunk/samples/ but you need to https://github.com/wxWidgets/wxWidgets/tree/master/samples/ but you need to
download the source distribution in order to be able to build them (highly download the source distribution in order to be able to build them (highly
recommended). recommended).

View File

@@ -448,11 +448,10 @@ Here are the steps you should follow:
-# Get the latest version of the file <tt>locale/wxstd.pot</tt> from the -# Get the latest version of the file <tt>locale/wxstd.pot</tt> from the
wxWidgets source tree: if you're using wxWidgets source tree: if you're using
<a href="http://www.wxwidgets.org/develop/svn.htm">Subversion</a> <a href="https://www.wxwidgets.org/develop/code-repository/">git</a>
or the <a href="http://wxwindows.sourceforge.net/snapshots/">daily snapshots</a> you should already have it. Otherwise you can always retrieve it directly
you should already have it. from the git repository:
Otherwise you can always retrieve it directly from the Subversion repository via the <a href="https://raw.githubusercontent.com/wxWidgets/wxWidgets/master/locale/wxstd.pot">locale/wxstd.pot</a>.
<a href="http://svn.wxwidgets.org/viewvc/wx/wxWidgets/trunk/locale/wxstd.pot?view=co">Web interface</a>.
-# Rename it to <tt>XY.po</tt> where <tt>"XY"</tt> is the 2 letter -# Rename it to <tt>XY.po</tt> where <tt>"XY"</tt> is the 2 letter
<a href="http://www.loc.gov/standards/iso639-2/php/English_list.php">ISO 639-2 language code</a> <a href="http://www.loc.gov/standards/iso639-2/php/English_list.php">ISO 639-2 language code</a>
for your language. for your language.

View File

@@ -52,14 +52,13 @@ specialised tool. Examples of these include:
dialog editor. dialog editor.
@e Free: @e Free:
@li XRCed <http://xrced.sf.net/>, a wxPython-based dialog editor that you @li XRCed <http://xrced.sourceforge.net/>, a wxPython-based dialog editor.
can find in the wxPython/tools subdirectory of the wxWidgets SVN archive.
@li wxFormBuilder <http://wxformbuilder.org/>, a C++-based form designer that @li wxFormBuilder <http://wxformbuilder.org/>, a C++-based form designer that
can output C++, XRC or python. can output C++, XRC or python.
@li wxCrafter (free version) <http://www.codelite.org/wxcrafter/>, a C++-based form designer that @li wxCrafter (free version) <http://www.codelite.org/wxcrafter/>, a C++-based
can output C++ or XRC. form designer that can output C++ or XRC.
There's a more complete list at <http://www.wxwidgets.org/wiki/index.php/Tools> There's a more complete list at <https://wiki.wxwidgets.org/Tools>
This small demonstration XRC file contains a simple dialog: This small demonstration XRC file contains a simple dialog:
@code @code

View File

@@ -246,8 +246,8 @@ are enabled by default.
Normally, you won't have to choose a toolkit, because when Normally, you won't have to choose a toolkit, because when
you download wxGTK, it will default to --with-gtk etc. But you download wxGTK, it will default to --with-gtk etc. But
if you use all of our SVN repository you have to choose a if you use the git repository you have to choose a toolkit.
toolkit. You must do this by running configure with either of: You must do this by running configure with either of:
--with-gtk=2 Use the GTK+ 2.0. Default. --with-gtk=2 Use the GTK+ 2.0. Default.
--with-gtk=3 Use the GTK+ 3. --with-gtk=3 Use the GTK+ 3.

View File

@@ -19,12 +19,12 @@
If you get an error saying "wxUSE_FOO must be defined", it means that you If you get an error saying "wxUSE_FOO must be defined", it means that you
are not using the correct up-to-date version of setup.h. This happens most are not using the correct up-to-date version of setup.h. This happens most
often when using svn or daily snapshots and a new symbol was added to often when using git or snapshots and a new symbol was added to setup0.h
setup0.h and you haven't updated your local setup.h to reflect it. If and you haven't updated your local setup.h to reflect it. If this is the
this is the case, you need to propagate the changes from setup0.h to your case, you need to propagate the changes from setup0.h to your setup.h and,
setup.h and, if using makefiles under MSW, also remove setup.h under the if using makefiles under MSW, also remove setup.h under the build directory
build directory (lib/$(COMPILER)_{lib,dll}/msw[u][d][dll]/wx) so that (lib/$(COMPILER)_{lib,dll}/msw[u][d][dll]/wx) so that the new setup.h is
the new setup.h is copied there. copied there.
If you get an error of the form "wxFoo requires wxBar", then the settings If you get an error of the form "wxFoo requires wxBar", then the settings
in your setup.h are inconsistent. You have the choice between correcting in your setup.h are inconsistent. You have the choice between correcting

View File

@@ -4,7 +4,7 @@
# include/wx/intl.h and src/common/intl.cpp using information from langtabl.txt # include/wx/intl.h and src/common/intl.cpp using information from langtabl.txt
# #
# Warning: error detection and reporting here is rudimentary, check if the # Warning: error detection and reporting here is rudimentary, check if the
# files were updated correctly with "svn diff" before committing them! # files were updated correctly with "git diff" before committing them!
import os import os
import string import string

View File

@@ -1535,7 +1535,7 @@ wxSize wxScrolledT_Helper::FilterBestSize(const wxWindow *win,
// the window into sizer as expandable so that it can use all space // the window into sizer as expandable so that it can use all space
// available to it. // available to it.
// //
// See also http://svn.wxwidgets.org/viewvc/wx?view=rev&revision=45864 // See also https://github.com/wxWidgets/wxWidgets/commit/7e0f7539
wxSize minSize = win->GetMinSize(); wxSize minSize = win->GetMinSize();

View File

@@ -1050,7 +1050,7 @@ bool XmlResApp::Validate()
{ {
wxLogError("Running RELAX NG validator failed."); wxLogError("Running RELAX NG validator failed.");
wxLogError("Please install Jing (http://www.thaiopensource.com/relaxng/jing.html)."); wxLogError("Please install Jing (http://www.thaiopensource.com/relaxng/jing.html).");
wxLogError("See http://svn.wxwidgets.org/svn/wx/wxWidgets/trunk/misc/schema/README for more information."); wxLogError("See https://github.com/wxWidgets/wxWidgets/blob/master/misc/schema/README for more information.");
return false; return false;
} }