Unreal Revision Control Command Line Interface
Projects created after the 36.00 release will not be able to use the file path given below to use CLI commands. When browsing for the file path, search for urc2.exe.
Use the following CLI commands for projects after 36.00:
-
See all revisions in your repository
urc2 revision list
-
Sync to the latest revision of the project
urc2 revision sync
-
Sync to a previous revision in your repository history
urc2 revision sync @[revision]
-
Get an overview of all assets and their status within a certain revision
urc2 repository status
-
Roll back to a specific revision to continue working from a previous backup
urc2 revision promote "description"
-
Revert an asset to the current revision to undo your changes
urc2 file reset .\pathname
-
Release assets signed out by a specific team member to unblock yourself
urc2 lock release --force --owner <username>
The Unreal Revision Control (URC) Command Line Interface (CLI) enables you to perform revision control actions on your project using a third-party command line tool such as PowerShell. Although these actions can often be performed with the user interface, some allow you to go beyond what the interface currently supports.
You're reading a preview
The full reference is free for BrainDeadGuild Discord members — sign in to read it all, or open the original at the source.
Sign in with your BrainDead.TV / BrainDeadGuild Discord account for full access.