Description
Partial Subversion (SVN) binding for Haskell.
Description
HsSVN is a partial Subversion (SVN) binding for Haskell. Currently it covers the most part of Subversion FS but others are left uncovered.
Please note that you need to pass an extra option to cabal configure
to build HsSVN (assuming you have installed Subversion to /usr/local
):
cabal configure --configure-option="--with-subversion-prefix=/usr/local"
cabal build
cabal install
You need the following external libraries to be installed:
apr, apr-util >= 1.3 (http://apr.apache.org/)
subversion >= 1.6 (http://subversion.apache.org/)