Index: scripts/Download =================================================================== --- scripts/Download (revision 31226) +++ scripts/Download (working copy) @@ -676,7 +676,7 @@ module="${options%% *}" options="${options#* }" fi - cmdline="svn co $options $url $module" + cmdline="svn export $options $url $module" ;; git|git\+*) # allow any git+ other transport and strip the git+ part off url="${protocol#git+}://$url"