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

svn diff and binary files

From: Daniel Noll <daniel_at_nuix.com>
Date: 2007-06-28 04:36:56 CEST

Hi all.

I'm experiencing some strange behaviour. After converting our CVS repository
over to Subversion, some of the files which were marked as binary on one side
did not end up being marked as binary on the other. But even after setting
the MIME type explicitly, I'm not getting the behaviour I would expect.

> svn propget svn:mime-type imagetest1.PNG
  application/octet-stream
> diff imagetest1.PNG .svn/text-base/imagetest1.PNG.svn-base
  Files imagetest1.PNG and .svn/text-base/imagetest1.PNG.svn-base differ
> svn diff imagetest1.PNG
  (no output)

The worst thing is if I make a change to any property on imagetest1.PNG and do
a svn commit, it then reverts to the old and broken version of the file.

Version on the client is 1.4.3 (latest available in Cygwin), version on the
server is 1.3.1 (latest available in Ubuntu, surprisingly.)

Daniel

-- 
Daniel Noll
Nuix Pty Ltd
Suite 79, 89 Jones St, Ultimo NSW 2007, Australia    Ph: +61 2 9280 0699
Web: http://nuix.com/                               Fax: +61 2 9212 6902
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 28 04:41:37 2007

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.