function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
john harvey 2john harvey 2 

How do I pull everything from team foundation server - TFS to local directory using ANT?

Purpose is to pull labeled or particular branch to local directory so by using ant migration tool I can deploy it to other sandbox.
Ravi Dutt SharmaRavi Dutt Sharma
Hey John,
You can install the TFS plugin in Eclipse to fetch all the components to local machine.
TFS plugin : http://dl.microsoft.com/eclipse/tfs
john harvey 2john harvey 2
Hi Ravi,

thank you, But I do have plug in installed. What I want to do is pull everything to local directory using ANT and deploy to sandboxes using ANT tool. Eventually leading this to CI. but due to low number of devs I want to do this.