The sound distributed version control system

#394 [BROKEN?] pijul mv failed

Closed on March 9, 2021
tankf33der on March 9, 2021

Test guard detected pijul mv command fails under latest nest or crates:

$ cd
$ pijul init p1
$ cd p1
$ touch a
$ pijul add a
$ pijul rec -am"."
$ pijul mv a b
Error: No such file or directory (os error 2)
$

I dont remember details if it worked before.

pmeunier added a change on March 9, 2021
EEOOHGQQK43J36LQJDSS3UK56M54DXPYE4VB3K4A2XAYGOYDJAXAC
main
pmeunier on March 9, 2021

This is surprisingly trickier than it seems, the reason being that there could be errors in the transaction, and no error on the file system (or conversely). It was broken recently by a bad way to fix an error of that form.

pmeunier closed this discussion on March 9, 2021
tankf33der on March 9, 2021

Confirmed. Cerberus is happy again.