[MonoDevelop] Mac OS X - version control add-in

Michael Hutchinson m.j.hutchinson at gmail.com
Sat Feb 7 22:16:10 EST 2009


On Sat, Feb 7, 2009 at 7:26 PM, Kris Ray <kray at landmarkdigital.com> wrote:
> I haven't investigated much yet, but on Mac OSX, the version control add-in
> is not included.  It seems that this is related to an issue loading libapr
> for subversion.  Does anyone know the correct way to compile the version
> control add-in to get it working on OS X? Or does something mor significant
> need to be done?

The SVN addin P/Invokes directly into libapr and libsvn. If there are
corresponding libraries with identical APIs, it could be as simple as
adding a DllMap for OS X (http://www.mono-project.com/Config_DllMap).

If the API is different, or needs to be marshalled differently, then
it'll be harder, as you'd have to write a P/Invoke binding for libsvn
on the Mac.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list