Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Xirdus on June 22, 2010, 06:08:07 pm

Title: Teamwork
Post by: 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?
Title: Re: Teamwork
Post by: MortenMacFly 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.