[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] svnadmin copy command. was: [Attempt at a hot backup integration [patch]](Scanned for viruses: Notes Admin)

From: <vberezniker_at_siuh.edu>
Date: 2003-07-31 02:59:55 CEST

The purpose of this command is to integrate hot-backup.py steps 2 through
7 to allow anyone to create their own backup solutions with only stock
svnadmin executable.

Copy command makes a hot copy of a repository to a new path, meaning that
you can use it to make a copy of an active repository. If --archive-logs
option is specified unused logs in REPOS that were copied to NEW_REPOS
will be deleted.

Here is the output of "svnadmin help copy":

copy: usage: svnadmin backup REPOS_PATH NEW_REPOS_PATH
Makes a copy of a repository.

Valid options:
  --archive-logs : request that any copied unused log files be
deleted from the source repository.

Sincerely,
Vladimir Berezniker

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Fri Aug 22 09:42:12 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.