visual sourcesafe - Push TFS 2008 code to remote VSS over VPN? -


we have local team foundation server 2008 keep our code under version control. however, have paranoid client has own visual source safe installation wants keep running copy of code on server well. such, i'm hoping there way can nightly push our tfs repository vss repository.

i'm not concerned keeping each changeset on tfs different changeset on vss, once-nightly push creates new changeset on vss , uploads latest changeset tfs.

i guess first part if possible tfs push update vss. i've noticed replies question have been tune of "don't it", can't find states cannot done. second part automating process having tfs server connect client's vpn, push code changes.

i have full control on tfs server , can customize vss install, if there settings need changing, i'm limited on can settings on either firewall or server specific settings on client's vss server.

i'd suggest setting nightly build script doesn't have solution build. instead script can pull down latest tfs code normal instead of building override after target , use msbuild community tasks (which have vss tasks in them) talk vss , make updates appropriate.

as far connecting vpn think might requires custom build task establish , drop vpn connection. shouldn't hard write 1 custom msbuild tasks pretty easy implement.

regardless, luck! sounds need ;-)


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -