[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-bug: [Bug 904633] Re: schdiff via git doesn't show any components



I haven't found any good solutions, but here's another workaround: set
TMPDIR to the directory where your schematic is.  Then git will put the
temporary files in the same place.

export TMPDIR=$PWD/examples/TwoStageAmp; git difftool -x schdiff
0e506ebd5d5c..11f91c04a33e -- examples/TwoStageAmp/TwoStageAmp.sch

-- 
You received this bug notification because you are a member of gEDA Bug
Team, which is subscribed to gEDA.
https://bugs.launchpad.net/bugs/904633

Title:
  schdiff via git doesn't show any components

Status in GPL Electronic Design Automation tools:
  Confirmed

Bug description:
  When running schdiff on a schematic that doesn't use embedded symbols,
  gschem reports not being able to find symbols and the resulting
  difference image does not contain any components.  For example, in the
  gEDA git tree:

    git difftool schdiff 0e506ebd5d5c..11f91c04a33e --
  examples/TwoStageAmp/TwoStageAmp.sch

  This is because git stores the diff candidate files in /tmp/, away
  from the project configuration files that set up the component
  library.

To manage notifications about this bug go to:
https://bugs.launchpad.net/geda/+bug/904633/+subscriptions


_______________________________________________
geda-bug mailing list
geda-bug@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-bug