Hello,

I recently started using Fossil. I got a Fossil server up on a Windows 8 machine and my development box is Windows 7.

Since Windows editors by default use CR/LF line endings I'd like to turn off this setting in Fossil.

The page https://www.fossil-scm.org/xfer/help/settings says this:

"crlf-glob        A comma or newline-separated list of GLOB patterns for
    (versionable)   text files in which it is ok to have CR, CR+LF or mixed
                    line endings. Set to "*" to disable CR+LF checking.
                    The crnl-glob setting is a compatibility alias.

However, when I try this nothing happens, apart from Fossil telling me that something's wrong.

C:\fos>fossil settings crlf-glob *.obj
C:\fos>
C:\fos>fossil settings crlf-glob *
Usage: fossil settings ?PROPERTY? ?VALUE? ?-global?
C:\fos>fossil settings crlf-glob * -global
Usage: fossil settings ?PROPERTY? ?VALUE? ?-global?
C:\fos>fossil settings crlf-glob "*"
Usage: fossil settings ?PROPERTY? ?VALUE? ?-global?
C:\fos>fossil settings crlf-glob "*" -global
Usage: fossil settings ?PROPERTY? ?VALUE? ?-global?

Does anyone know how to unveil the secret of getting the mentioned asterisk into the crlf-glob setting without consulting the web interface?

Any help is highly appreciated.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to