User forums > Using Code::Blocks
Team developing (CVS)
erotavlas:
Hi,
I would like to know if in Code::block is present a tool for team developing like CVS and if there is a way to use the diff command inside the ide.
Thank you
oBFusCATed:
There are some SVN plugins, most of them are abandoned.
There is a new plugin in the works, you can follow its development here: http://forums.codeblocks.org/index.php/topic,14184.0.html
Regarding diffs:
1. There is a diff plugins -> cbdiff or something like that, never used it, so I can't comment on its features
2. The better option (in my opinion) is to setup a tool which uses external diff tool (WinMerge, Diffuse, TortoiseDiff, etc). See the docs/manual how to setup a tool (if the GUI is not self explanatory).
p.s. If you plan to host your new project inside CVS, don't use some of the newer/better VCS-es (git, mercurial, svn)...
erotavlas:
Ok,
thank you for your answer. Yes, it is better to use svn instead cvs. But if I don't understand bad there is no way to use svn inside codeblock at the moment. Is it right?
What can I do? I have to change my IDE?
oBFusCATed:
Don't know, use a dedicated VCS software like: TortoiseSVN, TortoiseCVS, TortoiseGIT or a linux/unix equivalent...
Or help the development of cbvcs :)
cacb:
--- Quote from: erotavlas on March 02, 2011, 09:50:40 am ---Ok,
thank you for your answer. Yes, it is better to use svn instead cvs. But if I don't understand bad there is no way to use svn inside codeblock at the moment. Is it right?
What can I do? I have to change my IDE?
--- End quote ---
What would be even better is a bzr (Bazaar) plugin. bzr can also be used as an svn client (I have tested it recently) so a C::B bzr plugin could serve both svn and bzr users.
A half-decent work around for the "missing bzr plugin" is mentioned in http://forums.codeblocks.org/index.php/topic,13723.msg92518.html#msg92518
It is based on the QBZR GUI.
Navigation
[0] Message Index
[#] Next page
Go to full version