Revert r22094 and r22095
[openwrt.git] / scripts / feeds
index 133f853..3932a2d 100755 (executable)
@@ -99,7 +99,7 @@ sub update_index($)
 
 my %update_method = (
        'src-svn' => {
-               'init'          => "svn checkout --non-interactive --trust-server-cert '%s' '%s'",
+               'init'          => "svn checkout '%s' '%s'",
                'update'        => "svn update",
                'controldir'    => ".svn"},
        'src-cpy' => {
This page took 0.039885 seconds and 4 git commands to generate.