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

@@ -17,16 +17,12 @@ Update the release announcement post in docs/publicity/announce.txt.
Tag the release:
svn cp https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@123456 \
https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/WX_x_y_z -m 'Tag x.y.z release.'
git tag WX_x_y_z -m 'Tag x.y.z release.'
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
working copy and you want to prepare distribution for the version x.y.z: