Git with AutoCAD Compare? Can we implement reviewing process (pull requests) into AutoCAD drawings?

Git with AutoCAD Compare? Can we implement reviewing process (pull requests) into AutoCAD drawings?

dan94kra
Contributor Contributor
1,643 Views
3 Replies
Message 1 of 4

Git with AutoCAD Compare? Can we implement reviewing process (pull requests) into AutoCAD drawings?

dan94kra
Contributor
Contributor

AFAIK AutoCAD 2019 introduced for the first time Compare feature, which allows you to diff drawings. Could it be integrated with git/gitlab?

 

.gitattributes file allows you to specify merge and diff tool other than the default text-based. Gitlab LFS has a very nice workflow to work with large binary files like .dwg drawings.

 

I assume that this would require AutoCAD Compare feature to be accessible either as a standalone CLI or a library. Would it be possible/has it been done before?

0 Likes
1,644 Views
3 Replies
Replies (3)
Message 2 of 4

RobDraw
Mentor
Mentor

Your question might be better served on the Customization & LISP forum,


Rob

Drafting is a breeze and Revit doesn't always work the way you think it should.
0 Likes
Message 3 of 4

Anonymous
Not applicable

Not really comparable in function.  Git and other diff tools work on a line-by-line comparison of text files and produce a concise and non fuzzy +/-/nochange diff result, while the AutoCAD compare checks drawing entities.

 

There's already a number of drawing management systems/EDMS which will handle the checking process without having to shoehorn software development terms and processes into something they weren't designed for.

0 Likes
Message 4 of 4

dan94kra
Contributor
Contributor

Because 1. tools like Git have thousands of eyeballs watching over its development and 2. are truly polyglot aka let you observe progress over the entire project not just Autodesk/Microsoft/You-name-it silos.

 

The question relates not just to AutoCAD, but it is the most likely candidate.

0 Likes