change-monger-0.0: Parse VCS changelogs into ChangeLogsSource codeContentsIndex
Text.ChangeMonger.Subversion
Synopsis
svnChanges :: String -> IO String
svnChangesAll :: IO String
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.
Produced by Haddock version 2.1.0