On this page:
client-path->url
client-path->root-url
client-url-uuid
Version: 4.2.1

3.4 Location and Identification

(client-path->url path)  string?
  path : path-string?
Converts a file system path inside a working copy into a Subversion URL inside the associated repository.

(client-path->root-url client path)  string?
  client : client?
  path : path-string?
Maps a file system path inside a working copy or a path inside a repository to the root URL of the repository.

(client-url-uuid client url)  bytes?
  client : client?
  url : string?
Retrieves the unique identifier of a repository given its URL.