Version: 4.2.1
3.6 Managing a Checkout
Checks out a working copy from the repository at url into the
local directory at path.
Returns the revision number that was checked out.
| ||||||||||||||||||||
| → (listof integer?) | ||||||||||||||||||||
| client : client? | ||||||||||||||||||||
| paths : (listof path-string?) | ||||||||||||||||||||
| revision : _opt-revision = 'head | ||||||||||||||||||||
| recurse? : any/c = #t | ||||||||||||||||||||
| ignore-externals? : any/c = #f |
Updates the working copy paths to a different revision from
the repository.
Returns a list of new revision numbers for the paths after the update.