Re: Bug report: The auto-props setting of svn:mime-type is impossible to avoid.

2015-10-04 Thread Stefan Sperling
On Sat, Oct 03, 2015 at 11:13:08AM +0200, Edward d'Auvergne wrote: > is it really not a bug when: > > enable-auto-props = yes > > and: > > enable-auto-props = no > > both enable auto-props? > > Cheers, > > Edward I think your best way forward is what Ryan suggested: Ensure svn:mime-t

Re: Bug report: The auto-props setting of svn:mime-type is impossible to avoid.

2015-10-04 Thread Ryan Schmidt
On Oct 4, 2015, at 5:52 AM, Edward d'Auvergne wrote: > So the following setting disables [auto-props]: > >enable-auto-props = no > > If a svn:mime-type was defined in the config file, this is now > disabled. However in this case, [magic-auto-props] then decides to > tag everything with svn

RE: Bug report: The auto-props setting of svn:mime-type is impossible to avoid.

2015-10-04 Thread Bert Huijben
> -Original Message- > From: Stefan Sperling [mailto:s...@elego.de] > Sent: zondag 4 oktober 2015 22:01 > To: Branko Čibej > Cc: users@subversion.apache.org > Subject: Re: Bug report: The auto-props setting of svn:mime-type is > impossible to avoid. > > On Sun, Oct 04, 2015 at 09:16:04PM

Re: Bug report: The auto-props setting of svn:mime-type is impossible to avoid.

2015-10-04 Thread Stefan Sperling
On Sun, Oct 04, 2015 at 09:16:04PM +0200, Branko Čibej wrote: > On the other hand, I am surprised that the logic that uses libmagic > isn't turned off with 'enable-auto-props=no'. After all, using libmagic > is just a convenient extension to the definitions in the [auto-props] > section. Recall th

Re: Bug report: The auto-props setting of svn:mime-type is impossible to avoid.

2015-10-04 Thread Branko Čibej
On 04.10.2015 11:35, Ivan Zhakov wrote: > On 2 October 2015 at 11:06, Edward d'Auvergne wrote: >> Hi all, >> >> I was wondering if this should be considered a bug. At the FlightGear >> project we have a 6 GB data svn repository for aircraft ( >> https://sourceforge.net/projects/flightgear/ , >> h

RE: Bug report: The auto-props setting of svn:mime-type is impossible to avoid.

2015-10-04 Thread Bert Huijben
> -Original Message- > From: Stefan Sperling [mailto:s...@elego.de] > Sent: zondag 4 oktober 2015 13:32 > To: Edward d'Auvergne > Cc: Greg Stein ; users@subversion.apache.org > Subject: Re: Bug report: The auto-props setting of svn:mime-type is > impossible to avoid. > > On Sun, Oct 04,

Re: Bug report: The auto-props setting of svn:mime-type is impossible to avoid.

2015-10-04 Thread Stefan Sperling
On Sun, Oct 04, 2015 at 12:52:33PM +0200, Edward d'Auvergne wrote: > I would maybe suggest introducing an option for disabling the entire > automatic property subsystem, i.e. it combines both of these, and > overrides them. This is an interesting thought experiment - devise > any name for such a t

Re: Bug report: The auto-props setting of svn:mime-type is impossible to avoid.

2015-10-04 Thread Edward d'Auvergne
]On 3 October 2015 at 13:19, Stefan Sperling wrote: > On Sat, Oct 03, 2015 at 11:13:08AM +0200, Edward d'Auvergne wrote: >> is it really not a bug when: >> >> enable-auto-props = yes >> >> and: >> >> enable-auto-props = no >> >> both enable auto-props? >> >> Cheers, >> >> Edward > > I thin

RE: Bug report: The auto-props setting of svn:mime-type is impossibleto avoid.

2015-10-04 Thread bert
The problem with xml in general is that is used in many scenarios. In some usages it can be handled as text, while in other usages it is really binary data where every whitespace change could be a breaking change. Xml is just a container format that makes many usages possible. We can't make tha

Re: Bug report: The auto-props setting of svn:mime-type is impossible to avoid.

2015-10-04 Thread Ivan Zhakov
On 2 October 2015 at 11:06, Edward d'Auvergne wrote: > Hi all, > > I was wondering if this should be considered a bug. At the FlightGear > project we have a 6 GB data svn repository for aircraft ( > https://sourceforge.net/projects/flightgear/ , > https://sourceforge.net/p/flightgear/fgaddon/HEAD