1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 04:00:59 +01:00

adjusted queryReferences/Referrers to handle shared state paths.

This commit is contained in:
Wouter den Breejen 2007-07-20 11:03:30 +00:00
parent 7f2140d17f
commit 00f39f88f7
5 changed files with 71 additions and 81 deletions

View file

@ -197,6 +197,10 @@ done
cd $statepath #now that everything is added we go back to the 'root' path and commit
if [ "$deletesvn" != "1" ]; then
#TODO this could be done transactional...
$debug $svnbin up "" commit; #do a svn up to get the new changes
$debug $svnbin -m "" commit;
$debug $svnbin up "" commit; #do a svn up to update the local revision number ... (the contents stays the same)
fi