Making the team development process easier.
Posted: Tue Sep 27, 2011 5:17 pm
Working teams has always been a challenge in some form or another. While there can't be much done on a technical level for the clashing of heads, there are some things you can do to make some of the logistical aspects go by easier.
Here are some of the things I have done at work to make life easier.
Firstly if you are going to be working in a team you want the process of sharing the code base to be as seamless as possible. If you are in an environment where you cannot have it on a public server, and you dont really want to pay the premium for having your repo's be private, you can use something like gitolite https://github.com/sitaramc/gitolite/
It is very easy to setup, and is very versatile.
Secondly, you want a well defined development cycle and more specifically how you use your source tree. If you are going to use something like git, I recommend looking at this article.
http://nvie.com/posts/a-successful-git-branching-model/
Here are some of the things I have done at work to make life easier.
Firstly if you are going to be working in a team you want the process of sharing the code base to be as seamless as possible. If you are in an environment where you cannot have it on a public server, and you dont really want to pay the premium for having your repo's be private, you can use something like gitolite https://github.com/sitaramc/gitolite/
It is very easy to setup, and is very versatile.
Secondly, you want a well defined development cycle and more specifically how you use your source tree. If you are going to use something like git, I recommend looking at this article.
http://nvie.com/posts/a-successful-git-branching-model/