Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Freem on October 12, 2010, 02:51:31 pm

Title: About trunk/debug/codecompletion branches
Post by: Freem on October 12, 2010, 02:51:31 pm
Maybe this question is trivial, so if it is, I'm sorry...

I am actually using the DEBUG branch, but changes in codecompletion seem to be usefull too...
So, is it possible to merge them to have both changes (not in svn, just to compile)? I took a look in the svn, and I think I'd find the codecompletion branch (svn://svn.berlios.de/codeblocks/branches/codecompletion_refactoring ?), but not the debug one... I should missed it...
Title: Re: About trunk/debug/codecompletion branches
Post by: MortenMacFly on October 12, 2010, 02:58:17 pm
So, is it possible to merge them to have both changes (not in svn, just to compile)?
You'll need to do this yourself atm...

I took a look in the svn, and I think I'd find the codecompletion branch (svn://svn.berlios.de/codeblocks/branches/codecompletion_refactoring ?), but not the debug one... I should missed it...
Debug is here:
svn://svn.berlios.de/codeblocks/branches/wxpropgrid_debugger
Title: Re: About trunk/debug/codecompletion branches
Post by: Freem on October 12, 2010, 10:05:38 pm
Thanks for the reply, I'll try this in end of my week.