From 0fff29aee57695631501618390c626a8d9cf437c Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Mon, 18 Nov 2013 20:20:45 +0100 Subject: [PATCH] Switched VCS from Subversion to git. --- Doc/install.txt | 4 ++-- MetaTools/buildChangeLog.py | 2 +- Windows/README.TXT | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Doc/install.txt b/Doc/install.txt index 9bb4573d5..f2f3b0cb9 100644 --- a/Doc/install.txt +++ b/Doc/install.txt @@ -68,9 +68,9 @@ If you want to follow the development of FontTools closely, or would like to contribute, you can also subscribe to the fonttools-checkins mailing list. -Anonymous SVN-access +Anonymous VCS access -The FontTools sources are also accessible through SVN, see: +The FontTools sources are also accessible here: http://sourceforge.net/projects/fonttools/ Let me know if you'd like to become a co-developer. diff --git a/MetaTools/buildChangeLog.py b/MetaTools/buildChangeLog.py index 2abdc1ffe..ec68e83fd 100755 --- a/MetaTools/buildChangeLog.py +++ b/MetaTools/buildChangeLog.py @@ -6,5 +6,5 @@ fontToolsDir = os.path.dirname(os.path.dirname(os.path.normpath( os.path.join(os.getcwd(), sys.argv[0])))) os.chdir(fontToolsDir) -os.system("svn2cl -o Doc/ChangeLog https://svn.code.sf.net/p/fonttools/code/trunk") +os.system("git2cl > Doc/ChangeLog") print "done." diff --git a/Windows/README.TXT b/Windows/README.TXT index b16b80d9a..13f1971fd 100644 --- a/Windows/README.TXT +++ b/Windows/README.TXT @@ -15,7 +15,7 @@ APPROACH I: Using py2exe and InnoSetup 3. Install InnoSetup 4: http://www.jrsoftware.org/ 4. Download the latest released source code of TTX/FontTools at http://sourceforge.net/projects/fonttools/ - Or alternatively grab the sources from SVN: + Or alternatively grab the sources from the VCS: http://fonttools.sourceforge.net/ 5. Unzip the source code of TTX/FontTools into a folder. 6. In the folder where you unzipped TTX/FontTools, type: @@ -36,7 +36,7 @@ APPROACH II: Using McMillan Installer and InnoSetup 5. Put UPX somewhere within your PATH: http://upx.sourceforge.net/ 6. Download the latest released source code of TTX/FontTools at http://sourceforge.net/projects/fonttools/ - Or alternatively grab the sources from SVN: + Or alternatively grab the sources from the VCS: http://fonttools.sourceforge.net/ 7. Unzip the source code of TTX/FontTools into a folder. 8. In the folder where you unzipped TTX/FontTools, type: