Checkout

Function:

This tool checks out SVN repository items. It can be configured to use the standard Subclipse Checkout from SVN wizard or simply check out selected entries as Eclipse projects.

Note: Mass processing is supported.

Attributes:

Attribute Type Description
Use Wizard Boolean Specifies whether the standard Subclipse Checkout from SVN wizard should be used for the checkout operation.

If set to false, selected resources will be checked out with the mode Check out into the workspace as projects. By default, the projects are created at the default workspace location. This can be changed by setting the Custom Target Location parameter.

The default value is true.

Parameter Name I/O Type Description
Location [M] I String / Mass Processing Full path to the SVN repository entry.
Custom Target Location [O] I String Only visible if the attribute Use Wizard is set to false.

This enables you to specify a custom file system location for projects of checked-out resources to be created. If the parameter is not specified or has an empty value at run time, the tool creates the projects at the default location, which is the active workspace path.

Custom Project Name [O] I String Only visible if the attribute Use Wizard is set to false.

Sets a custom name for the project to be created. If the parameter is not specified or has an empty value at run time, the project will be created with the same name as the selected entity.

Attempting to use this parameter with a multi-selection will cause an error message as it is not possible to create multiple projects with the same name.

Resource Depth [O] I String Only visible if the attribute Use Wizard is set to false.

Scope of the SVN checkout action. Valid values are:

5
Infinite (all files and folders are check out recursively).
4
Immediate (direct files and empty folders are check out).
3
Files (only files are check out).
2
Empty (the selected resource is check out without content).