Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.x
Description
Stefan Küng reports that TortoiseSVN could benefit from a public API which can quickly return basic information about the repository associated with a working copy path or URL. Maybe something like this? svn_error_t * svn_client_get_repos_info(const char **repos_root_url, const char **repos_uuid, svn_revnum_t *youngest_rev, const char *path_or_url, const svn_opt_revision_t *peg_revision, svn_client_ctx_t *ctx, apr_pool_t *pool);