Switched VCS from Subversion to git.

This commit is contained in:
Paul Wise 2013-11-18 20:20:45 +01:00 committed by Olivier Berten
parent 846d09e380
commit 0fff29aee5
3 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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."

View File

@ -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: