schdiff(1) | 1.8.2.20130925 | schdiff(1) |
schdiff - Graphical diff tool for schematics
schdiff infile1.sch infile2.sch
The schdiff program will use ImageMagick(1) to display a graphical diff of two gschem schematic files. It's most useful when combined with a revision control system so it can compare two revisions of the same file, review changes, etc. However, it is limited in that it can only compare two files at a time; it cannot diff entire directories nor can it diff an entire revision (unless that revision affected only one file). It can easily be configured to work with most revision control systems. Here are instructions for three:
git: Use the difftool command exactly as you would use diff , but supply the -x schdiff option.
mercurial: Use the schdiff command exactly as you would use diff , but add the following lines to your .hgrc:
subversion: Use the diff command like normal, but supply the --diff-cmd schdiff option.
If you find one, please report it at https://bugs.launchpad.net/geda
Alan Somers
September 25th, 2013 | gEDA Project |