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

2018-02-16 Thread Bo Berglund
On Fri, 16 Feb 2018 10:20:05 +0100, Branko ?ibej 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

Re: Sparse Checkout not working correctly?

2018-02-16 Thread Jessica Ryan
Slaps forehead. False alarm. I’m sorry. It turns out the parent directory of ‘code’ was somehow locally under version control (had a .svn dir). Nevermind, Jess > On Feb 16, 2018, at 12:50 PM, Jessica Ryan wrote: > > In prior versions of SVN (last I checked that

Sparse Checkout not working correctly?

2018-02-16 Thread Jessica Ryan
In prior versions of SVN (last I checked that it worked was 1.7.x) I could do a sparse checkout and things worked as expected.. for example: Say I’m in a directory called code and do: > svn co http://blabla/svn trunk --depth=empty I then see code/trunk and if, while still in the code dir, I

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

2018-02-16 Thread Ryan Schmidt
On Feb 16, 2018, at 09:20, Branko Čibej wrote: > On 16.02.2018 12:41, Ryan Schmidt wrote: >> On Feb 15, 2018, at 14:18, Bo Berglund wrote: >> >>> I would like to set our SVN server to enforce some file properties for >>> commonly used files such as images and binary files as well as eol >>>

RE: File not accepted as valid addition to svn

2018-02-16 Thread Bert Huijben
> -Original Message- > From: Bo Berglund [mailto:bo.bergl...@gmail.com] > Sent: maandag 12 februari 2018 18:42 > To: users@subversion.apache.org > Subject: Re: File not accepted as valid addition to svn > > On Mon, 12 Feb 2018 15:54:00 +, Philip Martin >

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

2018-02-16 Thread Branko Čibej
On 16.02.2018 12:41, Ryan Schmidt wrote: > On Feb 15, 2018, at 14:18, Bo Berglund wrote: > >> I would like to set our SVN server to enforce some file properties for >> commonly used files such as images and binary files as well as eol >> handling between client operating systems. > The server-side

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

2018-02-16 Thread Bo Berglund
On Fri, 16 Feb 2018 05:41:48 -0600, Ryan Schmidt wrote: > >On Feb 15, 2018, at 14:18, Bo Berglund wrote: > >> I would like to set our SVN server to enforce some file properties for >> commonly used files such as images and binary files as well as eol >> handling

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

2018-02-16 Thread Ryan Schmidt
On Feb 15, 2018, at 14:18, Bo Berglund wrote: > I would like to set our SVN server to enforce some file properties for > commonly used files such as images and binary files as well as eol > handling between client operating systems. The server-side auto-props feature can *suggest* properties

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

2018-02-16 Thread Bo Berglund
On Fri, 16 Feb 2018 03:05:07 +0100, Branko ?ibej wrote: >> How can I set the auto-props on the server itself > >Not on the server, on the root of the repository, which is a directory. Thanks, I thought that the server root was controlled by a server conf file rather than it