|
|
|
|
|
by palsir
2235 days ago
|
|
And there are solutions to this. From what I understand (which isn't very much), the SolidWorks (a 3d CAD tool) team has their own version control system, called PDM, which works with the Microsoft office suite. next is organizations getting over the hurdle of educating people how to use version control. Also - I think the current generation of office stores everything in XML, which can then be processed through git, svn, etc. |
|
It was a nightmare. XML does not work well in git.[2] I even thought I could resolve some of the issues by sorting elements so they'd be in a consistent order, but none of the elements had guuids or anything to allow me to do that.
1: http://dangerousprototypes.com/blog/2010/10/14/eagle-open-xm...
2: https://blog.joepairman.com/2016/11/26/xml-in-git-mercurial-...