From: "Jean-Noël AVILA" <jn.avila@free.fr>
To: git <git@vger.kernel.org>
Subject: Request for advice: visual diffing kicad EDA schematics
Date: Wed, 31 Aug 2016 19:05:05 +0200 [thread overview]
Message-ID: <1557694.5M8WYtoMm1@cayenne> (raw)
Hi all,
I would like to be able to visually see the differences between two versions
of schematic sheets of a kicad project.
Kicad file format is ascii based, which allows to generate text diff between
versions of schematic files. However, except for adding and removing
components, when the modified lines refer to drawing primitives, it isn't
obvious what has changed.
Schematic file format differs from text picture formats (e.g. svg, pnm) in that
the schematics is made of an assembly of lines, texts and references to
electronic parts whose symbols are stored in external library files. Hopefully,
for each project, Kicad stores a local cache library of all the parts used in
the project, so the project directory is self contained.
But of course, to be able to plot a schematic sheet, you need the schematic
sheet file and the project cache library at the same version, which defeats the
custom diff mechanics of git that can be used for plain pictures.
My questions:
* Does this sound familiar to any body ?
* Is there some hook in git to deal with this or will I have to roll my own
utility? In which case, would you advise to use git porcelain or libgit binded
to a favorite script language?
Thanks in advance for all information.
Jean-Noël
reply other threads:[~2016-08-31 17:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1557694.5M8WYtoMm1@cayenne \
--to=jn.avila@free.fr \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).