From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Rudin Subject: Re: working on cloud Date: Thu, 09 Jan 2014 08:14:57 +0000 Message-ID: <877ga9d11a.fsf@rudin.co.uk> References: <52CDA026.4050402@gmail.com> <87fvoxd3lf.fsf@rudin.co.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org David Belohrad writes: > I use for all emacs files git with server repository. Then on each > computer I'm using emacs with, I just clone that repository. The > positive side-effect of this is, that when you need to modify sources > for a particular computer, you just create new local branch. Then all > 'common' init file tweaks can be done in master branch and it is very > easy to merge them into local one if needed.... Yes, I have done that sort of thing in the past, but I find the need to check stuff in and push/pull and merge unnecessary overheads for this kind of thing. Just leaving the file on Dropbox (or whatever) means that things are synced automagically when edited which, nearly all the time, is what I want. Dropbox keeps a limited revision history for the free version (which I use) or you can pay and get an unlimited revision history. Of course that's not as useful as using git in terms of merging and so on, but it does provide some protection against erroneous changes. For added fun keep the git (or whatever) repository on a Dropbox folder - this means that you get the automatic updating for things in progress, but you can also use the proper version control features too.