Projects can be managed as a unit through PrimalScript's source control integration (source control integration must be configured first).
To work with source control
•Right-click the project name in the Workspace Browser to access the source control options:
Get Latest Version
Gets a read-only copy of a file.
Check In
Checks files in to source control.
Check Out
Checks files out of source control.
Undo Check Out
Undoes the last source control check out.
Add to source control
Adds the project to source control.
Check in pending
Checks in all project files which have changed or not yet been checked in.
Connect to source control
Connects the project folder to a folder within your source control solution, providing a place for the project to reside within the source control solution.
Individual files within the project can be checked in or out independently, although checking files in together as a project helps to simplify file and source control management.
See also: