It seems that Vista and Windows 7 don't support sending "*" as an argument.
 For XP, apparently it works.


Bill


On Thu, Apr 7, 2011 at 10:58 AM, <sky5w...@gmail.com> wrote:

> I prefer an automated approach.  (assuming the batch file is simpler
> than sending data to the ui)
> The fossil settings work for me on XPsp3.
>
> C:\fossil>cmd
> Microsoft Windows XP [Version 5.1.2600]
> (C) Copyright 1985-2001 Microsoft Corp.
>
> C:\fossil>fossil setting crnl-glob "*"
>
> C:\fossil>
>
> -Steve
>
> On Thu, Apr 7, 2011 at 10:46 AM, Bill Burdick <bill.burd...@gmail.com>
> wrote:
> > You can use fossil ui to set it.
> > Bill
> >
> > On Thu, Apr 7, 2011 at 9:04 AM, Richard Hipp <d...@sqlite.org> wrote:
> >>
> >>
> >> On Thu, Apr 7, 2011 at 9:37 AM, Wilson, Ronald <rwils...@harris.com>
> >> wrote:
> >>>
> >>>    crnl-glob        A comma-separated list of GLOB patterns for text
> >>> files
> >>>
> >>>                     in which it is ok to have CR+NL line endings.
> >>>
> >>>                     Set to "*" to disable CR+NL checking.
> >>>
> >>>
> >>>
> >>> I’m unable to set crnl-glob to * in windows, per the documentation.
> I’m
> >>> using powershell in windows 7 and I’ve also tried the regular windows
> >>> command shell.  I even tried *.* just for grins.
> >>
> >> Apparently, there is no way in the DOS shell to pass * in as a parameter
> >> to a program.
> >>
> >> <aside> For someone accustomed to working in a luxurious unix
> environment,
> >> trying to get around with a windows shell is a bit like trading in a new
> BMW
> >> or Lexus for a 15-year-old Yugo or Lada.  It is a profoundly frustrating
> >> experience that tempts one into throwing heavy objects at the screen.
> No
> >> wonder that people "raised" on windows tend to take a dim view of
> >> command-line interfaces. </aside>
> >>
> >> Since the crnl-glob setting will accept a comma-separated list of glob
> >> patterns, perhaps you can work around this problem (read: windows bug)
> as
> >> follows:
> >>
> >>     fossil setting crnl-glob *,x
> >>
> >>
> >>>
> >>>
> >>>
> >>> PS C:\rev\src\trader\src> fossil settings
> >>>
> >>> access-log
> >>>
> >>> auto-captcha
> >>>
> >>> auto-shun
> >>>
> >>> autosync             (local)  1
> >>>
> >>> binary-glob
> >>>
> >>> clearsign
> >>>
> >>> crnl-glob
> >>>
> >>> default-perms
> >>>
> >>> diff-command
> >>>
> >>> dont-push
> >>>
> >>> editor
> >>>
> >>> gdiff-command
> >>>
> >>> gmerge-command
> >>>
> >>> https-login
> >>>
> >>> ignore-glob          (local)  *.suo,*.ncb,*/eur_usd*.*
> >>>
> >>> http-port
> >>>
> >>> localauth            (local)  0
> >>>
> >>> main-branch
> >>>
> >>> manifest             (local)  on
> >>>
> >>> max-upload
> >>>
> >>> mtime-changes
> >>>
> >>> pgp-command
> >>>
> >>> proxy
> >>>
> >>> repo-cksum
> >>>
> >>> self-register
> >>>
> >>> ssh-command
> >>>
> >>> web-browser
> >>>
> >>> PS C:\rev\src\trader\src> fossil setting crnl-glob *
> >>>
> >>> Usage: c:\rev\bin\fossil.exe setting ?PROPERTY? ?VALUE?
> >>>
> >>> PS C:\rev\src\trader\src> fossil setting crnl-glob "*"
> >>>
> >>> Usage: c:\rev\bin\fossil.exe setting ?PROPERTY? ?VALUE?
> >>>
> >>> PS C:\rev\src\trader\src> fossil setting crnl-glob *
> >>>
> >>> Usage: c:\rev\bin\fossil.exe setting ?PROPERTY? ?VALUE?
> >>>
> >>> PS C:\rev\src\trader\src> fossil setting crnl-glob '*'
> >>>
> >>> Usage: c:\rev\bin\fossil.exe setting ?PROPERTY? ?VALUE?
> >>>
> >>> PS C:\rev\src\fossil> fossil setting crnl-glob *.*
> >>>
> >>> Usage: c:\rev\bin\fossil.exe setting ?PROPERTY? ?VALUE?
> >>>
> >>> PS C:\rev\src\trader\src> fossil ver
> >>>
> >>> This is fossil version [bc427ad727] 2011-04-06 14:31:00 UTC
> >>>
> >>>
> >>>
> >>> Ron Wilson, Engineering Project Lead
> >>>
> >>> (o) 434.455.6453, (m) 434.851.1612, www.harris.com
> >>>
> >>>
> >>>
> >>> _______________________________________________
> >>> fossil-users mailing list
> >>> fossil-users@lists.fossil-scm.org
> >>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
> >>>
> >>
> >>
> >>
> >> --
> >> D. Richard Hipp
> >> d...@sqlite.org
> >>
> >> _______________________________________________
> >> fossil-users mailing list
> >> fossil-users@lists.fossil-scm.org
> >> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
> >>
> >
> >
> > _______________________________________________
> > fossil-users mailing list
> > fossil-users@lists.fossil-scm.org
> > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
> >
> >
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
_______________________________________________
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