[MonoDevelop] Looking for the ProjectBrowserView

Todd Berman tberman at off.net
Wed Jun 22 13:33:42 EDT 2005


On Wed, 2005-06-22 at 12:48 -0400, Joshua Tauberer wrote:
> Todd Berman wrote:
> > Is there any way to get you to check your code into the Extras/ module
> > in MonoDevelop's SVN? It would be great to finally get some sort of
> > starting point to version control in SVN.
> 
> Okay, getting it all working was a lot easier than I expected, esp. 
> thanks to Lluis's wikified explanation.
> 
> For checking it into svn...
> 
> There are four parts to this, in separate projects: a diff library, a 
> Gtk widget for viewing differences, a version control library 
> (abstracting over subversion), and the addin itself.  Should I put it 
> all into Extras?  Otherwise, the two diff projects are available from my 
> website, but they're not meant to be GAC'ed (currently), so not having a 
> copy in svn could lead to versioning issues down the road.
> 

I would say (for now) put them into Extras/VersionControl/ in whatever
layout you would like (4 subdirs works fine here).

We don't GAC anything currently, except maybe some debugger visualizer
stuff, but everthing else is private, so that won't be an issue at all.
Right now, putting everything in Extras/ would be perfect.

> And, also important -- I don't have a MD svn account.
> 

Sure you do, we use the same auth as the mono svn :)

Just checkout from svn
+ssh://mono-cvs.ximian.com/svn/monodevelop/trunk/MonoDevelop

--Todd



More information about the Monodevelop-list mailing list