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

Re: " Inconsistent line-endings"

From: Ben Reser <ben_at_reser.org>
Date: 2004-03-20 06:17:51 CET

On Sat, Mar 20, 2004 at 05:33:03AM +0100, Folker Schamel wrote:
> Hello!
>
> > svn commit -m "sometext"
> Sending file1
> Sending file2
> Sending file3
> <snip>
> Sending fileN
> Transmitting file data ................svn: Commit failed (details follow):
> svn: Inconsistent line-endings in source stream
> >
>
> It would be helpful to know WHICH file has this
> inconsistent line endings.

In the process of looking for this I went looking for the error text.

I couldn't find it. So I went and found it on the 1.0.x branch and then
found the code location on trunk. The error text was removed in r8908.

We were outputing this in 1.0.x:
$ svn ci -m 'test2'
Sending foo
Transmitting file data .svn: Commit failed (details follow):
svn: Inconsistent line-endings in source stream

Now we output:
$ ~/wc/svn-trunk/subversion/clients/cmdline/svn ci -m 'test2'
Sending foo
Transmitting file data .subversion/libsvn_client/commit.c:747:
(apr_err=135000)
svn: Commit failed (details follow):
subversion/libsvn_subr/subst.c:454: (apr_err=135000)

Note the complete and utter lack of details that follow.

I think the changes to subversion/libsvn_subr/time.c and
subversion/libsvn_subr/subst.c in r8908 should be reverted. Opinions?

-- 
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 Mar 20 06:18:04 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.