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

Status of "property co-existence problems."?

From: Jens Seidel <jensseidel_at_users.sourceforge.net>
Date: 2006-03-23 10:42:35 CET

Hi,

I noticed that setting properties is not commutable.

$ svn proplist --verbose tools8.xpm
$ svn propset svn:mime-type image/x-xpm tools8.xpm
property 'svn:mime-type' set on 'tools8.xpm'
$ svn propset svn:eol-style native tools8.xpm
svn: File 'tools8.xpm' has binary mime type property
$ svn propdel svn:mime-type tools8.xpm
property 'svn:mime-type' deleted from 'tools8.xpm'.

$ svn propset svn:eol-style native tools8.xpm
property 'svn:eol-style' set on 'tools8.xpm'
$ svn propset svn:mime-type image/x-xpm tools8.xpm
property 'svn:mime-type' set on 'tools8.xpm'
$ svn proplist --verbose tools8.xpm
Properties on 'tools8.xpm':
  svn:mime-type : image/x-xpm
  svn:eol-style : native

I googled for it and found http://svn.haxx.se/dev/archive-2004-10/1409.shtml
from Ben Collins-Sussman with subject "property co-existence problems." which
covers this. Also http://svn.haxx.se/users/archive-2003-10/0636.shtml.

Now I see in the FAQ that "image/x-xpixmap" is considered to be text file
but image/x-xpm isn't :-) (KDE considers image/x-xpm to be a proper mime type.)

I would like to know more about this. Maybe it's a good idea to fill a bug
so that it's possible to follow the discussion?

When will this nasty behaviour be fixed?

PS: I vote for evaluating svn:eol-style even if svn:mime-type is set.

Please CC: me.

Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 23 10:46:08 2006

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.