diff --git a/pkgs/build-support/fetchsvn/nix-prefetch-svn b/pkgs/build-support/fetchsvn/nix-prefetch-svn index f7a0ccc7b7b8..e3a4cfc8acac 100755 --- a/pkgs/build-support/fetchsvn/nix-prefetch-svn +++ b/pkgs/build-support/fetchsvn/nix-prefetch-svn @@ -39,8 +39,7 @@ if test -z "$finalPath"; then trap "rm -rf $tmpPath" EXIT # Perform the checkout. - # !!! remove 2>/dev/null when we have fixed the certificate hackery. - echo p | svn export -r "$rev" "$url" $tmpFile 2>/dev/null >&2 + echo p | svn export --quiet -r "$rev" "$url" $tmpFile >&2 # Compute the hash. hash=$(nix-hash --type $hashType $hashFormat $tmpFile)