Re: revision control

2011-07-29 Thread Gabriel Kerneis
On Fri, Jul 29, 2011 at 02:45:06PM -0700, Matthew Harris wrote: > I've got an R script that pulls data out of ledger and plots my progress > towards goals (save for college, pay off mortgage, save for retirement). That's interresting. Would you mind sharing them? Best, -- Gabriel

Re: revision control

2011-07-29 Thread Drew Raines
Michael Farnbach wrote: > 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 statemen

Re: revision control

2011-07-29 Thread Matthew Harris
I keep my ledger files in git, mostly so that I can recover if I accidentally touch the wrong part of a file when making a change. I don't do anything fancy with revision control. I just check in a change whenever I've done something nontrivial like reconcile with a monthly statement. I keep my

Re: revision control

2011-07-29 Thread Simon Michael
I've tracked my personal ledgers in darcs for a long time. Currently I commit rather infrequently though. I forget and/or find it a bit tedious. For syncing the files between locations where I work (home machine, netbook) I use unison and xxdiff for the merging.