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

Invoke-SvnImport

SYNOPSIS

Imports an unversioned file or tree into the repository.

SYNTAX

Invoke-SvnImport [[-Source] <String>] [-Destination] <Uri> -Message <String> [-Depth <SvnDepth>]
 [<CommonParameters>]

DESCRIPTION

Recursively commit a copy of Path to Url. If Path is omitted '.' is assumed. Parent directories are created as necessary in the repository. If Path is a directory, the contents of the directory are added directly under Url.

EXAMPLES

Example 1

PS C:\> {{ 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

-Destination

{{ Fill Destination Description }}

Type: Uri
Parameter Sets: (All)
Aliases:

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

-Message

{{ Fill Message Description }}

Type: String
Parameter Sets: (All)
Aliases: m

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

-Source

{{ Fill Source Description }}

Type: String
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.

INPUTS

None

OUTPUTS

PoshSvn.SvnNotifyOutput

NOTES