From: Hamish Guthrie Date: Thu, 8 Jul 2010 15:27:33 +0000 (+0000) Subject: add --trust-server-cert to svn checkout of feeds X-Git-Tag: v19.07.0-rc1~30116 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6615374f13b0f84e7ca0a4a907dc242ab1ca46f2;p=openwrt%2Fstaging%2Fhauke.git add --trust-server-cert to svn checkout of feeds SVN-Revision: 22094 --- diff --git a/scripts/feeds b/scripts/feeds index 3932a2d6d9..05b4f9d7f1 100755 --- a/scripts/feeds +++ b/scripts/feeds @@ -99,7 +99,7 @@ sub update_index($) my %update_method = ( 'src-svn' => { - 'init' => "svn checkout '%s' '%s'", + 'init' => "svn checkout --trust-server-cert '%s' '%s'", 'update' => "svn update", 'controldir' => ".svn"}, 'src-cpy' => {