Hi

Henry is spot on! Your problem is that you haven't told SVN what line
ending style it should use. Once set SVN will translate them on the
fly depending which platform is used to get the files.

'svn pl *' will list the properties set on the files. If you see
nothing, it mean nothing has been set.
'svn help ps' will give you help on how to set properties. I have
setup SVN to auto set properties on new files. I autoset  the
eol-style and mime-type.

Example:
  svn ps svn:eol-style native filename.pas

should set the EOL style for the filename 'filename.pas'.  So now if
you checkout that file undel Linux it will have LF line endings. If
checked out under Windows it will have CRLF.

Regards,
  - Graeme -


PS:
  You can also read the SVN Book for more help and examples.



On 23/08/07, DarekM <[EMAIL PROTECTED]> wrote:
> Hi
>
>  How to disable changing EndOfLine mark by Lazarus.
>  I have source written under Delphi with CRLF on each line. I try to
> edit this file
>  under Lazarus in Linux. But unfortunately he change all lines to LF.
>  But when I try to sent this come back by SVN whole file is inside DIFF
> (all lines have changed EOL).
>
> Can I disable this behavior's of Lazarus.
>
> Darek
>
> _________________________________________________________________
>      To unsubscribe: mail [EMAIL PROTECTED] with
>                 "unsubscribe" as the Subject
>    archives at http://www.lazarus.freepascal.org/mailarchives
>

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to