It's much more firewall friendly to access github repos over https:// and makes
the build more streamlined in case we're behind a restrictive firewall.
Index: DEPS
===================================================================
--- DEPS (revision 2264)
+++ DEPS (working copy)
@@ -52,7 +52,7 @@
# Using the official github mirror of the opencv repo because it is much
# faster to clone than the official opencv.org repo.
- "opencv_src": "git://github.com/Itseez/opencv.git",
+ "opencv_src": "https://github.com/Itseez/opencv.git",
"opencv_revision": "@2.3.1",
"jsoncpp_src": "https://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/",
Original issue reported on code.google.com by robert.munteanu on 6 Dec 2012 at 9:33
Original issue reported on code.google.com by
robert.munteanu
on 6 Dec 2012 at 9:33