Code::Blocks Forums

User forums => Help => Topic started by: mika132 on April 01, 2016, 12:44:10 pm

Title: Working in team
Post by: mika132 on April 01, 2016, 12:44:10 pm
Is working in team somehow possible with CodeBlocks? I mean that all team members edit same project files all the time in real time and they are different places.

if it is. How?
Title: Re: Working in team
Post by: stahta01 on April 01, 2016, 06:42:00 pm
Is working in team somehow possible with CodeBlocks? I mean that all team members edit same project files all the time in real time and they are different places.

if it is. How?

Your question is NOT really a Code::Blocks question; but, you likely want to know what version control systems (VCS) Code::Blocks works with in a good manner.
My guess of the answer is most of them.
But, which VCS are the easist to use with Code::Blocks; I do NOT know. I am using Git with Code::Blocks; but, that is because I am trying to learn how to use Git correctly.

Tim S.
Title: Re: Working in team
Post by: oBFusCATed on April 01, 2016, 07:19:22 pm
It is not possible to see the changes made by other people interactively. C::B is not meant for this kind of workflow.
But you can use the VCS workflow suggested by stahta01.