I am having a lot of issues configuring TFS to work correctly. One other web developer and I both work on a website (w/ roughly 80,000 pages). We have our development code on a server that we both share. Currently when either of us makes changes, we simply SFTP from that share to the live site.
We would like to configure TFS so that both of our local paths in our workspaces map to that shared server (same location) so that we can easily sftp everything after save.
In other words when I save a file even though I am using TFS, I want that saved version to be the version on our development server.
Can I do this the way that I suggested above or is there a better method?
Do I need to set each of our local paths separately and then do a get on the development box every single time I want the file to update? Can I force our development box to get the latest TFS version every time the file is checked in?