aBothe / Mono-D

D Add-In for MonoDevelop
http://wiki.dlang.org/Mono-D
Other
113 stars 26 forks source link

Subversion support is not available #606

Open tcak opened 9 years ago

tcak commented 9 years ago

Normally, when I was developing GTK applications with C#, Subversion was available on main menu. But with D, it doesn't. Am I missing something, or does it require extensive work to support Subversion for D projects?

aBothe commented 9 years ago

perhaps the subversion or git bindings are just checking whether projects are .Net-projects. If not, no subversion/git extensions are shown.