https://github.com/kostrse/tfsproxywarmup
https://github.com/kostrse/tfsproxywarmup
tfs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kostrse/tfsproxywarmup
- Owner: kostrse
- Created: 2013-05-08T15:24:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T00:11:18.000Z (over 6 years ago)
- Last Synced: 2025-07-11T15:59:28.350Z (3 months ago)
- Topics: tfs
- Language: C#
- Size: 1.5 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TFS Proxy warm up tool
==The application provides a simple way to prefetch frequently used projects and files from a remote TFS server
by forcing them to be downloaded by a TFS Proxy server.This can be extremely useful for distributed development teams working in different time zones.
The application doesn't require configuration of any TFS workspaces and even doesn't save downloaded files
to a local drive, so it can be easily configured as a daily batch job on server or a developer's workstation
using Windows Task Scheduler.Documentation
==Documentation how to configure and use the application can be found at the
[project wiki](https://github.com/kostrse/TfsProxyWarmUp/wiki).