/[Apache-SVN]
ViewVC logotype

Revision 1446504


Jump to revision: Previous Next
Author: philip
Date: Fri Feb 15 10:48:25 2013 UTC (11 years, 2 months ago)
Changed paths: 3
Log Message:
Support freezing multiple repositories in libsvn_repos and
make svnadmin support both:

  svnadmin freeze repository command arguments...
  svnadmin freeze -F file_of_repositories command arguments...

* subversion/include/svn_repos.h
  (svn_repos_freeze): Change parameter to array.

* subversion/libsvn_repos/repos.c
  (struct freeze_baton_t): New.
  (multi_freeze): New.
  (svn_repos_freeze): Change parameter to array, call multi_freeze.

* subversion/svnadmin/svnadmin.c
  (options_table): Add -F.
  (cmd_table): Add -F to freeze.
  (subcommand_freeze): Handle one repository or a file of repositories.
  (sub_main): Parse -F, don't expect explict repository with -F.


Changed paths

Path Details
Directorysubversion/trunk/subversion/include/svn_repos.h modified , text changed
Directorysubversion/trunk/subversion/libsvn_repos/repos.c modified , text changed
Directorysubversion/trunk/subversion/svnadmin/svnadmin.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26