summary refs log tree commit diff
path: root/pkgs/build-support/fetchsvn/builder.sh
blob: 15fdd7d7c82177df786183cac801d90105a85876 (plain) (blame)
1
2
3
4
5
6
7
8
buildinputs="$subversion"
. $stdenv/setup

echo "exporting $url (r$rev) into $out..."

svn export -r $rev "$url" $out || exit 1

echo $rev > $out/svn-revision || exit 1