I have a few copies of the same project and have forgotten what the difference is.
Is there anyway to diff two version of the same project or diff two project (eg where it's been copied/clones) so I can see the differences
Thanks
I have a few copies of the same project and have forgotten what the difference is.
Is there anyway to diff two version of the same project or diff two project (eg where it's been copied/clones) so I can see the differences
Thanks
Downloading the project and diffing the files proved perfect for my needs.
Thanks
You could try exporting the schematic netlists in some format, save them as text files and then do a diff on those.
Or export and compare the Altium ASCII or the EasyEDA Schematic JSON format files but they are the whole Schematic, not just the netlist.
Comparing PCBs is a bit harder because EasyEDA does not currently export a simple netlist.
It can export a PCB in Altium ASCII or EasyEDA PCB JSON format files but they are the whole PCB, not just the netlist.
Or export and compare the EasyEDA PCB JSON files.