From 063efadd69ba56392be1bdd31872bed27becc92d Mon Sep 17 00:00:00 2001 From: Benno Fünfstück Date: Wed, 11 Jun 2014 14:42:39 +0200 Subject: nix-prefetch-{bzr,hg,svn}: print fetched revision --- pkgs/build-support/fetchsvn/nix-prefetch-svn | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/build-support/fetchsvn') diff --git a/pkgs/build-support/fetchsvn/nix-prefetch-svn b/pkgs/build-support/fetchsvn/nix-prefetch-svn index 2858a0b01ab..a2ee3ac6052 100755 --- a/pkgs/build-support/fetchsvn/nix-prefetch-svn +++ b/pkgs/build-support/fetchsvn/nix-prefetch-svn @@ -56,6 +56,7 @@ if test -z "$finalPath"; then fi echo p | svn "$command" --quiet -r "$rev" "$url" "$tmpFile" >&2 + echo "svn revision is $(svn info -r "$rev" "$url" | grep "Revision: " | cut -d' ' -f2)" # Compute the hash. hash=$(nix-hash --type $hashType $hashFormat $tmpFile) -- cgit 1.4.1