···22# server's certificate. This is perfectly safe: we don't care
23# whether the server is being spoofed --- only the cryptographic
24# hash of the output matters. Pass in extra p's to handle redirects.
25-printf 'p\np\np\n' | svn export ${ignoreExternals:+--ignore-externals} \
26 -r "$rev" "$url" "$out"
2728stopNest
···22# server's certificate. This is perfectly safe: we don't care
23# whether the server is being spoofed --- only the cryptographic
24# hash of the output matters. Pass in extra p's to handle redirects.
25+printf 'p\np\np\n' | svn export --trust-server-cert --non-interactive ${ignoreExternals:+--ignore-externals} \
26 -r "$rev" "$url" "$out"
2728stopNest