News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Working in team

Started by mika132, April 01, 2016, 12:44:10 PM

Previous topic - Next topic

mika132

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?

stahta01

Quote from: 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?

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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

oBFusCATed

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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]