Re: [fossil-users] auto-adjust of CLI timeline to terminal width?

2015-04-20 Thread j. van den hoff
On Mon, 20 Apr 2015 23:00:57 +0200, Warren Young w...@etr-usa.com wrote: On Apr 20, 2015, at 1:43 PM, j. van den hoff veedeeh...@googlemail.com wrote: why does it fail for me on one machine (linux) but not on the other (macos)? It’s a bug in the #includes at the top of src/comformat.c.

Re: [fossil-users] Commit message abortion on Windows

2015-04-20 Thread David Macek
On 20. 4. 2015 22:29, grable wrote: I have not been able to use any kind of editor for commit messages in a long while now, which finally prompted me to make a small stub calling my favorite editor that always returns a 0 success code. That is when i found out system() and _wsystem() on my

Re: [fossil-users] Has Fossil been used successfully to track analysis and code and test design before software coding, development and code version merging?

2015-04-20 Thread Ron W
On Mon, Apr 20, 2015 at 12:43 PM, Warren Young w...@etr-usa.com wrote: Obviously such files need to live in their native tool to allow for updates, but most people you are communicating a “finished” design to don’t need to have the ability to edit the original diagram. If the diagram needs

Re: [fossil-users] Commit message abortion on Windows

2015-04-20 Thread grable
Hmm.. this puzzles me. Im using scite btw, and it for some reason returns 9009 hehe. But the stub i made always returns 0 and even that returns -1 when called from system. It might be that my mingw (gcc-4.9.2) or possibly its libc implementation is borked though.. But that should still not

Re: [fossil-users] Has Fossil been used successfully to track analysis and code and test design before software coding, development and code version merging?

2015-04-20 Thread Warren Young
On Apr 20, 2015, at 4:20 PM, Kevin Youren kyou...@gmail.com wrote: I'll investigate the embedded and SVG links more deeply. Also look into Markdown. You may find, as I have, that word processors occupy a shrinking niche. Most people use word processors either as glorified typewriters or as

Re: [fossil-users] Has Fossil been used successfully to track analysis and code and test design before software coding, development and code version merging?

2015-04-20 Thread Ron W
On Mon, Apr 20, 2015 at 6:20 PM, Kevin Youren kyou...@gmail.com wrote: Hence the superiority of Fossil with a Wiki versus GIT without. My guess is GIT will catch up. FYI, wiki and issue tracking can be layered on top of Git, SVN and others using Trac, Redmine or similar. While there are

Re: [fossil-users] Commit message abortion on Windows

2015-04-20 Thread David Macek
On 20. 4. 2015 23:08, grable wrote: Hmm.. this puzzles me. Im using scite btw, and it for some reason returns 9009 hehe. I tested with SciTE as well. Both the toolchain and SciTE comes from the MSYS2 software distribution. But the stub i made always returns 0 and even that returns -1 when

Re: [fossil-users] auto-adjust of CLI timeline to terminal width?

2015-04-20 Thread Warren Young
On Apr 20, 2015, at 1:43 PM, j. van den hoff veedeeh...@googlemail.com wrote: why does it fail for me on one machine (linux) but not on the other (macos)? It’s a bug in the #includes at the top of src/comformat.c. The following trivial patch fixes it: Index: src/comformat.c

Re: [fossil-users] Commit message abortion on Windows

2015-04-20 Thread grable
The COMSPEC is C:\Windows\system32\cmd.exe and i do use ConEmu. Both ConEmu and CMD return correct code when executing directly and printing %errorlevel%, but i assume they use CreateProcess for this anyway. I Also made a small sample with FASM linking to msvcrt.dll and calling ls via system and

Re: [fossil-users] auto-adjust of CLI timeline to terminal width?

2015-04-20 Thread jungle Boogie
On 20 April 2015 at 14:00, Warren Young w...@etr-usa.com wrote: It’s a bug in the #includes at the top of src/comformat.c. The following trivial patch fixes it: Nice find! Thanks for taking the time to correct this. -- --- inum: 883510009027723 sip: jungleboo...@sip2sip.info xmpp:

Re: [fossil-users] Has Fossil been used successfully to track analysis and code and test design before software coding, development and code version merging?

2015-04-20 Thread Warren Young
On Apr 20, 2015, at 5:28 PM, Ron W ronw.m...@gmail.com wrote: Just a side note, Inkscape, inkscape.org, edits SVG files directly. Key, in this case, is that it defaults to uncompressed SVG, rather than SVGZ, which makes it Fossil-friendly. SVGZ is more common in tools that are targeting web

Re: [fossil-users] auto-adjust of CLI timeline to terminal width?

2015-04-20 Thread jungle Boogie
Hello, On 20 April 2015 at 12:43, j. van den hoff veedeeh...@googlemail.com wrote: hi, just curious: today I accidentally noted -- accidentally, since I usually use it only through a wrapper reformatting the timeline -- that `fossil timeline' now seems to auto-adjust to the terminal width

Re: [fossil-users] auto-adjust of CLI timeline to terminal width?

2015-04-20 Thread j. van den hoff
On Mon, 20 Apr 2015 22:10:31 +0200, jungle Boogie jungleboog...@gmail.com wrote: Hello, On 20 April 2015 at 12:43, j. van den hoff veedeeh...@googlemail.com wrote: hi, just curious: today I accidentally noted -- accidentally, since I usually use it only through a wrapper reformatting

Re: [fossil-users] auto-adjust of CLI timeline to terminal width?

2015-04-20 Thread jungle Boogie
On 20 April 2015 at 13:20, j. van den hoff veedeeh...@googlemail.com wrote: why is that? don't see what sort of problem with environment variables this could be. You're right, I'm grasping at straws because I'm just guessing. It seems to be something in linux, though, because it affects our

[fossil-users] Commit message abortion on Windows

2015-04-20 Thread grable
I have not been able to use any kind of editor for commit messages in a long while now, which finally prompted me to make a small stub calling my favorite editor that always returns a 0 success code. That is when i found out system() and _wsystem() on my Windows 7 box always returns -1, even on

Re: [fossil-users] Has Fossil been used successfully to track analysis and code and test design before software coding, development and code version merging?

2015-04-20 Thread Warren Young
On Apr 18, 2015, at 6:48 PM, Kevin Youren kyou...@gmail.com wrote: Could you possibly have information about how many people use Fossil to track analysis and design and the changes to analysis and design? Given the inherently distributed nature of Fossil, there is no way one person could

[fossil-users] auto-adjust of CLI timeline to terminal width?

2015-04-20 Thread j. van den hoff
hi, just curious: today I accidentally noted -- accidentally, since I usually use it only through a wrapper reformatting the timeline -- that `fossil timeline' now seems to auto-adjust to the terminal width (i.e. only does wrap around of the commit message at the given right margin of the

Re: [fossil-users] How about renaming a fork to fork-*? (Was: Two trunks?)

2015-04-20 Thread Andy Bradford
Thus said Jan Nijtmans on Sun, 19 Apr 2015 21:10:25 +0200: It seems it's not wise at this moment to merge sync-forkwarn to trunk since false warnings here may be more confusing than that they help :-( You're right. I thought I had moved it sufficiently to the end of the client_sync,