You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Erik Huelsmann <eh...@gmail.com> on 2006/06/20 08:44:22 UTC

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

On 6/20/06, buildbot@mobsol.be <bu...@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.

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

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

Posted by Lieven Govaerts <lg...@mobsol.be>.
Quoting Erik Huelsmann <eh...@gmail.com>:

> On 6/20/06, buildbot@mobsol.be <bu...@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