News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Teamwork

Started by Xirdus, June 22, 2010, 06:08:07 PM

Previous topic - Next topic

Xirdus

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?

MortenMacFly

Quote from: Xirdus 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?
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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]