I do use version control, but unfortunately it uses binary files which don't diff; I'm still thinking about that one. (The program simply serialises its entire internal state to disk, which has all kinds of advantages, except for that one.) Luckily my writing workflow doesn't involve backtracking much so I've never really needed it, but I need to come up with something in case I do.
I do use version control, but unfortunately it uses binary files which don't diff; I'm still thinking about that one. (The program simply serialises its entire internal state to disk, which has all kinds of advantages, except for that one.) Luckily my writing workflow doesn't involve backtracking much so I've never really needed it, but I need to come up with something in case I do.