svndump: Library for reading Subversion dump files

[ bsd3, library, subversion ] [ Propose Tags ]

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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 0.2.0, 0.3.0, 0.4.0, 0.4.1, 0.4.2, 0.4.5
Dependencies attoparsec (>=0.10.2), base (>=4.3 && <5), bytestring (>=0.9 && <0.10), containers (>=0.4.2), filepath (>=1.3), text (>=0.11 && <0.12) [details]
License BSD-3-Clause
Copyright Copyright (C) 2012 John Wiegley
Author John Wiegley
Maintainer John Wiegley <johnw@newartisans.com>
Category Subversion
Home page http://github.com/jwiegley/svndump/
Bug tracker http://github.com/jwiegley/svndump/issues
Source repo head: git clone git://github.com/jwiegley/svndump.git
Uploaded by JohnWiegley at 2012-08-29T09:58:51Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5321 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for svndump-0.2.0

[back to package description]

A Haskell library for reading Subversion dump files.