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]

Modules

[Last Documentation]

  • Subversion
    • Subversion.Dump

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 base (>=4.3 && <5), bytestring (>=0.9 && <0.10), filepath (>=1.3), parsec (>=3.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-27T04:37:19Z
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 not available [build log]
Last success reported on 2015-06-08 [all 6 reports]

Readme for svndump-0.1.0

[back to package description]

A Haskell library for reading Subversion dump files.