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 being some directory
On 16.02.2018 10:06, Bo Berglund wrote:
> 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 serv
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 use
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 between client operating systems.
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
> -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
> wrote:
>
> >Bo Berglund wr
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
>>> hand
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 do
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 it worked was 1.7.x) I co
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
permutations too?
Ex:
*.cpp =
10 matches
Mail list logo