CleanCode logo
sitemap
SEARCH:

CleanCode PowerShell Libraries v1.2.08 API: CleanCode » TfsTools » Get-StaleTfsProjects

Get-StaleTfsProjects

NAME

Get-StaleTfsProjects

SYNOPSIS

Retrieves a list of projects where one or more files are not current with the TFS repository.

SYNTAX

Get-StaleTfsProjects [[-Path] <String>] [<CommonParameters>]

DESCRIPTION

Summarizes what is stale in your workspace by project. Refer to Get-StaleTfsFolders to see a summary by folder. Refer to Get-StaleTfsFiles to see details per file.

PARAMETERS

-Path <String>
        The root of the subtree to check.
        If omitted, uses the current directory.

        Required?                    false
        Position?                    1
        Default value                .
        Accept pipeline input?       false
        Accept wildcard characters?  false

<CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer and OutVariable. For more information, see 
        about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). 

INPUTS

None. You cannot pipe objects to Get-StaleTfsProjects.

OUTPUTS

Array of PSCustomObjects.

NOTES



        This function is part of the CleanCode toolbox
        from http://cleancode.sourceforge.net/.

        Since CleanCode 1.2.06.

EXAMPLES


-------------------------- EXAMPLE 1 --------------------------

PS>cd Project\src; Get-StaleTfsProjects | Format-Table -AutoSize

Tabular output will typically look better by piping to Format-Table as shown.

        Project                         FileCount
        -------                         ---------
        Network.Installer.Admin                 2
        Network.Installer.Configuration         2
        Network.Interop                         1
        Network.Connection                     11
        WcfAdmin.ConfigurationProvider          2
        WcfAdmin.Console                        2
        WcfAdmin.Core                          38

Note that you may see a project named with an unknown marker ('??') that indicates that there were some files that either:
* are above the level of project folders so do not have a containing project, or
* have never been downloaded into your workspace (i.e. new files introduced by someone else).

RELATED LINKS

This documentation set was created with CleanCode's DocTreeGenerator.

Valid XHTML 1.0!Valid CSS!Get CleanCode at SourceForge.net. Fast, secure and Free Open Source software downloads
Copyright © 2001-2015 Michael Sorens • Contact usPrivacy Policy
Usage governed by Mozilla Public License 1.1 and CleanCode Courtesy License
CleanCode -- The Website for Clean DesignRevised 2015.12.16