Revert r22094 and r22095

SVN-Revision: 22096
This commit is contained in:
Hamish Guthrie 2010-07-08 16:15:57 +00:00
parent 6a7c2c244f
commit 1d2f157928
1 changed files with 1 additions and 1 deletions

View File

@ -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' => {