A command line tool for invoking VCS commands (git, hg, bzr, svn) on multiple repositories in parallel. Useful for managing workspace with many repositories. Version 0.3.0. Release cadence is low, stable.
pip install vcstoolVerified import paths — ran on the pinned version, not inferred.
Load a .repos file using the Python API.
Use 'vcs import < .repos' etc. instead of the Python API when possible.
Install required VCS tools (e.g., 'apt-get install git mercurial subversion').
Run 'pip install vcstool --upgrade' or install from source: 'pip install git+https://github.com/dirk-thomas/vcstool.git'
Install with 'pip install --user vcstool' and ensure ~/.local/bin is in PATH, or use 'python -m vcstool' instead.
No dependency data recorded yet.