Page 1 of 1
Working with a team
Posted: Wed Dec 22, 2010 6:52 am
by Shihonoryu
hey guys!
Just a general question i had. I have a small time team in the makes (not including me) 2 C++ devs, and 1 PhP dev. now ive never worked with a team before, but we have all had the same question: How do we work on the same project from different computers? i could have the other PhP Dev write up a page, email it to me or something and i put it in my code. is that how its normally done?
Re: Working with a team
Posted: Wed Dec 22, 2010 8:00 am
by Jackolantern
Enter the mighty
Subversion. It is what is known as a version control system (although it has about 10 other equivalent names and acronyms). It allows individuals to "check-out" parts of code, work on it, submit it, and then admins can merge it into the main codebase if it is stable (there are many other setups, but having a human gatekeeper is common). It also keeps track of old versions to get rid of the "oh crap I saved a version with recursive bugs over my functioning version".
As for learning how to use it, here is a
free online ebook to get you started.
Re: Working with a team
Posted: Wed Dec 22, 2010 8:08 am
by Shihonoryu
Ahh thank you oh so much.
Ive had a lot of time programming, not really good in any one, just really know up to OOP in a few, and i thought it was a shame i could never work with any of my friends.
anybody know any good ones? easy to use?
Re: Working with a team
Posted: Wed Dec 22, 2010 4:55 pm
by Jackolantern
Do you mean programming languages? Some of the easier languages to pick up and learn are PHP, C#, Visual Basic.NET, Java, Python, Delphi, and I am sure others but I can't think of them right now

Re: Working with a team
Posted: Wed Dec 22, 2010 7:51 pm
by Shihonoryu
No i mean the version control programs :p
Re: Working with a team
Posted: Wed Dec 22, 2010 10:17 pm
by Jackolantern
Subversion

It is the industry standard, and easy enough to use with the ebook I linked.
Re: Working with a team
Posted: Thu Dec 23, 2010 2:17 am
by Noctrine
On the GameDev stack exchange we have had a running discussion about this.
http://gamedev.stackexchange.com/questi ... -solutions
I recommend you read it.
Re: Working with a team
Posted: Fri Feb 04, 2011 10:43 pm
by noaah
I don't know if this is exactly what your looking for, but Drop Box is a tool than any Indi team, in my opinion, NEEDS in order to work together on a project.