Skip to content

Commit

Permalink
Add use cases to README
Browse files Browse the repository at this point in the history
  • Loading branch information
cstroe authored Apr 21, 2024
1 parent b2f3293 commit 6ff7945
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@

An API for reading, editing, and writing SVN dump files.

## What does this do?

You can use this library to **modify the history of existing Subversion repositories**. Some use cases are:
* removing large binary files from the Subversion revision history
* adding a revision `0` so that you can upgrade old repositories to work with a newer version of Subversion tools
* convert the Subversion repositories to other version control systems, like git (no support for this out-of-the-box, but you can process all the Subversion history and execute corresponding `git` commands)

## Background

SVN dump files are created via the `svnadmin dump` or `svnrdump dump` commands, and contain all the
Expand Down

0 comments on commit 6ff7945

Please sign in to comment.