1 schdiff
Anonymous edited this page 2021-07-14 17:43:42 +05:30

About

A tool to show graphical "Diffs" or differences between schematics

Usage

schdiff .sch .sch

Use with Git

  1. Create a .gitattribute file in the project root with the line *.sch -crlf -diff. This tells git not to try text-diffing schematics.
  2. See this patch for schdiff usage in gEDA 1.9.X. (If link is broken search the mailing list archive for "schdiff and gEDA/gaf 1.9"
  3. See this patch if schdiff shows missing symbols when used with git

References

Binary File Diffs - Git Book Also see gschemdiff