Is it possible to add your projects/source to two different TFS servers?
If possible it would be very handy to synchronize my local TFS server with TFSPreview.
Is it possible to add your projects/source to two different TFS servers? If possible
Share
This is definitely not supported. TFS stores cache of your local workspaces and will never allow you to map the same folder to two different servers. This is how you can work with tf.exe without specifying server switch every time.
Very simple solution for you is to mirror one workspace with robocopy in another directory. Before you start doing something on your own please look at http://tfsintegration.codeplex.com/. TFS product team is afaik using it exactly for purpose of synchronizing between 2 servers.