tfs2010 - How do I find how much space TFS is using -
tfs2010 - How do I find how much space TFS is using -
i'm tring find out how much space tfs using. there simple check free space command on tfs?
also there way poll tfs amount of hard drive space left , see when big changes or big amount of files have been added , whom given week or day?
i'm tring find out how much space tfs using. there simple check free space command on tfs?
projects not partitioned in database in such way can figure out. of course of study if want see how much space collections using can take @ db size.
here article read gives rough estimate of space used files, work items etcetera.
also there way poll tfs amount of hard drive space left , see when big changes or big amount of files have been added , whom given week or day?
tfs doesn't command amount of hdd space have left on drive. can in code check doing like:
using system.io.driveinfo
var drive = new driveinfo("drive_letter"); long freespace= drive.freespace;
as final question (see when big changes or big amounts of files have been added , whom), this article demonstrates how describing using tfs api.
tfs2010 tfs2008 tfs-sdk
Comments
Post a Comment