svndump

Library for reading Subversion dump files

http://github.com/jwiegley/svndump/

Latest on Hackage:0.4.5@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by John Wiegley
Maintained by John Wiegley

A library for parsing Subversion dump files. The objective is to convert a dump file into a series of data structures representing that same information. It uses Data.ByteString.Lazy to reading the file, and Data.Text to represent text fields which may contain Unicode characters.