Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbrown committed Jun 13, 2011
2 parents ca6035b + c5faecd commit 53e5554
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README
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%.

0 comments on commit 53e5554

Please sign in to comment.