change-monger-0.0: Parse VCS changelogs into ChangeLogs

Text.ChangeMonger.Subversion

Synopsis

Documentation

svnChanges :: String -> IO StringSource

Ask Subversion for changes in general; we accept an options argument which will be passed onto Subversion, so you can customize by using any of the many options to log which Subversion understands.

svnChangesAll :: IO StringSource

Nothing fancy: just get the entire repository history. Unfortunately, Subversion doesn't have a very useful notion of tags, so we merely get the full history.