CleanCode PowerShell Libraries v1.2.08 API: CleanCode » SvnTools » Measure-SvnKeywords
Specifies a path to one or more locations.
The default location is the current directory (.).
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? true
Retrieves only the specified items. The value of this parameter qualifies
the Path parameter. Enter a path element or pattern, such as "*.txt".
The Include parameter is effective only when the command includes
the Recurse parameter or the path leads to the contents of a directory,
such as C:\Windows\*, where the wildcard character speci fies the contents
of the C:\Windows directory.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? true
Omits the specified items. The value of this parameter qualifies the
Path parameter. Enter a path element or pattern, such as "*.txt".
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? true
Excludes not just a matching item but also all its children as well.
Required? false
Position? named
Default value @()
Accept pipeline input? false
Accept wildcard characters? true
Gets the items in the specified locations and in all child items of
the locations. Recurse works only when the path points to a container
that has children, such as C:\Windows or C:\Windows\*, and not when it
points to items without children, such as C:\Windows\*.exe.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
When this switch is turned on, then for any file found that uses
SVN keywords but does not have keywords enabled for substitution, the
Svn properties of the file are changed to enable keyword substitution
by adding the svn:keywords property.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
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).
This function is part of the CleanCode toolbox
from http://cleancode.sourceforge.net/.
Since CleanCode 1.1.01.
=== Extensions enabled in configuration file:
*.bat => Author Date Id Rev URL
*.cmd => Author Date Id Rev URL
*.cs => Author Date Id Rev URL
...
=== Summary of SVN files with keywords:
Extension=.cs Occurrences= 92
Extension=.html Occurrences= 3
Extension=.java Occurrences= 53
...
=== All files with keywords not enabled IN CONFIG FILE:
None
=== SVN files without keywords (13 files):
Extension=.bat Occurrences= 4
*****C:\code\cleancode-support\ftp-upload-script.bat
*****C:\code\dotnet\Projects\SqlDiffFramework\installer\package.bat
*****C:\code\js\ccwebpages\jsmake.bat
*****C:\code\js\validate\jsmake.bat
Extension=.cs Occurrences= 3
*****SqlDiffFramework\SqlDiffFramework\OptionsPanels\DifferencePanel.cs
*****SqlDiffFramework\SqlDiffFramework\OptionsPanels\GeneralPanel.cs
*****SqlDiffFramework\SqlDiffFramework\Program.cs
Extension=.html Occurrences= 3
*****C:\code\powershell\CleanCode\Assertion\module_overview.html
*****C:\code\powershell\CleanCode\IniFile\module_overview.html
*****C:\code\powershell\CleanCode\namespace_overview.html
Extension=.pl Occurrences= 1
*****C:\code\cleancode-support\pscaption.pl
Extension=.ps1 Occurrences= 2
*****C:\code\powershell\scripts\AnalyzeMySvnKeywords.ps1
*****C:\code\powershell\scripts\GenerateCleanCodeAPI.ps1
=== SVN files without keywords where keywords are enabled (6 files):
Extension=.cs Occurrences= 3
*****SqlDiffFramework\SqlDiffFramework\OptionsPanels\DifferencePanel.cs
*****SqlDiffFramework\SqlDiffFramework\OptionsPanels\GeneralPanel.cs
*****SqlDiffFramework\SqlDiffFramework\Program.cs
Extension=.pl Occurrences= 1
*****C:\code\cleancode-support\pscaption.pl
Extension=.ps1 Occurrences= 2
*****C:\code\powershell\scripts\AnalyzeMySvnKeywords.ps1
*****C:\code\powershell\scripts\GenerateCleanCodeAPI.ps1
=== SVN files with keywords to be enabled (3 files):
Extension=.cs Occurrences= 2
*****CleanCode\CleanCode\Diagnostics\EnumerableDebugger.cs
*****CleanCode\GeneralComponents\Controls\ComboBoxWithTooltip.cs
Extension=.ps1 Occurrences= 1
*****C:\code\powershell\CleanCode\SvnTools\SvnKeywords.ps1
=== Enabling keywords on files containing keywords:
property 'svn:keywords' set on 'CleanCode\Diagnostics\EnumerableDebugger.cs'
property 'svn:keywords' set on 'CleanCode\GeneralComponents\Controls\ComboBoxWithTooltip.cs'
property 'svn:keywords' set on 'CleanCode\SvnTools\SvnKeywords.ps1'
This documentation set was created with CleanCode's DocTreeGenerator.