How to list all the branches in TFS 2008 programmatically ?
Posted
by Cleyton
on Stack Overflow
See other posts from Stack Overflow
or by Cleyton
Published on 2010-05-12T23:04:30Z
Indexed on
2010/05/12
23:14 UTC
Read the original article
Hit count: 129
Hi,
I would like to list all the branches in a TFS 2008 project.
Currently, I'm trying to use this:
VersionControlServer vcs = (VersionControlServer)tfs.GetService(typeof(VersionControlServer));
But, there's no method like "GetAllBranches()".
Is it possible?
Thanks!
© Stack Overflow or respective owner