From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Article: Synchronizing org Files Using bzr and git Date: Tue, 03 Mar 2009 13:42:56 +0000 Message-ID: <49AD33E0.1070306@manor-farm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LeV2f-0006AJ-Or for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 08:52:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LeV2d-0006A7-G3 for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 08:52:17 -0500 Received: from [199.232.76.173] (port=37800 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LeV2d-0006A4-Aj for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 08:52:15 -0500 Received: from a2s22.a2hosting.com ([69.39.86.130]:52535) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LeV2c-0000vP-UQ for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 08:52:15 -0500 Received: from [217.146.125.41] (helo=firewall.banter.local) by a2s22.a2hosting.com with esmtp (Exim 4.69) (envelope-from ) id 1LeV2Y-0001bb-VL for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 08:52:11 -0500 Received: from localhost (localhost [127.0.0.1]) by firewall.banter.local (Postfix) with ESMTP id 926C3DE91 for ; Tue, 3 Mar 2009 13:43:18 +0000 (GMT) Received: from firewall.banter.local ([127.0.0.1]) by localhost (firewall.banter.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id abIEfn3VmL2U for ; Tue, 3 Mar 2009 13:42:56 +0000 (GMT) Received: from [192.168.0.60] (scamper.banter.local [192.168.0.60]) by firewall.banter.local (Postfix) with ESMTP id 5C27CD2C0 for ; Tue, 3 Mar 2009 13:42:56 +0000 (GMT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Mailinglist I have been working on an article on syncing org files using a version control system for a while. The recent posts about using a usb stick motivated me to try and finish it. You can see the html version at http://www.ian-barton.com/ian-barton/org_vcs/org_vcs.html and get the current version from github at git://github.com/geekinthesticks/org-vcs.git . This is still a work in progress, but I would welcome any comments. Since it's available via github and I am lazy, please feel free to edit it yourself:) A couple of observations: I have tried to strike a balance between describing something that works and avoiding too many minutiae of VCS options. I am using bzr myself (although I might switch). I am aware that most people on the list use git, so I have tried to give both git and bzr examples. If the git ones are wrong, please let me know! If Carsten thinks it's suitable I would be happy for the article to end up on worg, or wherever he thinks appropriate. Ian.