The sound distributed version control system

#316 pijul apply Error: No such file or directory (os error 2)

Closed on July 7, 2021
ambersz on February 12, 2021
  • Environment Information:

OS Name Microsoft Windows 10 Home Version 10.0.19041 Build 19041

  NAME      STATE           VERSION
* Ubuntu    Running         2

Pijul Installation:

cargo install pijul --version "~1.0.0-alpha" --features git

Run in WSL:

~/pj$ pijul init a
~/pj$ cd a
~/pj/a$ touch file
~/pj/a$ pijul add file
~/pj/a$ pijul record -am "empty"
Hash: CQQXDCQJA7EYLO37MQZMLNVI2LCTN5KPRLRUBS4T7JM3LMPG2NNAC
~/pj/a$ echo "a" >> file 
~/pj/a$ pijul record -am "a"
Hash: ZQW6CSXTLNNISIGBWV6SAETJCDOLNZ2Z3PH3WEUB62HTKTC44EKQC
~/pj/a$ cat file
a
~/pj/a$ pijul reset
~/pj/a$ cat file
a
~/pj/a$ pijul unrecord ZQW
~/pj/a$ cat file
a
~/pj/a$ pijul reset
~/pj/a$ cat file
~/pj/a$ pijul apply ZQW
Error: No such file or directory (os error 2)
~/pj/a$ 
pmeunier on July 7, 2021

This is now fixed, thanks!

pmeunier closed this discussion on July 7, 2021