Revision: | 1.2 |
Committed: | Mon Sep 30 21:50:47 2024 UTC (6 weeks, 4 days ago) by yakumo_izuru |
Branch: | MAIN |
CVS Tags: | HEAD |
Changes since 1.1: | +3 -0 lines |
Log Message: | Add author |
# | User | Rev | Content |
---|---|---|---|
1 | yakumo_izuru | 1.1 | # git2svn |
2 | Utility intended to assist developers in running the fuck away from Git to a saner version control system. | ||
3 | |||
4 | ## Features | ||
5 | * Migration of branches and tags | ||
6 | |||
7 | ## Caveats | ||
8 | * Does not support migrating the commit history. | ||
9 | |||
10 | ## Dependencies | ||
11 | * Common sense | ||
12 | * Git | ||
13 | * Subversion | ||
14 | |||
15 | ## Usage | ||
16 | git2svn git-repository-url file:///path/to/subversion-repository | ||
17 | yakumo_izuru | 1.2 | |
18 | ## Authors | ||
19 | * Nishi <nishi@nishi.boats> |