Re: Corrupt node-revision, Malformed text representation

2010-10-28 Thread Daniel Shahaf
lcwakeman wrote on Thu, Oct 28, 2010 at 08:07:12 -0700: > > Actually, the hex editor that I finally found that could read the file before > exhausting memory wouldn't allow me to copy the hex code. The periods in > the example are null bytes (00). The rest are 7 bit ascii characters, space > is

Re: Corrupt node-revision, Malformed text representation

2010-10-28 Thread lcwakeman
Actually, the hex editor that I finally found that could read the file before exhausting memory wouldn't allow me to copy the hex code. The periods in the example are null bytes (00). The rest are 7 bit ascii characters, space is 20... Daniel Shahaf-2 wrote: > > Can you provide a hex dump of

Re: Corrupt node-revision, Malformed text representation

2010-10-28 Thread Daniel Shahaf
lcwakeman wrote on Wed, Oct 27, 2010 at 13:59:28 -0700: > The repsitory is a file system repository on a SAN disk. I am using TSVN to > keep projects syncronised on my two machines. @lcwakeman: Are you using file:/// URLs? If not, what is the version of the server software? What is the version

Re: Corrupt node-revision, Malformed text representation

2010-10-28 Thread Daniel Shahaf
Can you provide a hex dump of what you just pasted? At the level the bug is occurring in, it's important for us to have the actual bytes. 000: 4865 7265 2773 2061 6e20 6578 616d 706c Here's an exampl 010: 6520 6f66 2074 6865 2066 6f72 6d61 7420 e of the format 020: 7765 206e 6565 6

Re: Corrupt node-revision, Malformed text representation

2010-10-27 Thread lcwakeman
Using a hex editor, i found the bad node: id: hkh-3.0.r3/1147375416.type: file.count: 0.text: 2 18255002 89 76 a62e181985b9f0188358520286e7f3cf de9e9fa50eb1d5cbaae57a82ddfc20e398a8ed9b 2-2/_ki0.props: 3 1147375350 53 0 113136892f2137aa0116093ignedDo

Re: Corrupt node-revision, Malformed text representation

2010-10-27 Thread lcwakeman
Couldn't get past the following error: NodeRev Id: hkh-3.0.r3/1147375416 type: file text: UNKNOWN 2 18255002 89 76 a62e181985b9f0188358520286e7f3cf prop: PLAIN 3 1147375350 53 0 113136892f2137aa0116093 ignedDocument.gif copyroot: 0 / Skipping te

Re: Corrupt node-revision, Malformed text representation

2010-10-27 Thread lcwakeman
I will give it a try and let you know. TortoiseSVN Version info: TortoiseSVN 1.6.11, Build 20210 - 32 Bit , 2010/09/30 20:36:44 Subversion 1.6.13, apr 1.3.8 apr-utils 1.3.9 neon 0.29.4 OpenSSL 0.9.8o 01 Jun 2010 zlib 1.2.3 The repsitory is a file system repository on a SAN disk. I am using T

Re: Corrupt node-revision, Malformed text representation

2010-10-27 Thread Stefan Sperling
On Wed, Oct 27, 2010 at 11:44:06AM -0700, lcwakeman wrote: > > I am getting the following error message when doing a verify using svnadmin. > I get the same errors doing a SVN Update with TortoiseSVN. > > svnadmin: Corrupt node-revision 'c74-3.0.r3/1150218126' > svnadmin: Malformed text represe

Corrupt node-revision, Malformed text representation

2010-10-27 Thread lcwakeman
I am getting the following error message when doing a verify using svnadmin. I get the same errors doing a SVN Update with TortoiseSVN. svnadmin: Corrupt node-revision 'c74-3.0.r3/1150218126' svnadmin: Malformed text representation offset line in node-rev How do I fix this? -- View this messa