Skip to content

Commit

Permalink
Edited README via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbrown committed Jun 13, 2011
1 parent b4139c6 commit c5faecd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Scripts and tools for use with Team Foundation Server. Includes:

tfpurge.bat - Identifies large files in TFS version control and provides a
list of tf.exe commands that can be used to destroy older
revisions of those files to conserve space.
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 is found in %PATH%.
not been defined. Assumes that perl.exe and tf.exe are found in
%PATH%.

0 comments on commit c5faecd

Please sign in to comment.