Re: xml file handling

2014-02-28 Thread Manfred Lotz
On Fri, 28 Feb 2014 10:51:08 +0100 Branko Čibej wrote: > On 28.02.2014 08:04, Manfred Lotz wrote: > > Hi there, > > I have a strange phenomena. > > > > In ~/.subversion/config I have > > > > [miscellany] > > enable-auto-props = yes > >

Re: xml file handling

2014-02-28 Thread Manfred Lotz
On Fri, 28 Feb 2014 10:06:25 + Philip Martin wrote: > Manfred Lotz writes: > > > In ~/.subversion/config I have > > > > [miscellany] > > enable-auto-props = yes > > > > [auto-props] > > *.xml = svn:eol-style=native; svn:keywords=Author Da

Re: Repository based config

2014-02-28 Thread Manfred Lotz
On Thu, 27 Feb 2014 17:12:22 +0100 Johan Corveleyn wrote: > On Thu, Feb 27, 2014 at 4:22 PM, Manfred Lotz > wrote: > > On Thu, 27 Feb 2014 12:34:12 +0100 > > Johan Corveleyn wrote: > > > >> On Thu, Feb 27, 2014 at 6:31 AM, Manfred Lotz > >> wrote: &g

xml file handling

2014-02-27 Thread Manfred Lotz
Hi there, I have a strange phenomena. In ~/.subversion/config I have [miscellany] enable-auto-props = yes [auto-props] *.xml = svn:eol-style=native; svn:keywords=Author Date Id Revision Fedora 20, subversion 1.8.5-2 svn add my.xml svn: E29: Can't set 'svn:eol-style': file '/data/mysvn/t

Re: Repository based config

2014-02-27 Thread Manfred Lotz
On Thu, 27 Feb 2014 12:34:12 +0100 Johan Corveleyn wrote: > On Thu, Feb 27, 2014 at 6:31 AM, Manfred Lotz > wrote: > > Hi there, > > Assuming I need this for a certain repository: > > > > [miscellany] > > enable-auto-props = yes > > > > [auto-pro

Repository based config

2014-02-26 Thread Manfred Lotz
Hi there, Assuming I need this for a certain repository: [miscellany] enable-auto-props = yes [auto-props] *.c = svn:eol-style=native; svn:keywords=Author Date Id Revision Is it possible to enable this locally for the repository. This would have the advantage that new project people checking ou