I worked for some project in team, but every time we did not had the right tools to "work as a team" or the right way of doing it, are there any suggestion and or tools (thinking of svn) that should be easily adopted by the team and make it more productive? What's the best in your experience? Does this things works well even for people that never worked together, or needs time to learn to use the tools (and how much is this time) ? Thanks
closed as not constructive by Lix, Bill the Lizard♦ May 8 '12 at 17:49
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
In no particular order
|
|||
|
|
|
As you suggested SVN is a great tool for source/versioning control. The learning curve isn't too bad, it won't take long to get used to it. Also, good communication is key, and one of the tools that I've found really useful for that, particularly if your team is remote, is Basecamp You'll want to come up with some rules that the team members should adhere to, such as checking in their code every day, to get them out of the habit of trying to work in a bubble. |
||||
|
|
|
I'd recommend using a distributed version control system instead of SVN. Git does the trick for us: it's fast, easy to deploy and understand, has loads of useful features that you will appreciate once you've made yourself familiar with it, and is in general much more comfortable to work with than Subversion. |
|||
|
|
|
Expensive but good solution is Team Foundation Server # Version Control # Work Item Tracking (Project Management) # Team Portal # Business Intelligence and Reporting # Build Server # Web Access Team Foundation Server 3-tier architecture:
Look TFS on wikipedia TFS is great with Visual Studio. Even Programmers are from differnt countries, if you have good server your team will be connected and work properly for project. |
|||
|
|
|
VCS is a sure hit for starters. Adding to what have been already said, and focusing on communication:
That list could probably grow with a lot more general common sense stuff. But you get the idea... I believe it comes down to your ability in reading the team and identifying problems, then finding solutions. The solution might be a tool, a meeting, a rule-of-thumb or anything else. |
|||
|
|