[<<][buildsys][>>][..]
Thu Apr 4 12:17:20 EDT 2019
redo bugs
tom@panda:~/exo/sql$ redo ../../../../priv/darcs-private/admin/us/tax/2018/tom_expenses_cat.proj.load
Traceback (most recent call last):
File "/usr/local/bin/redo", line 10, in <module>
redo.cmd_redo.main()
File "/usr/local/bin/../lib/redo/cmd_redo.py", line 75, in main
state.init(targets)
File "/usr/local/bin/../lib/redo/state.py", line 119, in init
db()
File "/usr/local/bin/../lib/redo/state.py", line 48, in db
os.mkdir(dbdir)
OSError: [Errno 2] No such file or directory: '/home/tom/p/.redo'
This is likely "mkdir -p" that is buggy.
It doesn't seem possible to erase redo state without erasing the whole
directory.
Erasing state creates a problem with all the generated files that are
suddenly seen as not generated, so don't do that.
Anyways, the problem can probably be avoided by not generating files
in remote directories,
[Reply][About]
[<<][buildsys][>>][..]