Gets the children of a SVN repository entry (next level).
| Parameter # | I/O | Type | Description | 
|---|---|---|---|
| 1 [M] | I | String | Path to the SVN item including the SVN repository location. | 
| 2 [M] | I | String | Relative path to the SVN entry within the repository. | 
| 3 [M] | O | File | A file descriptor pointing to the result file containing the returned children of the given SVN entry. | 
The output file descriptor has the following structure:
| No | Target | 
|---|---|
| 1 [M] | Path to the child entry inclusively the SVN repository location. | 
| 2 [M] | Relative path to the SVN child entry within the SVN repository. | 
| 3 [M] | Name of the SVN child entry. | 
| 4 [M] | Author of the SVN child entry. | 
| 5 [M] | Last changed date of the SVN child entry. | 
| 6 [M] | SVN revision of the child entry. | 
| 7[M] | AWM match name to identify the type of the SVN child entry. | 
| 8 [M] | Whether the SVN child entry is locked. |