[MonoDevelop] Subversion integration

John Luke john.luke@gmail.com
Wed, 06 Apr 2005 23:24:03 -0400


On Wed, 2005-04-06 at 22:52 -0400, Joshua Tauberer wrote:
> John Luke wrote:
> > What do you view as so complicated about it?
> 
> In principle a simple static Makefile should do the trick (aside from 
> compiling native libs for interop)...
> 

For small things probably yes, but that sort of side-stepped my
question.  Even if we wrote our own static makefiles you will still need
the -devel packages.

For something like monodevelop it will then also fail in several ways.
 - installing all the gnome related files to the right locations
(.desktop, etc)
 - I18N stuff that seems to be integrated in automake/autoconf nicely
 - conditional things
 - tons of other things discovered along the way, i.e. little mac
specific things

That being said if it really is too complicated and is preventing people
from using/contributing lets find out what is actually the trouble and
maybe we can simplify things a bit.  One thing is we can now add project
files to svn once some details are figured out.