GNOME Bugzilla – Bug 538054
Subversion plugin
Last modified: 2008-09-18 12:33:01 UTC
Would be great to have a subversion plugin integrated in the project manager and some option in the menu too.
Created attachment 114600 [details] [review] subversion A really big patch (8637 lines). To make it run you need applied the profiles patch and you have to add: if (!g_thread_supported()) g_thread_init(NULL); before the gtk_init line in the main.c file. Right now it supports: * svn add * svn update * svn commit * svn diff (with and without external apps) * svn checkout I think it is enought for a translation tool subversion client.
Created attachment 114647 [details] [review] subversion2 Some minor changes to update the patch to use the latest API methods of libsvn.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.