CleanCode PowerShell Libraries v1.2.08 API: CleanCode » SvnTools » Get-SvnInfo
--------------------------------------------------------------------
> svn info CleanCode
Path: C:/usr/ms/devel/CleanCode
URL: file:///C:/usr/svn/cleancode/trunk/devel/powershell/CleanCode
Repository Root: file:///C:/usr/svn/cleancode
Repository UUID: 75eedc-7c4-14e-87a-88bfc6be1
Revision: 1107
Node Kind: directory
Schedule: normal
Last Changed Author: msorens
Last Changed Rev: 1105
Last Changed Date: 2011-08-12 15:54:10 -0700 (Fri, 12 Aug 2011)
--------------------------------------------------------------------
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
Specifies the properties to select. Wildcards are *not* permitted.
Each property in the list must match an existing field name returned by
the standard Subversion "svn info" command.
You may optionally qualify a property to return a trimmed version of
the field value by using the format "<field name>:<value to excise>".
The <value to excise> must be a constant string by default.
If you enable the use of regular expressions (see the UseRegex parameter)
then the <value to excise> for all properties must be a regular expression.
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
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 specifies 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. The default is false.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
Set to true, this changes interpretation of trimming prefixes in the
Property parameter list from plain string to regular expression.
The default is false.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
Returns only containers (directories).
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.
Path Revision
---- --------
C:\usr\powershell\scripts\AnalyzeMySv... 1107
C:\usr\powershell\scripts\GenerateCle... 1122
C:\usr\powershell\scripts\psdoc_templ... 1122
C:\usr\powershell\scripts\RunNUnitGri... 1107
Path Revision
---- --------
C:\usr\devel\long\path\to\trim\scripts\AnalyzeMySvnKeywords.ps1 1107
C:\usr\devel\long\path\to\trim\scripts\GenerateCleanCodeAPI.ps1 1122
C:\usr\devel\long\path\to\trim\scripts\psdoc_template.html 1122
C:\usr\devel\long\path\to\trim\scripts\RunNUnitGrid.ps1 1107
Path Revision
---- --------
C:\usr\powershell\scripts\subdir1\AnalyzeMySv... 1107
C:\usr\powershell\scripts\subdir1\GenerateCle... 1122
C:\usr\powershell\scripts\subdir2\psdoc_templ... 1122
C:\usr\powershell\scripts\subdir2\RunNUnitGri... 1107
Path Revision
---- --------
\scripts\AnalyzeMySvnKeywords.ps1 1107
\scripts\GenerateCleanCodeAPI.ps1 1122
\scripts\psdoc_template.html 1122
\scripts\RunNUnitGrid.ps1 1107
This documentation set was created with CleanCode's DocTreeGenerator.