42
votes
29answers
2k views
Checking in of “commented out” code
Ok, here is something that has caused some friction at my current job and I really didn't expect it to. Organized in house software development is a new concept here and I have drawn up a first draft …
17
votes
5answers
2k views
Team Foundation Server Source Control Structure
I have been working on standardizing the source control structure for our Team Foundation Server rollout for the new year. I have started by using the Microsoft Team Foundation Server Branching …
16
votes
31answers
1k views
What are the cool and interesting things that you do during build-automation?
I am just curious to see what others are doing during build-automation other than usual compile, build, run-tests, etc tasks that might be helpful and inspirational for others to consider and look …
16
votes
22answers
3k views
Experience with SVN vs. Team Foundation Server?
A few months back my team switched our source control over to Subversion from Visual SourceSafe, and we haven't been happier. Recently I've been looking at Team Foundation Server, and at least on the …
15
votes
7answers
4k views
how to Rollback using TFS
I committed a chageset to TFS last night before leaving. This morning I decided my change was badly written, so I wanted to do a rollback on it.
In subversion, this was pretty straightforward. …
12
votes
2answers
1k views
Can I unshelve to a different branch in tfs 2008?
Let's assume that some developer in my team shelved his changes that he did in branch A. And I am working on branch B. Can I unshelve his changes into branch B? (By GUI or command prompt)
9
votes
7answers
611 views
Team Foundation Server - What Process Template is for me?
So I finally was able to complete the installation of TFS and started the creation of my first team project which introduced me to the process template.
After following to the link to Microsoft's …
9
votes
3answers
792 views
Team Foundation Server Automated Release Notes generation
What would be the best method of automatically generating a Release Notes text file from a Team Foundation Server 2008 nightly build?
9
votes
5answers
2k views
Cruise Control .Net vs Team Foundation Build
Our team is setting up nightly and continuous integration builds. We own Team Foundation Server and could use Team Foundation Build. I'm more familiar with CC.Net and lean that way but management …
9
votes
4answers
470 views
Creating a Patch with TFS
Creating a patch is very easy in SubVersion, With Tortoise, you right-click and select Create Patch. But for the life of me, I can't find this functionality in TFS. Is this possible?
If not, what's …
9
votes
7answers
2k views
Visual Source Safe --> TFS Migration
Around here we have been working with a bunch of Visual Source Safe repositories for about 10 years or so.
Now I want to get rid of sourcesafe and move on to Team Foundation Server.
Do you have any …
8
votes
4answers
487 views
TFS, VS2008: How to deal with external assemblies
We have various solutions with various numbers of projects in them. All checked in to a Team Foundation Server source control thing. Most of them builds as Class Libraries.
Anyways, we now want to …
7
votes
11answers
482 views
How to prevent (junior)developers making the wrong decisions/bad code?
Short of hovering over the developers and question all decisions they make/code they produce.. Architectural choices, massive codefiles (5k loc), no code commenting or documentation, ..
I'm using …
7
votes
13answers
2k views
TFS vs SVN
I am about to start a project (.NET) and need to decide between TFS and SVN.
I am more used to SVN(with tortoise client), CVS and VSS. Does TFS have all features available in SVN
Have any of you …
7
votes
4answers
354 views
What is the difference between shelve and check in in TFS?
What is the concept of each?
When is it ok to shelve your changes instead of checking in?
