mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 20:20:58 +01:00
major update
This commit is contained in:
parent
cc7d4c8bd7
commit
ca5fc7c582
15 changed files with 562 additions and 68 deletions
13
scripts/nix-restorerevision.sh.in
Executable file
13
scripts/nix-restorerevision.sh.in
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#! /bin/sh -e
|
||||
|
||||
svnbin=$1
|
||||
torevision=$2
|
||||
repos=$3
|
||||
|
||||
if [ "$#" != 3 ] ; then
|
||||
echo "Incorrect number of arguments"
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
$svnbin merge -r HEAD:$2 $3
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue