[fossil-users] crnl-setting bug

2011-04-07 Thread Wilson, Ronald
crnl-globA 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

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread Konstantin Khomoutov
On Thu, 7 Apr 2011 13:37:38 + Wilson, Ronald rwils...@harris.com wrote: crnl-globA 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

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread Richard Hipp
On Thu, Apr 7, 2011 at 9:37 AM, Wilson, Ronald rwils...@harris.com wrote: crnl-globA 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

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread Bill Burdick
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.comwrote: crnl-globA comma-separated list of GLOB patterns for text files in which it

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread Richard Hipp
On Thu, Apr 7, 2011 at 10:46 AM, Bill Burdick bill.burd...@gmail.comwrote: You can use fossil ui to set it. Excellent suggestion, Bill. That is my new preferred solution. Please ignore my prior hack. Bill On Thu, Apr 7, 2011 at 9:04 AM, Richard Hipp d...@sqlite.org wrote: On Thu,

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread Konstantin Khomoutov
On Thu, 7 Apr 2011 10:04:22 -0400 Richard Hipp d...@sqlite.org wrote: On Thu, Apr 7, 2011 at 9:37 AM, Wilson, Ronald rwils...@harris.com wrote: crnl-globA comma-separated list of GLOB patterns for text files in which it is ok to have CR+NL line endings.

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread Wilson, Ronald
Of Konstantin Khomoutov Sent: Thursday, April 07, 2011 11:25 AM To: fossil-users@lists.fossil-scm.org Subject: Re: [fossil-users] crnl-setting bug On Thu, 7 Apr 2011 10:04:22 -0400 Richard Hipp d...@sqlite.org wrote: On Thu, Apr 7, 2011 at 9:37 AM, Wilson, Ronald rwils...@harris.com wrote

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread Konstantin Khomoutov
On Thu, 7 Apr 2011 15:44:12 + Wilson, Ronald rwils...@harris.com wrote: PS C:\Users\rwilso20 cmd Microsoft Windows [Version 6.0.6002] Copyright (c) 2006 Microsoft Corporation. All rights reserved. C:\Users\rwilso20cd \rev\src\fossil C:\rev\src\fossilfossil setting crnl-glob *

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread sky5walk
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:\fossilcmd Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\fossilfossil setting crnl-glob * C:\fossil -Steve On Thu,

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread Bill Burdick
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

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread sky5walk
Whoa! How do you... c:\tempdel *.* Some Dot.Net framework class is required? ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread Bill Burdick
Apparently the Vista and Windows 7 shell does the file matching and sends the matched files to the command, rather than sending *.*' to the command and having the command do the matching, somewhat like how shells work in UNIX. Bill On Thu, Apr 7, 2011 at 11:18 AM, sky5w...@gmail.com wrote:

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread Konstantin Khomoutov
On Thu, 7 Apr 2011 15:44:12 + Wilson, Ronald rwils...@harris.com wrote: PS C:\Users\rwilso20 cmd Microsoft Windows [Version 6.0.6002] Copyright (c) 2006 Microsoft Corporation. All rights reserved. C:\Users\rwilso20cd \rev\src\fossil C:\rev\src\fossilfossil setting crnl-glob *

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread Scott Robison
On Thu, Apr 7, 2011 at 1:16 PM, Scott Robison sc...@scottrobison.us wrote: I believe the glob-style wildcard pattern matching is being performed by mingw during program startup before handing control over to main (because cmd.exe does not do wildcard expansion itself in either Windows 7 or

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread Ron Wilson
On Thu, Apr 7, 2011 at 3:16 PM, Scott Robison sc...@scottrobison.us wrote: I believe the glob-style wildcard pattern matching is being performed by mingw during program startup before handing control over to main (because cmd.exe does not do wildcard expansion itself in either Windows 7 or

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread Scott Robison
On Thu, Apr 7, 2011 at 1:24 PM, Ron Wilson ronw.m...@gmail.com wrote: On Thu, Apr 7, 2011 at 3:16 PM, Scott Robison sc...@scottrobison.us wrote: I believe the glob-style wildcard pattern matching is being performed by mingw during program startup before handing control over to main (because

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread sky5walk
Confirmed. Single quotes work on Win7. On Thu, Apr 7, 2011 at 3:33 PM, Scott Robison sc...@scottrobison.us wrote: On Thu, Apr 7, 2011 at 1:24 PM, Ron Wilson ronw.m...@gmail.com wrote: On Thu, Apr 7, 2011 at 3:16 PM, Scott Robison sc...@scottrobison.us wrote: I believe the glob-style wildcard

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread Wilson, Ronald
Confirmed. Single quotes work on Win7. Actually, single quotes don't work either because the single quotes get preserved in fossil: PS C:\rev\src\fossil cmd Microsoft Windows [Version 6.0.6002] Copyright (c) 2006 Microsoft Corporation. All rights reserved. C:\rev\src\fossilfossil setting

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread Scott Robison
On Thu, Apr 7, 2011 at 2:44 PM, Wilson, Ronald rwils...@harris.com wrote: Confirmed. Single quotes work on Win7. Actually, single quotes don't work either because the single quotes get preserved in fossil: According to http://gnuwin32.sourceforge.net/compile.html: Filename globbing

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread Bill Burdick
I wonder if this would affect commands like fossil add *.txt Bill On Thu, Apr 7, 2011 at 3:50 PM, Scott Robison sc...@scottrobison.us wrote: On Thu, Apr 7, 2011 at 2:44 PM, Wilson, Ronald rwils...@harris.com wrote: Confirmed. Single quotes work on Win7. Actually, single quotes

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread sky5walk
LOL...I didn't check the resultant settings. Bummer, so we gotta use the ui for windows 7 and beyond? On Thu, Apr 7, 2011 at 4:44 PM, Wilson, Ronald rwils...@harris.com wrote: Confirmed. Single quotes work on Win7. Actually, single quotes don't work either because the single quotes get

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread Konstantin Khomoutov
On Thu, Apr 07, 2011 at 05:15:12PM -0400, sky5w...@gmail.com wrote: Confirmed. Single quotes work on Win7. Actually, single quotes don't work either because the single quotes get preserved in fossil: PS C:\rev\src\fossil cmd Microsoft Windows [Version 6.0.6002] Copyright (c) 2006

Re: [fossil-users] crnl-setting bug

2011-04-07 Thread Wilson, Ronald
you at correct. we need file expansion on globs, just not in this case. I'll be content to use the ui for this one. rw from my mobile 434.851.1612 On Apr 7, 2011, at 4:59 PM, Bill Burdick bill.burd...@gmail.commailto:bill.burd...@gmail.com wrote: I wonder if this would affect commands like