Reputation: 1133
We have a project source-controlled by local TFS installation (both are 2013 version). The scenario that we want to accomplish is:
The target is to have local and online code repositories that can be synchronized either manually or automatically. Is this possible using Visual Studio Online? If not, are there any workaround to achieve this scenario?
Upvotes: 0
Views: 1463
Reputation: 23444
You can synchronise the work using the TFS Integration Tools. They are complicated to setup and will be painfull to run. There are commercial options that are ridiculously expensive, like OpsHub, and I would suggest you just pick a server.
Either have your local server with remote users on VPN, or have a VSO server that everyone accesses. I would recommend VSO with local Build servers.
Upvotes: 1
Reputation: 1087
You can check here. How to access VS 2010 TFS over the internet from remote office It is about vs2010 but i guess the second answer is for you.
Upvotes: 0