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

Re: svn trunk r20179: FAIL (i686-debian-sarge1 shared gcc-3.3.5)

From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2006-06-20 12:59:11 CEST

Quoting Erik Huelsmann <ehuels@gmail.com>:

> On 6/20/06, buildbot@mobsol.be <buildbot@mobsol.be> wrote:
> > Full details are available at:
> >
>
http://www.mobsol.be/buildbot/i686-debian-sarge1%2520shared%2520gcc-3.3.5/builds/100
> >
> > Author list: lgo
> >
> > Build Slave: eh-debsarge1
> >
> >
> > Subversion Buildbot
> > http://www.mobsol.be/buildbot/
>
> Hi Lieven,
>
> It looks like we have a problem with the line-endings read into python
> on Linux: they are different from what is in your test. (Your commit
> didn't actually break anything :-)
>
> I'll help you get it right tonight.

Well, I think I know what's going on.

For this test to work (on Windows) I had to set auto-props on *.dsp files:
[auto-props]
*.dsp = svn:eol-style=CRLF

As a result, svn diff will generate the diff with CRLF endings, which is exactly
what '\n' is expanded to on Windows, but therefore it fails on Linux and Mac.

Replacing \n in the expected_output var to \r\n will probably fix the problem.

Lieven.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 20 12:59:47 2006

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.