tags:

views:

30

answers:

0

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!