[MonoDevelop] How to update Monodevelop from the SVN

Michael Hutchinson m.j.hutchinson at gmail.com
Sat May 19 15:37:47 EDT 2007


On 5/19/07, MRNoblestone <mrnoblestone at gmail.com> wrote:
>
>  Thanks to all for the responses.  Michael, the only thing I didn't follow
> was the first svn command.
>
> "svn co
> svn://anonsvn.mono-project.com/source/trunk/monodevelop"
>  Can I add only the svn folders I want to include, or is that unwise?
> SHould I just take everything new and just assume things are fairly stable?
> )This was why I felt that page was not appropriate for anything but the
> first download, but I am just not the familiar with taking things from SVNs)

The path svn://anonsvn.mono-project.com/source/trunk/monodevelop
refers to the "monodevelop" folder in the Mono repository, which is
what you want. There's no easy way to download subversion folder
without all of their child folder; the MD makefiles expect pretty much
all of them to be there anyway.

The "trunk" is where all current development is taking place -- you
could set it to fetch "tagged" versions such as 13.1, but that's
effectively no different to getting the release tarball.

If you want more information about subversion, the book at
http://svnbook.red-bean.com/nightly/en/index.html is very useful.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list