This tool returns all children of a SVN working copy entry.
Parameter # | I/O | Type | Description |
---|---|---|---|
1 [M] | I | String | Eclipse path to the working copy entry for which the children should be retrieved. |
2 [M] | O | File | A file descriptor pointing to the result file containing the returned children of a SVN working copy entry. |
The output file descriptor should be of type InputStream and have the following structure:
No | Target |
---|---|
1 [M] | Eclipse resource ID of the child. |
2 [M] | Match name identifying the Eclipse resource type. |