-
From: Daniel Shahaf [mailto:d...@daniel.shahaf.name]
Sent: Monday, 17 December, 2018 01:56
To: Nick Burkitt ; users@subversion.apache.org
Subject: Re: svnsync: E175002: REPORT request on '//!svn/rev/' failed
Nick Burkitt wrote on Fri, 14 Dec 2018 12:36 -0800:
> The operation proc
shahaf.name]
Sent: Monday, 17 December, 2018 01:56
To: Nick Burkitt ; users@subversion.apache.org
Subject: Re: svnsync: E175002: REPORT request on '//!svn/rev/' failed
Nick Burkitt wrote on Fri, 14 Dec 2018 12:36 -0800:
> The operation proceeds without problems until it gets to re
I'm trying to make a local backup of a remote Subversion repo. I've tried
this so many times that I wrote this brain-dead Windows batch file:
begin
if %1x == x goto :EOF
set BACKUP_REPO=%1
set SOURCE_REPO=
svnadmin create %BACKUP_REPO%
echo exit 0 > %BACKUP_REPO%\hooks\