Fix the location of the SVN repository

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@618 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
pabs3 2013-06-22 13:01:11 +00:00
parent 278d4d8cea
commit e57bd1eeb5

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.path.join(os.getcwd(), sys.argv[0]))))
os.chdir(fontToolsDir) os.chdir(fontToolsDir)
os.system("svn2cl -o Doc/ChangeLog https://fonttools.svn.sourceforge.net/svnroot/fonttools/trunk") os.system("svn2cl -o Doc/ChangeLog https://svn.code.sf.net/p/fonttools/code/trunk")
print "done." print "done."