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

Re: Corrupt log message in repository

From: Ben Reser <ben_at_reser.org>
Date: 2004-02-28 20:08:29 CET

On Thu, Feb 26, 2004 at 05:41:57PM -0800, Garrick Olson wrote:
>
> 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$
> ...

Did you us cvs2svn to make the repo? What clients have you used to make
such commits?

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 28 20:07:43 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.