Author Topic: Additional projects in windows wx31 workspace  (Read 4334 times)

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Additional projects in windows wx31 workspace
« 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

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Additional projects in windows wx31 workspace
« Reply #1 on: December 17, 2017, 05:09:56 pm »
Is not cbp2make in CB SVN repo?

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Additional projects in windows wx31 workspace
« Reply #2 on: December 17, 2017, 05:17:12 pm »
Not for me.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Additional projects in windows wx31 workspace
« Reply #3 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/

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.
« Last Edit: December 18, 2017, 01:17:14 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Additional projects in windows wx31 workspace
« Reply #4 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!