Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
SVNInside : development of another SVN plugin for CodeBlocks
orel:
--- Quote from: branleb on March 13, 2008, 10:02:33 pm ---Can anyone help me?
(ah, before i forget that: i had to "touch" src/dialogs/svniConfigDlg.cpp because g++ claimed about not beeing able to read its timestamp an so the linking process was canceled.)
Branleb
--- End quote ---
Your problem can be solved and has been solved, have you read the page 7 of this thread, here is the link ...!
http://forums.codeblocks.org/index.php/topic,7063.90.html
And for all the persons who are interested inmy plugin, sorry for this long time of silence without updates. I am very busy at work for he moment but this plugin is not at all over, i have a quite good version to commit. But i am waiting a bit in order to test more and provide you a working-version, not one for beta-testers only ;-)
branleb:
sorry, but i see no solution on page 7 of this thread.
or at least, noen worked for me.
But may you explain the part with "copy the source to C::B src dir/plugins/svninside" and "linux users have to modify post_build_step" ?
I am using linux, butthis didn't worked for me( the post build script worked only if I c&p'ed each line to the cmdline end executed it
Can you explain, what you meant?
regards,
Branleb
JGM:
Hey! any news about the plugin, does it's ready to be added to the codeblocks contrib repo?
Alexis:
--- Quote ---the only part of it which is non portable for the moment is the class i implement to read console output (under Win32 that's not an easy task). I think reading svn console output under linux (or any other platform) should be easier.
--- End quote ---
Maybe the code snippet linked below can help :
http://www.wxdev.fr/snipp24-wxExecute-Recuperer_resultat_ligne_commande.html
It's in french, but as you are from France, it shouldn't be that difficult to understand :)
orel:
--- Quote from: Alexis on April 23, 2008, 06:38:14 pm ---
--- Quote ---the only part of it which is non portable for the moment is the class i implement to read console output (under Win32 that's not an easy task). I think reading svn console output under linux (or any other platform) should be easier.
--- End quote ---
Maybe the code snippet linked below can help :
http://www.wxdev.fr/snipp24-wxExecute-Recuperer_resultat_ligne_commande.html
It's in french, but as you are from France, it shouldn't be that difficult to understand :)
--- End quote ---
Thank you man (merci beaucoup!!) but this has been already solved some time ago.
--- Quote from: JGM on April 23, 2008, 06:12:27 pm ---Hey! any news about the plugin, does it's ready to be added to the codeblocks contrib repo?
--- End quote ---
I am not sure it is possible for the moment, i didn't update the repository those times because i can't work on the plugin as often as i would like to.
But i think what i am doing will save time later for those who want to develop other source control plugins.
I have designed a Code::Blocks souce control plugin interface and i am currently redesigning SVNInside, implementing this interface .
So with that work done, it should be easier for someone to develop a CVS (or whatever source control system) plugin for Code::Blocks. The advantage of this solution is to have homogenous source control on CB, whatever system you use.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version