27

I would like to gauge what solutions other people put in place to get Team System functionality. We all know that Team System can be pricey for some of us. I know they offer a small team edition with five licenses with a MSDN subscription, but what if your team is bigger than five or you don't want to use Team System?

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
Dale Ragan
  • 18,202
  • 3
  • 54
  • 70
  • 3
    TFS is now completely free if you have an MSDN subscription ;) Not just a workgroup version. If you have 5000 developers and they all have MSDN then they can all use TFS. In addition the retail licence for TFS has dropped dramaticaly in price ro around $500. – MrHinsh - Martin Hinshelwood Aug 20 '10 at 20:04

13 Answers13

20

I'm stunned that nobody has mentioned the free and excellent TeamCity product from JetBrains. It includes:

  • Continous Integration
  • Software Build management
  • Project Management, Monitoring and Statistical Reports
  • Integration with many IDEs, Sourcecode control systems, and Testing Frameworks

For project management / bug tracking / Git or Subversion repository I also use Unfuddle (free for small personal projects!)

Dan Esparza
  • 28,047
  • 29
  • 99
  • 127
  • Nice, I have heard of TeamCity. I just haven't used it yet. I am definitely thinking about switching. – Dale Ragan Jan 19 '09 at 06:29
  • TeamCity is fantastic. It's easy to set up and powerful. – Jamie Ide Apr 02 '09 at 12:26
  • I have used TeamCity / git for professional projects and all my open source projects use TeamCity from codebetter.com connected to git and github.com. And VersionOne for ALM but depending on what you need there's plenty of other options. – Travis May 16 '11 at 19:48
7

I'll second Trac + Subversion. While nothing is perfect, this combination works quite well for me, and the price is right.

Even for projects I work solo on, it's nice to have both of these integrated.

Carl Russmann
  • 1,719
  • 12
  • 13
4

I've had a lot of success with the nice integration between SourceGear vault and FogBugz.

MS Build for build automation meets my needs.

Leon Bambrick
  • 26,009
  • 9
  • 51
  • 75
  • 1
    Really? Vault is terrible. I continually have issues with it and it's incredibly outdated. Thing I hate the most... Select an option, say delete, Then wait. It doesn't even go modal. Then between a min or several later the dialog pops up. Designed by someone with reaaaally bad ui skills. And the VS integration, sigh. – Steve Casey Jan 22 '10 at 09:15
4

Took my answer out of the question and posted it as one of the answers per the StackOverflow FAQ.

Here is the solution that I use and it works great:

Dale Ragan
  • 18,202
  • 3
  • 54
  • 70
3

Sourcegear's suite of products are a very nice alternative. Vault + Dragnet + Fortress are nice, however if you can't afford all of those, Vault + FogBugz is a pretty decent alternative.

Keith
  • 150,284
  • 78
  • 298
  • 434
lomaxx
  • 113,627
  • 57
  • 144
  • 179
3

Trac

It seems targeted for Open Source / Community type projects but it's working just find as an internal Developer intranet. It integrates a Wiki, Bug tracker and SVN Source browser into one nice package and it's very easy to configure.

Mark Renouf
  • 30,697
  • 19
  • 94
  • 123
2

I use SourceGear's Fortress on my home computer for personal development. Its free for a single user.

Brian Ensink
  • 11,092
  • 3
  • 50
  • 63
2

I use VisualSVN Server for source control, Mingle for project management and bug tracking, and Team City for continous integration. I'm still getting used to it, but it's working great so far. This is a good free setup for small teams. Licensing Mingle and Team City will cost money for larger teams.

Lance Fisher
  • 25,684
  • 22
  • 96
  • 122
2

Seapine CM - Cross platform issue management and version control

http://www.seapine.com

Tim Boland
  • 10,127
  • 8
  • 27
  • 25
1

For a lightweight & completely free option, you can use Springloops integrated with Basecamp (+ an SVN client).

Note: SpringLoops integration with Basecamp is not available in their free setup.

lomaxx
  • 113,627
  • 57
  • 144
  • 179
jeffreypriebe
  • 2,267
  • 25
  • 30
1

I develop on Linux also, which is one reason I came up with the solution I have. I was wondering how the SourceGear options work in this respect? I have used Vault before, which in my experience wasn't too bad, but I know it is mostly Windows based. I think I read at one point that they have a client that can work on Linux, but I have never used it. I just want to open the conversation up a little more, so people who come to this question can hopefully find the best answer for them, based on their wants.

If the Vault client can run on Linux and Mac and run well, then using Vault and Fortress will definitely be the accepted answer as a good low cost alternative to Team System.

Dale Ragan
  • 18,202
  • 3
  • 54
  • 70
0

SVN with the TortoiseSVN add-on makes for a solid and easy to use interface. WinMerge is a great tool to thrown in that mix as well.

japollock
  • 1,010
  • 1
  • 8
  • 14
-1

If you're looking for cost-effective alternatives to Microsoft Team System or if you prefer not to use it, there are several solutions that people have implemented to achieve similar functionality. Here are a few options to consider:

Open-source tools: Many open-source tools offer functionalities comparable to Microsoft Team System components. For version control, you can consider Git with platforms like GitHub, GitLab, or Bitbucket. For issue tracking and project management, you can explore tools like Jira (open-source version), Redmine, or Bugzilla. These open-source options can provide similar capabilities at a lower cost.

Agile project management tools: There are numerous agile project management tools available that can help you manage your software development processes. Tools like Atlassian Jira (cloud version), Trello, Asana, or Monday.com offer features for task management, sprint planning, and collaboration. These tools can provide a streamlined workflow and facilitate team communication.

Cloud-based collaboration platforms: Platforms like Microsoft Teams, Slack, and Discord can help teams collaborate, communicate, and share information effectively. They offer chat functionality, video conferencing, file sharing, and integration with other tools, enabling teams to work together seamlessly.

Integrated development environments (IDEs): IDEs like Visual Studio Code, IntelliJ IDEA, or Eclipse provide powerful code editing and debugging capabilities. They can be used in combination with version control systems and project management tools to facilitate team collaboration and development workflows.

Custom tooling: Depending on your specific needs, you can consider building custom tooling using open-source libraries, frameworks, or languages. This allows you to tailor the tooling to fit your team's requirements while keeping costs under control.

Remember that the best solution for your team depends on factors like team size, budget, project complexity, and specific needs. It's crucial to evaluate different options, consider the features they offer, and assess how well they align with your team's workflows and processes. Additionally, seeking input from your team members and considering their preferences can help ensure a smooth transition to a new solution.

  • This answer looks like it was generated by an AI (like ChatGPT), not by an actual human being. You should be aware that [posting AI-generated output is officially **BANNED** on Stack Overflow](https://meta.stackoverflow.com/q/421831). If this answer was indeed generated by an AI, then I strongly suggest you delete it before you get yourself into even bigger trouble: **WE TAKE PLAGIARISM SERIOUSLY HERE.** Please read: [Why posting GPT and ChatGPT generated answers is not currently allowed](https://stackoverflow.com/help/gpt-policy). – tchrist Jul 15 '23 at 13:49