On 06.10.2013 10:33, Helge Rossvoll wrote:
>
> When downloading files from the SVN bash (.sh) files are always a
> little bit bigger than the original committed file.
>
> This seem to only be relevant to bash scripts as far as I can see
> until now. Ziped files are not affected it seems.
>
>  
>
> Using notepad++ in windows to compare the files, notepad++ informs
> that the files are a match. Though doing a MD5sum shows different MD5
> hash.
>
> Afraid that it might give effects on finished applications built from
> the SVN repo, as well as maybe corruption in files.
>
>  
>
> Anyone with any idead?
>

You probably have an autoprops setting that sets the svn:eol-style
property to "native" on .sh files, creating them with Unix end-of-line
markers and retrieving them on Windows, where the end-of-line sequence
is two bytes, not one.

-- Brane

-- 
Branko Čibej | Director of Subversion
WANdisco // Non-Stop Data
e. br...@wandisco.com

Reply via email to