Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Win32 CBTortoiseSVN plugin under subversion control

(1/8) > >>

Jan van den Borst:
Some time ago I wrote a codeblocks plugin for using subversion under codeblocks (win32). It is called CBTortoiseSVN and uses TortoiseSVN(*) as its engine.

It can be found at:

http://tools.assembla.com/svn/CBTortoiseSVN/CBTortoiseSVN/trunk


(*) TortoiseSVN and subversion must be installed

jan

Keyla:
IMHO Version control is a very important task for a IDE. But I don't understand why the plugin doesn't make direct calls of the SVN tools. IMHO this would make it able to build it crossplatform?

Jan van den Borst:
I agree in general, but making a plugin that equals tortoisesvn is not a trivial thing I'm afraid.
Jan

Keyla:
Of course this won't be an easy job. But it might be a very clear solution :). I think there are a lot of ready to use snipplets for this task out in the web.
The question is what features a normal user uses and if that were implemented for use under every OS it would be quite nice  :P

Alca Isilon:
How about using parts of TortoiseSVN's code to start with ? It is licensed GPL AFAIK, so that shouldn't cause any problems.

When looking at parts of Tortoise's code I notice that it's build directly on top of libsvn (apart from the GUI that is).

Navigation

[0] Message Index

[#] Next page

Go to full version