-
Notifications
You must be signed in to change notification settings - Fork 69
vcstool
Alexander Xydes edited this page Dec 11, 2020
·
4 revisions
vcstool makes managing workspaces for a project with multiple repositories much easier (creating, updating, etc). It's easy to maintain repos files for past versions of the project. This makes it easier to create a workspace for that specific version of the project.
Create the DAVE workspace from the included repos file.
sudo apt install python-vcstool
mkdir -p ~/uuv_sim/src
mv dave_sim.repos ~/uuv_sim/src/.
cd ~/uuv_sim/
vcs import src < src/dave_sim.repos