Use the http svn repository, not https, because using the https causes svn2cl to...
[synfig.git] / synfig-core / trunk / config / build.cfg
index c486ce8..ac53d8e 100644 (file)
@@ -6,7 +6,7 @@ VERSION_MAJ="0"
 VERSION_MIN="61"
 VERSION_REV="06"
 [ -d ".svn" ] && VERSION_REL=`svn info | grep Revision | sed "s/.* \([0123456789]*\)/\1/"`
-SVN_REPOSITORY="https://svn.voria.com/code/synfig-core"
+SVN_REPOSITORY="http://svn.voria.com/code/synfig-core"
 
 [ -d CVS ] && VERSION_REL="CVS"