From: dooglus Date: Thu, 27 Sep 2007 00:31:17 +0000 (+0000) Subject: Use the http svn repository, not https, because using the https causes svn2cl to... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=20c15bbaf1fb9325c3d6d4a58c7cd9883ef9cebe;p=synfig.git Use the http svn repository, not https, because using the https causes svn2cl to hang forever if the server isn't trusted locally. git-svn-id: http://svn.voria.com/code@773 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/ETL/trunk/config/build.cfg b/ETL/trunk/config/build.cfg index ee92989..cd69fe6 100644 --- a/ETL/trunk/config/build.cfg +++ b/ETL/trunk/config/build.cfg @@ -6,7 +6,7 @@ VERSION_MAJ="0" VERSION_MIN="04" VERSION_REV="09" [ -d ".svn" ] && VERSION_REL=`svn info | grep Revision | sed "s/.* \([0123456789]*\)/\1/"` -SVN_REPOSITORY="https://svn.voria.com/code/ETL" +SVN_REPOSITORY="http://svn.voria.com/code/ETL" [ -d CVS ] && VERSION_REL="CVS" diff --git a/synfig-core/trunk/config/build.cfg b/synfig-core/trunk/config/build.cfg index c486ce8..ac53d8e 100644 --- a/synfig-core/trunk/config/build.cfg +++ b/synfig-core/trunk/config/build.cfg @@ -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" diff --git a/synfig-studio/trunk/config/build.cfg b/synfig-studio/trunk/config/build.cfg index 35141b9..3844e4f 100644 --- a/synfig-studio/trunk/config/build.cfg +++ b/synfig-studio/trunk/config/build.cfg @@ -6,7 +6,7 @@ VERSION_MAJ="0" VERSION_MIN="61" VERSION_REV="06" VERSION_REL=`svn info | grep Revision | sed "s/.* \([0123456789]*\)/\1/"` -SVN_REPOSITORY="https://svn.voria.com/code/synfig-studio" +SVN_REPOSITORY="http://svn.voria.com/code/synfig-studio" [ -d CVS ] && VERSION_REL="CVS"