[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r19217: {torvm} Switch to svn: from https transport for kamikaze upstream si (torvm/trunk)
Author: coderman
Date: 2009-04-01 23:06:43 -0400 (Wed, 01 Apr 2009)
New Revision: 19217
Modified:
torvm/trunk/Makefile
Log:
Switch to svn: from https transport for kamikaze upstream since it is unclear how long it will be before they fix. See forum.openwrt.org/viewtopic.php?id=19604 if you need to convert an existing local repo.
Modified: torvm/trunk/Makefile
===================================================================
--- torvm/trunk/Makefile 2009-04-02 02:53:50 UTC (rev 19216)
+++ torvm/trunk/Makefile 2009-04-02 03:06:43 UTC (rev 19217)
@@ -99,7 +99,7 @@
@if [ ! -d $(SDLDIR)/kamikaze ]; then \
echo "Mirroring local OpenWRT tree in $(SDLDIR) ..." >&2; \
cd $(SDLDIR); \
- svn co https://svn.openwrt.org/openwrt/trunk/ kamikaze ; \
+ svn co svn://svn.openwrt.org/openwrt/trunk/ kamikaze ; \
if (( $$? != 0 )); then \
echo "ERROR: Unable to download a copy of the OpenWRT subversion tree." >&2; \
rm -rf kamikaze; \