add --trust-server-cert to svn checkout of feeds
authorhcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 8 Jul 2010 15:27:33 +0000 (15:27 +0000)
committerhcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 8 Jul 2010 15:27:33 +0000 (15:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22094 3c298f89-4303-0410-b956-a3cf2f4a3e73

scripts/feeds

index 3932a2d..05b4f9d 100755 (executable)
@@ -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' => {
This page took 0.031066 seconds and 4 git commands to generate.