Begining with installations and development process methodologies
finally after brainstorming with speeding up the deliveries have put a CI server in place conected over a subversion. We have been using subversion since the begining , but the continous integration server was absent.
As a startup in the initial years when the code base is small and so the team size, management is easy .
After a about 3-4 years, we definitely felt the need to put in some accountable reliable process for build, realeases and bug fixes.
We have Subversion + Jenkins (continous integration server ) in place .
Settign up subversion is an easy task, all team needs to adhere to the protocols
1. Update when you login.
2. Update before you commit before you begin to code
3. Before you leave - you update -- then you commit , and make sure its a working copy.
Always before you commit to the repository make sure its a working copy.
to be continued .........