Well I’m using the unicode version of Emacs, and while I’m committing a big merge to the tla archive via xtla, Emacs crashed.
After I restart Emacs and do the commit again, tla won’t work, the error message is:
arch_commit: unable to acquire revision lock (could not rename file.)
Searched google and there are several reasons/solutions for this:
1. tla lock-revision -u (-b) 2. chmod -R g+w 3. make a “++revision-lock/+contents” in the latest patch
Fotunatly the last one worked for me. I think this is because while tla doing the rename, Emacs crashed, and the tla process is killed, then I got this in-the-middle situation.
Post a Comment
You could use <code type="name"> to get your code colorized