external help file: PoshSvn.dll-Help.xml Module Name: PoshSvn online version: https://www.poshsvn.com/docs/Invoke-SvnLock schema: 2.0.0
Invoke-SvnLock
SYNOPSIS
Lock working copy paths or URLs in the repository, so that no other user can commit changes to them.
SYNTAX
Invoke-SvnLock [-Target] <SvnTarget[]> [-Message <String>] [-Force] [<CommonParameters>]
DESCRIPTION
Lock working copy paths or URLs in the repository, so that no other user can commit changes to them.
EXAMPLES
Example 1
PS C:\> {{ Add example code here }}
PS C:\> {{ Add example code here }}
{{ Add example description here }}
PARAMETERS
-Force
{{ Fill Force Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases: StealLock
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Message
{{ Fill Message Description }}
Type: String
Parameter Sets: (All)
Aliases: Comment, m
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: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
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.