I also use emacs and dropbox. The built-in versioning in dropbox is
good enough for my purposes. I also rsync to another local machine by
hand. If you're worried about keeping an audit trail you can't do much
better than git, which can record the user name and exact time of
every change you make, along with a cryptographically secure integrity
check (the internal identifier for every commit is the SHA1 of the
contents of the file, the header information, and the parent commit's
SHA1). Git also makes it really easy to push those changes out to
another place for backup purposes.

On Tue, Jun 22, 2010 at 1:59 PM, John Wiegley <[email protected]> wrote:
> On Jun 22, 2010, at 4:58 PM, ed wrote:
>
>> Just curious what other people are using.
>
> I use Emacs, Git and Dropbox.
>
> John
>

Reply via email to