Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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?
-
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.