svn commit: r243855 - projects/portbuild/conf

Mark Linimon linimon at FreeBSD.org
Tue Dec 4 08:46:33 UTC 2012


Author: linimon (doc,ports committer)
Date: Tue Dec  4 08:46:32 2012
New Revision: 243855
URL: http://svnweb.freebsd.org/changeset/base/243855

Log:
  Add SVN mirrors.

Modified:
  projects/portbuild/conf/server.conf

Modified: projects/portbuild/conf/server.conf
==============================================================================
--- projects/portbuild/conf/server.conf	Tue Dec  4 07:22:15 2012	(r243854)
+++ projects/portbuild/conf/server.conf	Tue Dec  4 08:46:32 2012	(r243855)
@@ -114,7 +114,12 @@ VCS_UPDATE_COMMAND="svn update"
 VCS_SUBDIR=".svn"
 
 # FreeBSD's SVN repositories
+# master
 VCS_REPOSITORY="svn://svn.FreeBSD.org" 
+# East Coast USA mirror
+#VCS_REPOSITORY="svn://svn0.us-east.FreeBSD.org"
+# West Coast USA mirror
+#VCS_REPOSITORY="svn://svn0.us-west.FreeBSD.org"
 VCS_SRC_REPOSITORY="${VCS_REPOSITORY}/base"
 VCS_PORTS_REPOSITORY="${VCS_REPOSITORY}/ports"
 


More information about the svn-src-projects mailing list