CRI ADX  Last Updated: 2024-07-17 10:47 p
Preparation for version control

In order to use version-control with a the project in CRI Atom Craft, it is necessary to register the project in the repository in advance.

For Subversion

See "Setting up the Subversion repository" for the creation of the repository.
To register a project in the repository, use the client tool import command.

For concrete examples, refer to the Subversion tutorial "1.Register a project".
To acquire a project that has already been registered please refer to "2.Checkout a project".

Note
If you already have a repository and want to register the CRI Atom Craft's project folder, use the add command.

For Perforce

To learn more about the creation of a new depot, please refer to the Perforce official manual.
After creating the depot, you will need to create a workspace and register the project under that workspace.
Creating a workspace and registering the project are both done in the client tool (P4V).
An example is shown in "1.Registering the Project" in the Perforce tutorial.
To get the data of a project that has already been added to the depot, please see "2.Getting the Project".

Setting the version control tool

In the CRI Atom Craft project, you need to specify which version control plug-in to use.
An example is shown in the tutorial of Subversion "3.Set the version control tool" or the tutorial of Perforce "3.Configuring the Version Control Tool".