Basic operation

Screen structure

The version control browser consists of a [Project] tab and a [Material] tab.

[Project] tab

This tab manages the version of the files from the project perspective.

craftv2_vcs_basicscr_fm.png


[Material] tab

This tab manages the version of the file from the material perspective.

craftv2_vcs_basicscr_fm2.png


Version control menu

You can execute version control commands from the context menu displayed when right-clicking on an object in the version control browser.

Version control menu (Subversion)

Item Description
Update Get the latest file from the version control system.
[Caution] After updating, the CRI Atom Craft project must be reloaded.
Commit Send the changes of the selected file to the version control system.
Lock Lock to prevent other users from editing the file.
Unlock Unlock the file.
Mark for Add Add files to the version control system.
Revert Restore the uncommitted file to the working copy revision state.
Resolve Resolve conflicts that occur when updating files from the repository.
Show Log Display the change history of the file.
Update Status Update the version control status of the file.
Show Lock Users ... Display the users having locked the file.
Note
The menu items will change depending on the version control tool selected.

Batch processing buttons

Buttons for batch processing are located in the upper right corner of the version control browser.

[Update All Status] Button

Update the version control status of all the files in the project.

[Get All Updates] Button

Retrieve the latest version of all the files of the project.

[Send All Changes] Button

Send all additional items from the project.