Michael Muller
Michael Muller
[replying again since my e-mail reply didn't seem to go through] Radek Podgorny wrote: > thanks for your contribution! sorry it took me so long to look at it. :-(...
> so, the reason for failing tests is the hard-coded path for debug file. please remove it completely. :-% ... sorry about that. Done. > also, can you please post...
> how would swapping the branches work for you? -> "unionfs -o cow /repo/123=ro:/home/user/task=rw /home/user/task" Seems to me, pretty poorly :-) After that I essentially get: ``` $ touch /home/user/task/existingfile...
Yes, "ro" is effectively the default. It would print an error but configure readonly: ``` if (strcasecmp(res, "rw") == 0) { uopt.branches[uopt.nbranches].rw = 1; } else if (strcasecmp(res, "ro") ==...
I've confirmed that the tests do a lot better with the last revision `restore_file.txt` was changed at (fee390d1b515a5a05bcb733e2d7a777d15e5edf7) -- "restore" passes, there is a one-line diff in the save test...
Fixes #487. I can only test this under the `peru/ubuntu-20.04-server-amd64` vagrant box, since the existing Vagrantfile specifies box images that don't support libvirt -- can someone with the existing images...