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:
parent
7f2140d17f
commit
00f39f88f7
5 changed files with 71 additions and 81 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue