Frage

I use TFS at work which I am quite famililar with, I need a simple version of something similar that integrates into VS for my home hobby projects.

The only things I really need is :

  • Task lists, with detail pages where I can record info about how I might implement the task / test it.
  • Categorisation, prioritisation.
  • SVN / VS support so I can commit to SVN at the same time referencing the task.

I have tried using notepad and the tasks in VS but thats just too mimimal. And other solutions that cater for full agile/scrum are OTT.

Thanks.

War es hilfreich?

Lösung

Microsoft now provide "Visual Studio Team Services" (it was first released under the name "Team Foundation Service" and later renamed to "Visual Studio Online" and then renamed again recently). It provides most (perhaps all) of the facilities of TFS but in the cloud; actually in Azure which is Microsoft's own cloud. The system is free for up to five users.

Andere Tipps

You could try Trac and put all your tasks in those Trac tickets. The SVN cross-linking is excellent. First, have a look at the Trac playground to test it. If it makes you happy, there is a good Windows bundle called Bitnami Trac including all necessary tools, and it's for free and easy to install. Also check out the Trac homepage.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top