Revision: | 1.1 |
Committed: | Thu Jan 23 13:50:56 2025 UTC (3 months ago) by lab |
Branch: | MAIN |
CVS Tags: | HEAD |
Log Message: | There's a gap there, a gap! |
# | User | Rev | Content |
---|---|---|---|
1 | lab | 1.1 | # git2cvs |
2 | Utility intended to assist developers in running the fuck away from Git to a saner version control system. | ||
3 | (Adapted from git2svn) | ||
4 | |||
5 | ## Features | ||
6 | * Migration of branches and tags | ||
7 | |||
8 | ## Caveats | ||
9 | * Does not support migrating the commit history. | ||
10 | |||
11 | ## Dependencies | ||
12 | * Common sense | ||
13 | * Git | ||
14 | * CVS | ||
15 | |||
16 | ## Usage | ||
17 | git2cvs git-repository-url file:///path/to/subversion-repository | ||
18 | |||
19 | ## Authors | ||
20 | * Nishi <nishi@nishi.boats> |