Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
SVN plugin
thomas:
Well yes, but you'd think one remembers having done a svn delete, and it would show a big "D" in the output log, too ;)
Urxae:
--- Quote from: thomas on October 18, 2005, 03:23:04 pm ---Well yes, but you'd think one remembers having done a svn delete, and it would show a big "D" in the output log, too ;)
--- End quote ---
One wouldn't necessarily remember a svn delete performed by someone else with write access to the repository. About the big "D" I wouldn't know (I currently use TortoiseSVN, not your plugin).
kisoft:
--- Quote from: thomas on August 05, 2005, 06:45:56 pm ---Released 0.4.1 (both source and binary) today:
http://developer.berlios.de/projects/cb-svn
...
--- End quote ---
Great work!
This version have some troubles with C::B plugin manager.
I patch 2 files:
File: svn.h
--- Code: ---#ifdef __cplusplus
extern "C"
{
#endif
PLUGIN_EXPORT cbPlugin* GetPlugin();
#ifdef __cplusplus
};
#endif
--- End code ---
was changed on:
--- Code: ---CB_DECLARE_PLUGIN();
--- End code ---
File: svn.cpp
--- Code: ---cbPlugin* GetPlugin()
{
return new SubversionPlugin;
}
--- End code ---
was changed on:
--- Code: ---CB_IMPLEMENT_PLUGIN(SubversionPlugin);
--- End code ---
Cool, it's work! :D
C::B: CVS [20.10.2005], wx2.6.2, Win2000, TortoiseCVN
PS Testing to be continued..
thomas:
Ah, this is new as of October 7, was not aware that there are now two CUMs for that, thanks for pointing out.
Will modify the source accordingly. :)
RJP Computing:
Thomas,
Can you release your fixed version. It is dificult for me to build it because I am not setup to develope plugins. Thanks it is working great as long as you have both CVS and SVN installed.
Thanks.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version