external help file: PoshSvn.dll-Help.xml Module Name: PoshSvn online version: https://www.poshsvn.com/docs/Invoke-SvnInfo/ schema: 2.0.0
Invoke-SvnInfo
SYNOPSIS
Display information about a local or remote item.
SYNTAX
Invoke-SvnInfo [[-Target] <SvnTarget[]>] [-Revision <SvnRevision>] [-Depth <SvnDepth>] [-Recursive]
[-IncludeExternals] [<CommonParameters>]
DESCRIPTION
Print information about each Target (default: '.'). Target may be either a working-copy path or a Url. If specified, -Revision determines in which revision the target is first looked up; the default is HEAD for a URL or BASE for a WC path.
EXAMPLES
Example 1
{{ Add example code here }}
{{ Add example code here }}
{{ Add example description here }}
PARAMETERS
-Depth
{{ Fill Depth Description }}
Type: SvnDepth
Parameter Sets: (All)
Aliases:
Accepted values: Empty, Files, Immediates, Infinity
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-IncludeExternals
{{ Fill IncludeExternals Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases: include-externals
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Recursive
{{ Fill Recursive Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-Revision
{{ Fill Revision Description }}
Type: SvnRevision
Parameter Sets: (All)
Aliases: rev
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Target
{{ Fill Target Description }}
Type: SvnTarget[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.