Uploaded image for project: 'Subversion'
  1. Subversion
  2. SVN-4019

API request: svn_client_get_repos_info()

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.7.x
    • 1.8.0
    • libsvn_client

    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);
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            cmpilato C. Michael Pilato
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: