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=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=7jbQy5+eLW3cphShKzZNkqCThp2QF35moZXqwQOgBhM=; b=q2UoPwDBmNI7GLDIl5X8mW4obNSCkSkFadoey0NKlKq9P8L8VZ3UOUnyHTiBWtfDpk lTbg2+0FEAxBpAIUAlZYR6FCjB5+txuwtAB8qRLRN3d5gt6E3vqr8aG/yejJaCl562ae F9oQx4Vo0qvUYb7aDmbx1V+7g3uNe/S06TQXh2nTA9y3LR2j+OuLV0pLqYYcYINKyQCk dnwOA93qkMaTwzZNvK7gIrblutS9b/1QwRVLwzGgZaI8qau3RWH9Hh2aw9zcoU1O5DYI ARNspaNxiODzQ9S55e4VehikJkBcQZWhHUXpttmBZYj5G3JGfyEWHz9Pmk5nghNVKI0o PGUA== X-Received: by 10.52.148.16 with SMTP id to16mr2713730vdb.19.1414523268931; Tue, 28 Oct 2014 12:07:48 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <544EAFDD.1010200@ecosensory.com> References: <544EAFDD DOT 1010200 AT ecosensory DOT com> From: Abhijit Kshirsagar Date: Wed, 29 Oct 2014 00:37:18 +0530 Message-ID: Subject: Re: [geda-user] schdiff To: gEDA User List Content-Type: text/plain; charset=UTF-8 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, Oct 28, 2014 at 2:19 AM, John Griessen wrote: > So, it sounds like you're using gschem as is, without any post processing to > sort > the .sch file, and a diff in a VCS is useful. Are you using the idea of > collaborators working on places that do not overlap in parts or ICs or > modules connected? > Do you see value even when people are working on parts and wires that > are "near" in netlist terms? Yes we use gschem as is. Graphical diffs (and well written commit mesages) are usually enough - we have rarely needed look closely at the diff of the sch. We did have a really messy merge once. Plus we use multipage and hierarchical schematics to separate out logical entities for the most part, so that helps a lot too. IMO these would give a cleaner approach than having to text-diff the sch file at all... Regards, Abhijit