User forums > Using Code::Blocks

Team developing (CVS)

<< < (2/3) > >>

oBFusCATed:
For me it looks quite complete, there is bzr diff, so 50% of the integration I'll ever use is there :)
What is missing is bzr blame (if there is such thing), if such a thing exist the integration for me would be 100% complete  :lol:

I'm not a bazaar user, you can replace bzr with git/svn/hg, ... and I would say the same...

erotavlas:
I'm on windows 7, how can I get the bazar plugin and install it?

oBFusCATed:
It is not a plugin, but a set of Tools...
See the documentation for how to setup a tool in C::B.

The setup is similar to this one for Visual studio: http://philiphendry.wordpress.com/2010/09/17/creating-a-shortcut-key-in-visual-studio-2008-to-launch-tortoisesvn-diff/

cacb:

--- Quote from: oBFusCATed on March 02, 2011, 10:15:15 am ---For me it looks quite complete, there is bzr diff, so 50% of the integration I'll ever use is there :)
What is missing is bzr blame (if there is such thing), if such a thing exist the integration for me would be 100% complete  :lol:

I'm not a bazaar user, you can replace bzr with git/svn/hg, ... and I would say the same...

--- End quote ---

To be 100% complete, one could wish for right click options for bzr in the project tree. It would reduce the need to switch projects in a workspace sometimes.

'bzr blame' exists, also known as 'bzr praise' or 'bzr annotate' for those without a sense of humour  8) . bzr is really good. It is extremely flexible and easy at the same time. C::B could benefit from some active suport for it I think.

Btw: I think it is a minor design flaw that C::B workspace files change when you switch the active project. It causes endless commits of workspace files in the source control system. The definition of active project should be managed in another file not subject to source control, IMHO, perhaps something like project .layout files.

cacb:

--- Quote from: erotavlas on March 02, 2011, 02:44:54 pm ---I'm on windows 7, how can I get the bazar plugin and install it?

--- End quote ---

Just install the Bazaar 'Standalone Installer'
http://wiki.bazaar.canonical.com/WindowsDownloads#The%20Standalone%20Installer
to get bazaar with QBzr. Qbzr is just some additional baazar command line commands (prefixed with 'q' to indicate the GUI version) launching easy to use GUI windows. For example 'bzr merge' becomes 'bzr qmerge' and 'bzr commit' becomes 'bzr qcommit'. These 'q' commands make it easy to define C::B Tools menu entries for using bazaar.

To use bazaar with svn, read for example
this http://blog.tplus1.com/index.php/2008/03/22/use-bazaar-and-subversion-together/
or this http://doc.bazaar.canonical.com/migration/en/foreign/bzr-on-svn-projects.html

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version