#git-repository

app vcs2git

Import VCS .repos as Git submodules

3 releases (breaking)

0.3.0 Apr 25, 2024
0.2.0 Apr 1, 2024
0.1.0 Feb 21, 2024

#200 in #git-repository

Download history 14/week @ 2024-07-30 17/week @ 2024-09-24 4/week @ 2024-10-01

215 downloads per month

MIT license

12KB
234 lines

vcs2git: Convert VCS repos to Git Submodules

Installation

Install the binary using Cargo.

cargo install vcs2git

Usage

This program reads a YAML .repos file and adds listed repos as submodules in the current Git repository.

Let's get started with Autoware's autoware.repos for example.

# Enter into the root of your Git repo
cd my_repo

# Add listed repos in autoware.repos as submodules under src directory.
mkdir src
vcs2git autoware.repos src

# Save added submodules
git commit

License

This software is distributed under MIT license. Please see the license file.

Dependencies

~14–21MB
~368K SLoC