Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I get large sample TFS repositories?

I'm building a tool to integrate with TFS and it needs to properly parse TFS logs (from the tf.exe history command) and checkout different revisions (again using tf.exe). It works great on the test TFS server I have, but I want to test it on a broad range of large repositories to make sure my parsing works properly.

I'd hoped to use Codeplex to get access to TFS repositories, but it seems you only get TFS access to Codeplex projects if you're a project member.

Are there any collections of open source code hosted on public TFS servers? Are there any other publicly available servers I could use for testing?

like image 656
mcobrien Avatar asked Aug 11 '11 09:08

mcobrien


1 Answers

I would suggest using svn2tfs and choose any relatively active project on SourceForge. There are plenty of projects on SF to choose from that use SVN and not CVS. You might even get a bonus out of it and help the svn2tfs project work out any kinks.

like image 93
Sumo Avatar answered Nov 16 '22 01:11

Sumo