Search Results

0
votes

From SourceSafe to Team Foundation Server

When we switched from Sourcesafe to TFS2005 the biggest hurdle were Sourcesafe's shared files, the "Get latest on checkout" approach and the branch/merge "support" in Sourcesafe. Everybody feared b …
1
vote

How can you limit a TFS Check-In notes to a custom path?

We had a similar problem some time ago. For some sub tree we wanted to require entering a code reviewer. I ended up implementing a custom policy and used the Custom Path Policy to restrict it to ce …
1
vote

How To limit file size in TFS

Should be no problem as long as your SQL database has enough space. But anyway you could write a custom check-in polic …
0
votes

How to build only a handful of projects contained in a solution using MSBuild?

You could create an additional solution configuration in your solution, e.g. called "Build". In that configuration only build the projects you want. In the teambuild project file use the element t …
3
votes

Fast/easy renaming of filenames in TFS (CodePlex)

You could use tf.exe which is install …