Mirror a TFS folder to a shared folder
I have a folder in TFS that I want to publish to a shared folder on my local network (read only access). I would like t开发者_如何学Pythonhat anytime a change (or new file) is checked in, the files will be automatically updated in the shared folder.
What is the easiest way to do this?
I'd set up an automated build, with the server workspace mapped to the folder you want to monitor. The only thing the build would need to do is call out to xcopy. You'll probably need to create a custom workflow to do this but that should be fairly easy (famous last words)
精彩评论