Author Topic: Teamwork  (Read 3716 times)

Offline Xirdus

  • Single posting newcomer
  • *
  • Posts: 2
Teamwork
« on: June 22, 2010, 06:08:07 pm »
Hi!
Is there a way for multiple programmers to work with one project in same time, i.e. I'm editing one file, my buddy is programming another, and when I save file, everyone (or host) gets updated version?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Teamwork
« Reply #1 on: June 23, 2010, 06:53:26 am »
Hi!
Is there a way for multiple programmers to work with one project in same time, i.e. I'm editing one file, my buddy is programming another, and when I save file, everyone (or host) gets updated version?
Use a version control system, Subversion for example.

Immediate change is really no good, but if you really need it, use a network share to put the sources onto you and your team are working on. C::B can handle this just fine.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ