RVX Repository Setup Manual - by a Fork

Kyuseung Han, Sukho Lee, Jae-Jin Lee
ETRI, Daejeon, South Korea

v2025-07-07 or later

Overview

Notice

Things to Know

Creating and Cloning Your Repository

Cloning the Original Repository

Clone the original repository, such as a tutorial one.
Proceed with steps 1 and 2 of the RVX installation. (Manual, Tutorial).

Importing an Original Repository into Yours

cmd) cd #(cloned directory of original repo)
cmd) make fork TARGET=#(cloned directory of your repo)

Copying Platforms

The fork process does not copy the platforms from the original repository.
Please copy them manually if needed.

Before Working with Your Repository

Before working with your repository,
make sure to run activate or sync.

Updating Your Repository

When the original repository is updated,
you can update yours using the same fork process.
After forking, make sure to run activate or sync.

Repairing Your Repository

If an update causes an issue due to a change in the submodule address,
you can restore the .git directory using the following command.

cmd) cd #(cloned directory of your repo)
cmd) make repair_repo

Navigate