Version control with linked assets
I’m trying to standardize our workflow and I’m interested to see how others treat linked files when moving through versions of their indd files.
Our company uses this file structure:
- file-v1.indd
- file-v2.indd
- file-v3.indd
- Links
The problem is when we update a link (for example change an image to black and white) the change is also reflected in v2 and v1, which is not what we want.
How do others deal with this? Do you either duplicate the linked file, rename it, amend it as required and link to this file, or do you keep everything from each version in a separate directory (including all assets), for example:
- File V1
- file.v1.indd
- Links
- File V2
- file.v2.indd
- Links
- File V3
- file.v3.indd
- Links
Thanks in advance.