Re: Server side svn:auto-props, how to set it correctly?

2018-02-18 Thread Nico Kadel-Garcia
On Sun, Feb 18, 2018 at 8:56 AM, Bo Berglund wrote: > editor pops up and I enter all of the lines like: > *.c = svn:eol-style=native > *.cpp = svn:eol-style=native >>> Do I also have to handle case here? >>> I.e. for each file pattern do I have to figure out all case >>> permutations t

Re: Reference to non-existent node

2018-02-18 Thread Davor Josipovic
Here you go (copy from the link): Can someone help me debug this issue? Everything works (i.e. I can commit, checkout, etc.) but this one commit always fails as described

Re: Reference to non-existent node

2018-02-18 Thread Davor Josipovic
Here you go (copy from the link): Can someone help me debug this issue? Everything works (i.e. I can commit, checkout, etc.) but this one commit always fails as described

Re: Reference to non-existent node

2018-02-18 Thread Johan Corveleyn
On Mon, Feb 12, 2018 at 8:41 AM, Davor Josipovic wrote: > It seems to me there is a bug in libapache2-mod-svn/stable,stable,now > 1.9.5-1+deb9u1 amd64 [installed]. > > I described it > here:https://superuser.com/questions/1293699/svn-error-occurred-while-committing-the-transaction > > I assume thi

RE: Server side svn:auto-props, how to set it correctly?

2018-02-18 Thread Bo Berglund
editor pops up and I enter all of the lines like: *.c = svn:eol-style=native *.cpp = svn:eol-style=native >> Do I also have to handle case here? >> I.e. for each file pattern do I have to figure out all case >> permutations too? >> Ex: >> *.cpp = svn:eol-style=native >> *.cpP = svn:e