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

Re: svnlook cat seems to swallow byte order marks

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 22 May 2013 00:07:28 +0300

C. Michael Pilato wrote on Tue, May 21, 2013 at 11:07:00 -0400:
> On 05/21/2013 10:53 AM, Alexander Veit wrote:
> > Hi,
> >
> > it seems that
> >
> > svnlook cat
> >
> > swallows byte order marks (e.g. \xEF\xBB\xBF) from committed files. Therefore it is difficult to check for the presence or absence of BOMs in commit hooks.
> >
> > Can anyone confirm that this is a bug in Subversion (at least in version: 1.7.7)?

svn info ^/foo | grep Checksum:

and

svnlook cat . foo | openssl md5

should produce the same output. Do they for you, Alexander?
Received on 2013-05-21 23:08:05 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.