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

Re: [PATCH] Windows: Fix issue #2431 (blame ignores svn:eol-style)

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2005-11-22 22:23:09 CET

On 11/22/05, Ivan Zhakov <chemodax@gmail.com> wrote:
> On 11/22/05, Erik Huelsmann <ehuels@gmail.com> wrote:
> > I can fix the bug, or at least come a long way, but have no way to
> > test atm. Could someone with easy windows access please test this
> > patch? Thanks!
> Erik, how I can test it? Only run all regression tests or do something more?

No, running the test suite will not work: there's no test for it yet.

I'm including olly@tigris.org too (being the original reporter),
because the issue has no reproduction recipe, but I think the
following script should show the problem without a patch (and not show
it with the patch).

svnadmin create c:\temp\repos
svn co file:///c:/temp/repos c:\temp\wc
echo "line 1" > c:\temp\wc\foo
echo "line 2" >> c:\temp\wc\foo
svn add c:\temp\wc\foo
svn ps svn:eol-style native c:\temp\wc\foo
svn ci c:\temp\wc
svn blame c:\temp\wc\foo > c:\temp\wc\foo-blame
# now check foo-blame for the eols used.

bye,

Erik.
Received on Tue Nov 22 22:24:59 2005

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.