Re: svn: E125012: Invalid character in hex checksum [SOLVED]
From: Matthew Jurgens <bulk_at_edcint.co.nz>
Date: Wed, 27 Jan 2016 11:39:08 +1100
This is how I fixed it -
*
Install a virtual machine running Fedora 22 and subversion 1.8
*
Copy the /var/svn repository directory to the new machine
*
Verified that the repository worked
o
svn checkout svn://localhost/<project name>
*
Dump the working repository:
o
svnadmin dump /var/svn > FILENAME
*
On the original host, remove the repository, create an empty one,
o
rm -rf /var/svn
o
mkdir /var/svn
o
svnadmin create /var/svn
o
cat FILENAME | svnadmin load /var/svn
*
Set up the repository authorisation how you like it
*
Now check basic repository functionality
o
svn checkout svn://localhost/<project name>
On 22/01/2016 10:09 AM, Matthew Jurgens wrote:
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.