Message 1 of 4
Git with AutoCAD Compare? Can we implement reviewing process (pull requests) into AutoCAD drawings?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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?