> -----Original Message-----
> From: Shahzad [mailto:shahzad_at_geoinfo.tuwien.ac.at]
> Sent: Wednesday, 10 September 2008 02:14
> To: users_at_subversion.tigris.org
> Subject: SVN binding with Haskell
>
> Dear Sir/Madam,
>
> I am doctoral student and researcher in Technical University
> Vienna. I need to manage Subversion client and run SVN
> commands through
> Haskell6.8 , and I need to make that application for ubuntu
> and Windows, Can you guide me how to make any API for Haskell
> to use Subversion.
>
> I was thinking to use c2hs to make an interface from C++ to
> haskell but I could not find that a solution. There is a
> Package HsSVN but is also not working.
I can't help with creating Haskell bindings for SVN, but could you use
something from here
http://www.haskell.org/haskellwiki/Applications_and_libraries/Interfacin
g_other_languages and then use existing bindings? I tried to look at
the Haskell -> Python bindings, but the site seems to be down. The
Haskell -> Java bindings seem OK, though: http://www.haskell.org/gcjni/
That way you'd simply leverage the existing Java (say) SVN bindings.
Might be quicker than creating Haskell SVN bindings?
Hope that helps
John
>
> Can you please guide me to the solution..
>
> Best Regards
>
> Syed
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-10 00:18:46 CEST