Michael Farnbach <[email protected]> writes: > I'm exploring revision control, anyone have any history putting their ledger > in a revision control system? > > Do you keep different working copies (different people or just different > computers) that you merge together later? > > Do you make milestones out of statements you reconcile, or monthly? > > Many thanks, I look forward to hearing your stories.
I keep my ledger on one machine only but I use org-mode text files to manage my notes and I keep them in Git on four different machines. One of them is 24/7 on-line and acts as a central repository because it's rather cumbersome to sync p2p. So everytime I finish my work I commit locally and push the changes. Merging is a breeze. -- Miłego dnia, Łukasz Stelmach
