hello Andreas,
many thanks for the quick answer. I found this link:
https://svnbook.red-bean.com/en/1.7/svn.ref.svnadmin.c.verify.html
which states "... This basically iterates through all revisions in the
repository by internally dumping all revisions and discarding the
output—...".
which
On 2023-09-28 17:28, Felix Natter wrote:
So the question is: Does "svnadmin dump" do some consistency checks
(like svnadmin verify does)?
Probably not. Specifically it does not *test* that the dump can be
loaded. Although that would certainly be a bug. I actually do not think
that this is th
Dear subversion community,
as part of a daily backup process, I do "svnadmin dump"s, gzip them
and create several encrypted backups of the "*.dump.gz".
Now, the svn admin dump step (svnadmin dump -q ...)
worked without errors (exit code 0 and no errors on stdout/stderr),
and during the next step