description: Describes the parameters that can be used with any PoshSvn client cmdlet. Locale: en-US online version: https://www.poshsvn.com/docs/about_SvnCommonParameters/ schema: 2.0.0 title: about CommonParameters
about_SvnCommonParameters
Short description
Describes the parameters that can be used with any PoshSvn client cmdlet.
Long description
The common PoshSvn client parameters are parameters that may be used with all subversion client cmdlets.
Common parameter descriptions
-NoAuthCache
Do not cache authentication tokens.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Password
Specifies a password.
Note: to convert a password from a string to a SecureString, you may use the
Read-Host
cmdlet with -AsSecureString
option enabled.
Type: SecureString
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Username
Specifies a username.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-TrustServerCertificateFailures
Accept SSL server certificates with failures.
Type: SvnTrustCertificateFailures
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False