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

svnadmin freeze multiple repositories

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • ---
    • 1.8.0
    • libsvn_client
    • None

    Description

      The freeze command line is:
      
      svnadmin freeze repo command arg1 arg2 ...
      
      To freeze multiple repositories an admin must chain these:
      
      svnadmin freeze repo1 svnadmin freeze repo2 command arg1 arg2 ...
      
      An easier to use interface would support both:
      
      svnadmin freeze repo command arg1 arg2 ...  # one repository
      svnadmin freeze -F file command arg1 arg2 ... # one or more repositories
      
      where file contains a list of repositories.
      
      I suppose the iteration could happen in svnadmin or in svn_repos_freeze.  Since
      the API is new we should decide whether we want to change it before the 1.8 release.
      

      Attachments

        Activity

          People

            philipm Philip Martin
            philipm Philip Martin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: