HsSVN-0.4.3.1: Partial Subversion (SVN) binding for HaskellContentsIndex
Subversion
Description

HsSVN is a partial Subversion (SVN) binding for Haskell. Currently it can do most things related to the Subversion FS but others are left uncoverd.

If you find out any features you want aren't supported, you must write your own patch (or take over the HsSVN project). Happy hacking.

Synopsis
withSubversion :: IO a -> IO a
Documentation
withSubversion :: IO a -> IO a
Computation of withSubversion action initializes the Subversion library and computes action. Every applications that use HsSVN must wrap any operations related to Subversion with withSubversion, or they will crash.
Produced by Haddock version 2.6.0