Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: BlueHazzard on December 17, 2017, 04:52:45 pm

Title: Additional projects in windows wx31 workspace
Post by: BlueHazzard on December 17, 2017, 04:52:45 pm
There are a lot projects in the wx31 workspace files.
But they are not in the official repository

I am really interested in them but can not find them ;)

Anyway they do not belong into the official workspace
attached is the patch to fix this
Title: Re: Additional projects in windows wx31 workspace
Post by: stahta01 on December 17, 2017, 05:09:56 pm
Is not cbp2make in CB SVN repo?

Tim S.
Title: Re: Additional projects in windows wx31 workspace
Post by: BlueHazzard on December 17, 2017, 05:17:12 pm
Not for me.
Title: Re: Additional projects in windows wx31 workspace
Post by: stahta01 on December 18, 2017, 12:58:26 am
Not for me.

Then you need to fix your SVN checkout.

https://sourceforge.net/p/codeblocks/code/HEAD/tree/trunk/src/tools/cbp2make/ (https://sourceforge.net/p/codeblocks/code/HEAD/tree/trunk/src/tools/cbp2make/)

Edit: I just used Git and Code::Blocks and found out cbp2make was in the work space twice; one is removed the way I update workspaces.

Tim S.
Title: Re: Additional projects in windows wx31 workspace
Post by: BlueHazzard on December 19, 2017, 12:50:09 pm
Quote
Then you need to fix your SVN checkout.

https://sourceforge.net/p/codeblocks/code/HEAD/tree/trunk/src/tools/cbp2make/

Edit: I just used Git and Code::Blocks and found out cbp2make was in the work space twice; one is removed the way I update workspaces.

i have not searched in the tools folder. Yes my repo has cbp2make.
It seems i fixed a error i was not aware of :)

Thank you for the error checking!