How-To & FAQ · Multi-platform

CAD File Management Best Practices: Folder Structures, Naming & Revision Control

Enterprise CAD data management guide: standardized project directory trees, ISO 19650 naming conventions, Xref reference mapping, PDM vaults, and 3-2-1 backup strategies.

⚡ Quick Answer / Key Takeaway

Implement a 4-tier project folder structure (/01-Incoming, /02-WIP, /03-Shared, /04-Published/Archive), adopt strict ISO 19650 naming conventions (Project-Discipline-Zone-Level-Type-Role-Number), enforce Relative Paths for all external references, and back up data using the 3-2-1 rule (3 copies, 2 media, 1 offsite).

Step-by-Step Instructions & Commands

1. Standardized 4-Tier Project Folder Structure

Maintain a standardized project skeleton across all servers: /01_INCOMING (vendor/client source files, read-only), /02_WIP_WORKING (live editable engineering files subdivided by discipline), /03_SHARED_COORDINATION (clean background bases and Xrefs), and /04_PUBLISHED_OUTPUT (official issued PDF/DWG packages with revision timestamps).

2. Systematic File Naming Conventions (ISO 19650 / National CAD Standard)

Never name files 'Draft_Final_v2_final.dwg'. Follow a deterministic schema: [ProjectCode]-[Originator]-[Volume/Zone]-[Level]-[DocType]-[Discipline]-[Number]-[Rev]. Example: PRJ101-ARC-BLD01-L02-DR-A-0102-RevB.dwg. Use hyphens, never spaces or special characters.

3. Reference File Management & Relative Paths

Always store external references (Xrefs, raster images, point clouds) inside a subfolder relative to host drawings (e.g. .\Xref\Arch_Base.dwg). Avoid absolute drive letters (e.g. D:\Project...) which break when colleagues access files from different network mappings.

4. Enterprise PDM Vaults & 3-2-1 Backup Strategy

For multi-user teams, implement Product Data Management (PDM) software (such as SOLIDWORKS PDM, Autodesk Vault, or BIM 360/ACC) for check-in/check-out version locking. For file-based systems, follow the 3-2-1 Backup Rule: 3 copies of data, on 2 different media types, with 1 copy stored securely offsite or in cloud backup.

Common Issues & Troubleshooting Guide

Common Failure / Problem Root Cause & Recommended Solution
Overwriting colleague's work on shared network drives Traditional network folders lack live co-authoring file locks. Implement a check-out protocol or deploy PDM/Vault systems where files are explicitly checked out with ownership badges before editing.
Missing font or plot style when opening old project archives Always package completed drawing milestones using eTransmit in AutoCAD/GstarCAD or Pack and Go in SOLIDWORKS to bundle all fonts, CTB plot styles, Xrefs, and image dependencies into a self-contained archive.

Cross-CAD Compatibility & Alternatives

Cloud-native CAD tools like Onshape and Autodesk Fusion 360 feature integrated cloud version trees with continuous auto-save and branching, eliminating traditional file loss risks.

Engineering Best Practices Checklist

  • Enforce standardized project folder templates (.zip archive) for all new project kick-offs.
  • Use eTransmit / Pack and Go for all milestone client deliveries and final project archiving.
  • Conduct automated nightly incremental backups and weekly off-site snapshot backups.
  • Establish strict file naming conventions and prohibit spaces in filenames.

Related Concepts & Further Learning