[
https://issues.apache.org/jira/browse/SVN-4019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Zhakov updated SVN-4019:
-----------------------------
Fix Version/s: (was: 1.8.x)
1.8.0
> API request: svn_client_get_repos_info()
> ----------------------------------------
>
> Key: SVN-4019
> URL: https://issues.apache.org/jira/browse/SVN-4019
> Project: Subversion
> Issue Type: Improvement
> Components: libsvn_client
> Affects Versions: 1.7.x
> Reporter: C. Michael Pilato
> Labels: api, tortoisesvn
> Fix For: 1.8.0
>
>
> {noformat:nopanel=true}
> 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);
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)