Re: svnserve: DIGEST-MD5 common mech free

2013-05-04 Thread raichea

On 29/04/2013 23:08, Daniel Shahaf wrote:
>
> Instead of hoping, just uncomment it and set it to "false".
>
Tried that... no change, unfortunately. Thanks for the thought, though.

Steve.



Re: svn client does not convert line endings for some java files

2013-05-04 Thread Nico Kadel-Garcia
On Fri, May 3, 2013 at 9:57 AM, Marek Slama  wrote:
> So it seems I will have to set eol-style explicitly on all my text files. I
> will have to investigate how to set eol-style
> for newly added file for different clients my teammates use on Win. On Linux
> I can set it in config file using auto-props.
>
> Thanks for info
>
> Marek

Or learn to select, and use, a coding standard for  EOL and get what
you'd normally expect when you bop your code back and forth between
environments.. I personally recognize the UNIX EOL style, since for C
and various scripting languages it is better supported

Avoiding svn:eol is particularly critical when the working copy is
shared between operating systems, such as a Samba share with C or Java
source code in it that is also accessible via NFS to Linux users..