How to add your knowledge

Projects - Backup File Versions

    Table of contents
    No headers

    Each time you save changes, a new version of the file is created in your workspace, and the previous version is moved to the OldVersions\ folder. Other designers who are referencing the file continue to see the earlier version of the file and do not see the new version until you check the file back in to the workgroup location in semi-isolated projects, or save the file in shared projects, and they refresh their view of the assembly.

    What happens when you save a file?

    Several actions happen automatically when you save a file.

    • A new version is written to a new file, in the same folder.
    • When the new file version is successfully on disk, the original file moves to a subfolder of the folder it was in named OldVersions\, and is renamed to file name.version.ext, where version is a decimal version number. For example, file name.0003.ext would be the name for version 3 of file name.ext. If there are versions 2, 3, 4, 5 and 6 in the OldVersions\ folder, and you restore version 3 to be the current version, it is numbered version 7 to avoid conflicts with the existing versions 4, 5, and 6. Do not delete files from the OldVersions\ folder using Microsoft Windows Explorer. You could cause a problem in other Autodesk Inventor sessions.
    • Finally, file name.newVer.ext is renamed to file name.ext.

    Every save writes a new globally unique version ID to the file to identify it. Each Autodesk Inventor session remembers which version ID it is accessing. If you try to reopen the file at the normal location but the version ID has changed, Autodesk Inventor assumes someone else saved or checked it in, so the appropriate version of the file is opened from the OldVersions\ folder. The version of the file that is opened is used from that point forward to access additional information. Note the old version of the file is restored, but not the state of an assembly.

    NoteFiles that were created before release 6 of Autodesk Inventor could have multiple versions in one file.

    How do projects control file versions?

    In a project, an option controls the number of versions saved in the OldVersions folders. In the lower pane of the project editor, click to expand Options. Click Old Versions To Keep On Save, and then right-click and select Edit from the pop-up context menu. Now enter a value in the field and press Enter to set the number of versions to keep.

    After you save a file, other designers who reference the file continue to see the old version of the file until you check in the file to the workgroup.

    If you work in a Shared or Semi-Isolated project, designers must use the Refresh command or reopen the assembly to update files that are referenced from the server.

    Why would you use old versions of files?

    Previous file versions can be restored when they are needed, but it is not possible to restore the previous state of an assembly.

    The files in OldVersions\ are used for:

    • A manual form of error recovery or backups.
    • Opening earlier versions of files to load segments. If the earlier version of a file is not found, a message is displayed, and you Browse or Cancel:

      Browse

      Browse to the OldVersions\ folder to find the file.

      • Open old version (Save not allowed): Open the old version. Keep in mind that you cannot save it.
      • Restore old version to current version: Restore the old version, and then open it. Not available when the current version is checked out to someone else.
      • Open current version: Open the current version. The open is redirected to the current version.

      Cancel

      Cancel the Save command.

    How do file versions integrate with a PDM?

    A facility provided through the PDM API allows some added control over the creation and management of OldVersions\ to accommodate the controls in PDM systems.