Tagged Questions
5
votes
4answers
407 views
How to evaluate moving to Team Foundation Server
My development team presently uses the following software in our workflow:
JIRA
Bamboo (Atlassian continuous integration)
Greenhopper (Atlassian agile project management)
Confluence
Git, hosted on ...
2
votes
3answers
889 views
Team switching from TFS Source Control to TFS with Git, not sure how to handle complex project structure
I've used git for my personal projects for years, but that's always working alone, not needing to branch much, etc.
Our development team at work has decided we are definitely switching to git, and as ...
5
votes
3answers
1k views
version control security
We are looking for a version control tool. I personally think it's pretty cool to use Git. However, my boss recommends TFS. He told me it's much more secure to use an SQL Sever based tool, such as TFS ...
2
votes
4answers
700 views
What's the best way to handle multiple simultaneous “streams” of development in version control?
My department is planning on working on our next several releases (spanning a year) simultaneously. The powers that be are advocating we support this by refactoring all affected code into classes ...
11
votes
8answers
3k views
From TFS to Git
I'm a .NET developer and I've used TFS (team foundation server) as my source control software many times. Good features of TFS are:
Good integration with Visual Studio (so I do almost everything ...