Author Topic: Working in team  (Read 2766 times)

mika132

  • Guest
Working in team
« 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?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7592
    • My Best Post
Re: Working in team
« Reply #1 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.
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 oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Working in team
« Reply #2 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.
(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!]