How to verify a repository plus Revision file lacks trailing newlline
From: Jackie Smith Cashion <jackie_at_arxceo.com>
Date: 2005-06-17 00:25:51 CEST
I have found at least one corrupt file (an empty directory) in my SVN
As expected, the empty directory is still corrupt (inaccessible from svn)
Here's what I see when I try to access a "good" directory in my repository:
svn list http://localhost/svn/repos/trunk
Here's what I see when I try to access the corrupt directory:
svn list http://localhost/svn/repos/branches
svn: PROPFIND request failed on '/svn/repos/branches'
Next I chose the "svnadmin verify" command with the following results:
svnadmin verify C:\svn\repos
I'm sort of flailing around now, but I tried the "svnlook info" command.
svnlook info -r 171 c:\svn\repos
I looked at the file c:\svn\repos\db\revs\171. Here's the contents:
id: 1.h.r171/0
PLAIN
Now this doesn't mean much to me, but I do know that the subdirectory
I would like to repair and verify my repository before resuming check ins.
Jackie Smith Cashion
---------------------------------------------------------------------
|
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.