Crates.io | svn2git |
lib.rs | svn2git |
version | 0.2.1 |
source | src |
created_at | 2024-07-22 19:48:24.077217 |
updated_at | 2024-09-09 11:58:58.658549 |
description | A Subversion-to-Git repository converter |
homepage | |
repository | https://github.com/eduardosm/svn2git |
max_upload_size | |
id | 1311714 |
size | 517,914 |
A Subversion to Git repository converter
git repack
.You can download binaries for Linux and Windows from the GitHub releases page.
svn2git does not have runtime dependencies, but you will likely need Subversion (to prepare the origin repository) and Git (to do anything with the result of the conversion).
If you have a Rust toolchain installed, you can clone this repository and build a working executable:
cargo build --release
Check the documentation and tutorial from the book.
Licensed under either of
at your option.