User forums > Using Code::Blocks

Team developing (CVS)

<< < (3/3)

dmoore:

--- Quote from: cacb on March 02, 2011, 09:31:01 pm ---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.

--- End quote ---

You can do this by combining the "tools+" plugin with qbzr (the "tools+" configuration is clunkier than the regular tools menu, but it lets you add commands that operate on files in the project tree, the active file in the editor and files or directories in the FileManager plugin)

erotavlas:
Thank you for your response.
Is there a way to import a project written in NetBeans and/or Eclipse inside a Code::block? I have found it only for Dev and Visual Studio.

erotavlas:

--- Quote from: cacb on March 02, 2011, 09:46:30 pm ---
--- 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

--- End quote ---


I'm trying to use your suggestions. But if I try to use one command from tools menu I get "could not execute the tools. Check the log for details. Could not execute the bzr qcommit. Is there a way to change all the command or have I to change one per time?

thank

cacb:

--- Quote from: erotavlas on March 03, 2011, 03:25:33 pm ---I'm trying to use your suggestions. But if I try to use one command from tools menu I get "could not execute the tools. Check the log for details. Could not execute the bzr qcommit. Is there a way to change all the command or have I to change one per time?

thank

--- End quote ---

Not sure why you have problems with this...

The first thing you should do is to verify that you have bzr working outside Code::Blocks. Just open a terminal window and try for example 'bzr init' to create a local working tree. If that works, then try the QBZR command 'bzr qadd' etc. If this works, I see no reason for it not to work directly from the Tools menu.

Perhaps there is a startup issue. Log out of the OS and in again to be sure.

Navigation

[0] Message Index

[*] Previous page

Go to full version