external help file: PoshSvn.dll-Help.xml Module Name: PoshSvn online version: https://www.poshsvn.com/docs/Invoke-SvnUpdate/ schema: 2.0.0

Invoke-SvnUpdate

SYNOPSIS

Update your working copy.

SYNTAX

Invoke-SvnUpdate [[-Path] <String[]>] [-Revision <SvnRevision>] [<CommonParameters>]

DESCRIPTION

Bring changes from the repository into the working copy. If no revision is given, bring working copy up-to-date with HEAD rev. Else synchronize working copy to revision given by -Revision.

EXAMPLES

Example 1

{{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-Path

Specifies a Path of the item to update. By default is . (current directory).

Type: String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Revision

Specifies the revision to update to.

Type: SvnRevision
Parameter Sets: (All)
Aliases: rev

Required: False
Position: Named
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.

INPUTS

System.String[]

OUTPUTS

PoshSvn.CmdLets.SvnUpdateOutput

NOTES