X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=nmeKcZiza9+kgOm3bEu3BB822904hpPIZRfy0BqGB+g=; b=PLUmd9wFnBolpCCWqacWo1ENAFJ+PC1QL3+Sbl68BoB/tqztVEK1q/p/OF3Wp7hACB BWCUuE+wtglMWhlk3Vjx6Thb1iVr5C+zTOSjltSuAB3LR+LicHZ5MLFc1an5aifX5ste n/+KCWj4Z4+92LFMuyEPvyQ1si4YC+rBW0SVFNeUdBd5cHf03pXJpwZIFoPTWBMB1Prm EQV/FtIn4BYT7fPLQKXhDP7SkmgSqh+f+IAr2iSdXdbbc6r3zZFTjMOW8X1dAPaA6gO3 r9KJ3IVFDQe5d4DxGDyw0bEQNhkeCFMyCWG3pypeTVO580nHKrXc83WyCGY0Ol0HLItt wPwg== X-Received: by 10.152.27.39 with SMTP id q7mr3043071lag.49.1427193488057; Tue, 24 Mar 2015 03:38:08 -0700 (PDT) Date: Tue, 24 Mar 2015 13:38:05 +0300 From: Vladimir Zhbanov To: geda-user AT delorie DOT com Subject: Re: [geda-user] gschem edits vanishing Message-ID: <20150324103805.GA25693@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: <550D5F43 DOT 7020501 AT earthlink DOT net> <1427055675 DOT 10088 DOT 11 DOT camel AT cam DOT ac DOT uk> <20150323185439 DOT GA2429 AT localhost DOT localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, Mar 24, 2015 at 03:37:57AM +0100, Kai-Martin Knaak wrote: ... > > ... and using a CMS helps to avoid such mistakes. > > > Automatic commit at every save? No, I use a primitive Scheme script to invoke some git commands in gschem and do commits manually as my edits suit me. The script is at [1]. I use it together with vim+Fugitive [2] for text files and plain git commands for others. [1] https://github.com/vzh/gschem-git [2] http://www.vim.org/scripts/script.php?script_id=2975