Re: [fossil-users] Windows newb questions

2013-06-27 Thread Gilles
On Tue, 25 Jun 2013 14:36:52 -0700, Pete Rihaczek prihac...@gmail.com wrote: I think it serves its basic purpose of getting people up and running, but of course you'll run into more questions soon after that. It might be good for example to clarify that it's not necessary to actually close a

Re: [fossil-users] Windows newb questions

2013-06-27 Thread Gilles
On Tue, 25 Jun 2013 14:36:52 -0700, Pete Rihaczek prihac...@gmail.com wrote: Then when I did a test commit, I got the hint about how to avoid having to type --no-warnings, but I had to discover for myself that the only variant of the crnl-glob command that works on Windows requires the asterisk to

Re: [fossil-users] Windows newb questions

2013-06-27 Thread Pete Rihaczek
I can't speak to XP, but on my Win7 64-bit machine, only single quotes works. If I use double quotes, fossil comes back with a usage prompt. On Thu, Jun 27, 2013 at 5:30 AM, Gilles gilles.gana...@free.fr wrote: On Tue, 25 Jun 2013 14:36:52 -0700, Pete Rihaczek prihac...@gmail.com wrote: Then

Re: [fossil-users] Windows newb questions

2013-06-27 Thread sky5walk
c:\myrepo\fossil settings crnl-glob '*' -- OK on Windows 7 c:\myrepo\fossil settings crnl-glob * -- FAIL on Windows 7 c:\myrepo\fossil settings crnl-glob * -- FAIL on Windows 7 But in my case, the report is: crnl-glob(local) '*'-- Why local instead of global? And

Re: [fossil-users] Windows newb questions

2013-06-27 Thread Stephan Beal
On Thu, Jun 27, 2013 at 6:45 PM, sky5w...@gmail.com wrote: c:\myrepo\fossil settings crnl-glob '*' -- OK on Windows 7 c:\myrepo\fossil settings crnl-glob * -- FAIL on Windows 7 c:\myrepo\fossil settings crnl-glob * -- FAIL on Windows 7 Can you please also try: c:\myrepo\fossil settings

Re: [fossil-users] Windows newb questions

2013-06-27 Thread sky5walk
c:\myrepofossil settings crnl-glob \* Usage: fossil settings ?PROPERTY? ?VALUE? Still don't understand the context of local vs global in this case? On Thu, Jun 27, 2013 at 2:13 PM, Stephan Beal sgb...@googlemail.com wrote: On Thu, Jun 27, 2013 at 6:45 PM, sky5w...@gmail.com wrote:

Re: [fossil-users] Windows newb questions

2013-06-27 Thread Stephan Beal
On Thu, Jun 27, 2013 at 8:18 PM, sky5w...@gmail.com wrote: c:\myrepofossil settings crnl-glob \* Usage: fossil settings ?PROPERTY? ?VALUE? Weird. i'd have to see what value fossil actually gets from your shell there to understand that one. Still don't understand the context of local vs

Re: [fossil-users] Windows newb questions

2013-06-27 Thread sky5walk
Ah, I didn't catch that --global switch as it was at the very bottom of the ui settings page. :( On Thu, Jun 27, 2013 at 2:34 PM, Stephan Beal sgb...@googlemail.com wrote: On Thu, Jun 27, 2013 at 8:18 PM, sky5w...@gmail.com wrote: c:\myrepofossil settings crnl-glob \* Usage: fossil settings

Re: [fossil-users] Windows newb questions

2013-06-27 Thread Jan Nijtmans
On Thu, Jun 27, 2013 at 8:18 PM, sky5w...@gmail.com wrote: c:\myrepofossil settings crnl-glob \* Usage: fossil settings ?PROPERTY? ?VALUE? Or you can simply type fossil ui and in the browser go to Admin - Settings. There you can edit it. Or you can create a file .fossil-settings/crnl-glob -

Re: [fossil-users] Windows newb questions

2013-06-27 Thread sky5walk
Sorry, but I am still thwarted? c:\myrepofossil settings --global crnl-glob '*' c:\myrepofossil settings ~... case-sensitive (local) 0 crnl-glob(local) '*' This is fossil version 1.25 [4452f85156] 2013-05-28 21:31:57 UTC On Thu, Jun 27, 2013 at 3:16 PM, Jan Nijtmans

Re: [fossil-users] Windows newb questions

2013-06-27 Thread Pete Rihaczek
I had no trouble on Win7 with fossil settings crnl-glob '*' --global Pete On Thu, Jun 27, 2013 at 2:08 PM, sky5w...@gmail.com wrote: Sorry, but I am still thwarted? c:\myrepofossil settings --global crnl-glob '*' c:\myrepofossil settings ~... case-sensitive (local) 0 crnl-glob

Re: [fossil-users] Windows newb questions

2013-06-27 Thread Martin Gagnon
., 27 juin 2013 17:08 Subject: Re: [fossil-users] Windows newb questions Sorry, but I am still thwarted? c:\myrepofossil settings --global crnl-glob '*' c:\myrepofossil settings ~... case-sensitive (local) 0 crnl-glob(local) '*' This is fossil version 1.25 [4452f85156] 2013-05-28

Re: [fossil-users] Windows newb questions

2013-06-27 Thread sky5walk
. -Original Message- From: sky5w...@gmail.com To: Fossil SCM user's discussion fossil-users@lists.fossil-scm.org Sent: jeu., 27 juin 2013 17:08 Subject: Re: [fossil-users] Windows newb questions Sorry, but I am still thwarted? c:\myrepofossil settings --global crnl-glob '*' c:\myrepofossil

Re: [fossil-users] Windows newb questions

2013-06-25 Thread Gilles
On Mon, 17 Jun 2013 16:47:39 -0700, Pete Rihaczek prihac...@gmail.com wrote: I confess that the up and running in 5 minutes tutorial took me considerably longer since I'm on Windows and had to work a few things out that weren't crystal clear. Perhaps incorporating some lessons learned into the 5

Re: [fossil-users] Windows newb questions

2013-06-25 Thread Pete Rihaczek
Hi Gilles, I think it serves its basic purpose of getting people up and running, but of course you'll run into more questions soon after that. It might be good for example to clarify that it's not necessary to actually close a repository. Also, my first instinct was to try to convert my

[fossil-users] Windows newb questions

2013-06-17 Thread Pete Rihaczek
Greetings All, We're looking at using Fossil due to its support for ticketing (among other things), and I'm the designated point man to figure it all out and teach the rest of the lazy SOBs -- I mean developer team -- how it all works. :) Looks like a very nice bit of work, from what I've seen so

Re: [fossil-users] Windows newb questions

2013-06-17 Thread Richard Hipp
On Mon, Jun 17, 2013 at 7:47 PM, Pete Rihaczek prihac...@gmail.com wrote: Some questions: 1) Coming from using Mercurial and Git, I'm using to firing up Visual Studio and getting to work without any source control prep. Help me to understand: Are you starting a new project? If you are

Re: [fossil-users] Windows newb questions

2013-06-17 Thread Pete Rihaczek
Hi Richard, Help me to understand: Are you starting a new project? If you are starting to work on an existing project, where did you get the files to work on if you didn't do the source control prep first? In order to test Fossil, I essentially did the following: 1) created a folder for