nixpkgs/pkgs/build-support/fetchsvn
Arseniy Alekseyev 6a51b55af6 fetchSvn: Add support for --ignore-keywords flag
This is a flag that disables subversion keyword substitution.
Keyword substitution inserts metadata into the files being checked
out, and is therefore somewhat at odds with build reproducibility.

In particular, it can become a problem if you're trying to switch
between svn and a git export of the same thing (keyword substitutions
are normally not exported into git).
2017-03-13 03:43:39 +00:00
..
builder.sh fetchSvn: Add support for --ignore-keywords flag 2017-03-13 03:43:39 +00:00
default.nix fetchSvn: Add support for --ignore-keywords flag 2017-03-13 03:43:39 +00:00
nix-prefetch-svn build-support: Fix nix-prefetch-* on OS X. 2014-08-27 11:22:34 +02:00