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?

Reply via email to