[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Corrupt log message in repository

From: Garrick Olson <Garrick.Olson_at_Aceva.com>
Date: 2004-02-27 02:41:57 CET

Has anybody else seen this sort of problem and know how it happens?

I am still trying to work with the user to figure out how he managed to
do this, but it seems like it must be a bug in Subversion (shouldn't
matter what the user does, the repository should prevent these illegal
states).

The repository is 0.37 and is running on Windows 2000 as svnserve. I
think the client is XP, but I am not positive.

$ svn log --xml -r123
<?xml version="1.0" encoding="utf-8"?>
<log>
svn: Inconsistent line-endings in source stream

$ svnadmin dump --incremental -r123 repos | cat -A
[I scrubbed the output a bit, but preserved whitespace]
...
svn:log$
V 573$
Some comment^M$
more comments ^M^M$
more comments ^M^M$
more comments^M$
^M$
more comments ^M^M$
more comments$
K 10$
...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 27 02:41:21 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.