-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Scripts and tools for use with Team Foundation Server. Includes: | ||
|
||
tfpurge.bat - Identifies large files in TFS version control and automatically | ||
generates a list of tf.exe commands that can be used to destroy | ||
older revisions of those files in order to conserve space. | ||
|
||
Tested under Strawberry Perl 5.12.3 together with Team Foundation | ||
Server 2008. | ||
|
||
This is a Perl script, but is wrapped in a batch file so that it | ||
may be run directly even if a file association for .pl files has | ||
not been defined. Assumes that perl.exe and tf.exe are found in | ||
%PATH%. |