Re: [fossil-users] Fossil experience two console windows

2011-07-14 Thread Joe Mistachkin
Please look into using the SrvAny and InstSrv tools from the Windows Server 2003 Resource Kit. You can find them here: https://www.microsoft.com/download/en/details.aspx?id=17657 They can be used together to run basically any Win32 application as a service. -- Joe Mistachkin

Re: [fossil-users] Windows build of json branch?

2011-09-16 Thread Joe Mistachkin
/cson_amalgamation.c: In function 'cson_cgi_init': src/cson_amalgamation.c:8410:29: error: 'SIGPIPE' undeclared (first use in this function) src/cson_amalgamation.c:8410:29: note: each undeclared identifier is reported only once for each function it appears in make: *** [wbld/cson_amalgamation.o] Error 1 -- Joe

Re: [fossil-users] any interest in integrating jimtcl w/ fossil?

2011-09-20 Thread Joe Mistachkin
to call into each other. Currently, I've only modified the MSVC makefile; however, I was hoping somebody would help me to add the necessary configure magic to link with Tcl on Unix. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil

Re: [fossil-users] Fossil version 1.21

2011-12-13 Thread Joe Mistachkin
sqlite3 db $repository_name set x [db eval {SELECT COUNT(*) FROM user;}] db close return $x }] -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil

Re: [fossil-users] direct link to source and line number

2012-02-11 Thread Joe Mistachkin
Here is an example: http://www.fossil-scm.org/index.html/artifact?ci=tipfilename=src/main.cln= 57-80 -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil

Re: [fossil-users] With jimtcl available can we have hooks that trigger tcl scripts stored in the db?

2012-02-13 Thread Joe Mistachkin
are available in addition to the TH1 specific commands th1Eval and th1Expr. -- Joe Mistachkin ___ 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] Can't build from 1.22 release tarball

2012-03-18 Thread Joe Mistachkin
, run: fossil set manifest on This should give you the correct manifest and manifest.uuid files needed to build the source code. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080

Re: [fossil-users] 1.22: Add the ability to run TH1 scripts after syncrequests

2012-05-24 Thread Joe Mistachkin
). Therefore, you can use it for commit hooks as long as you check that the latest check-in has changed since the last time you ran the commit hooks. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org

Re: [fossil-users] Thoughts about the Custom Pages feature

2012-07-06 Thread Joe Mistachkin
FOSSIL_ENABLE_TCL is required to enable it. Additionally, it must be enabled at runtime by setting the tcl option for the repository to true. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi

Re: [fossil-users] Thoughts about the Custom Pages feature

2012-07-06 Thread Joe Mistachkin
(obviously?). -- Joe Mistachkin ___ 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] new th1 feature: hasfeature function

2012-07-13 Thread Joe Mistachkin
Stephan Beal wrote: New feature: the TH1 hasfeature function can be used to determine if SSL, TCL, and/or JSON are enabled for the current repository: Thanks for this. I've been thinking about something like this. -- Joe Mistachkin ___ fossil

Re: [fossil-users] Broken windows build

2012-08-30 Thread Joe Mistachkin
message? I've been unable to reproduce the issue described using the MinGW installed on this machine, which is: MINGW32_NT-6.1 LACHRYMOSE 1.0.17(0.48/3/2) 2011-04-24 23:39 i686 Msys -- Joe Mistachkin ___ fossil-users mailing list fossil-users

Re: [fossil-users] Broken windows build

2012-08-30 Thread Joe Mistachkin
Can you see if this change clears the issue for you: http://www.fossil-scm.org/index.html/info/773fa5e63c -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman

Re: [fossil-users] comparison with Git

2012-10-09 Thread Joe Mistachkin
may notice the markdown branch in the official repository as of October 3rd, 2012. -- Joe Mistachkin ___ 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] Fossil version 1.24 on Monday?

2012-10-21 Thread Joe Mistachkin
that! I agree with the idea of doing this (at least from the Windows perspective). However, would this be more problematic on other platforms? -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org

Re: [fossil-users] why does `fossil rm' not do the real thing?

2012-12-14 Thread Joe Mistachkin
is not a reply to any given message on this thread, per se. If you disagree with my ideas, that's fine; however, please keep the discussion civil. Thanks. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org

Re: [fossil-users] why does `fossil rm' not do the real thing?

2012-12-15 Thread Joe Mistachkin
be potentially broken by such a change. -- Joe Mistachkin ___ 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] why does `fossil rm' not do the real thing?

2012-12-15 Thread Joe Mistachkin
j. v. d. hoff wrote: I find this a confounding proposal. Would you care to explain exactly what you find confounding about it? It provides the requested functionality; however, it does so in a manner that is respectful to those who are depending on the current functionality. -- Joe

Re: [fossil-users] why does `fossil rm' not do the real thing?

2012-12-15 Thread Joe Mistachkin
, since it's a command line tool. In this case, it would not be unlike changing the default behavior of the Unix rm command to implicitly include the -f option. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http

Re: [fossil-users] why does `fossil rm' not do the real thing?

2012-12-15 Thread Joe Mistachkin
in the directory except for generated files (i.e. fossil add .)? After that point, normally *I* would rm the extra files; however, I do not want them deleted from the file system. -- Joe Mistachkin ___ fossil-users mailing list fossil-users

Re: [fossil-users] why does `fossil rm' not do the real thing?

2012-12-15 Thread Joe Mistachkin
have real rm/mv? Frankly, I don't use the those other systems on a regular basis and I really do not care what they do. Sorry. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin

Re: [fossil-users] why does `fossil rm' not do the real thing?

2012-12-16 Thread Joe Mistachkin
several of your previous posts to others on this list, including several containing insults, it seemed to be a fair assumption. That seems like another implementation detail. I'm not sure how to respond to this. Yes, changes to software do require changing the implementation. -- Joe Mistachkin

Re: [fossil-users] why does `fossil rm' not do the real thing?

2012-12-16 Thread Joe Mistachkin
attempts to insult me. Your lack of experience with those other systems does not in any way invalidate the question. I never stated that I lack experience with those other systems; however, I use them only very rarely. -- Joe Mistachkin ___ fossil

Re: [fossil-users] Whether or not this function examines the entire contents of the blob is officially unspecified.

2013-03-19 Thread Joe Mistachkin
are meaningless whenever LOOK_NUL is iset. That is not necessarily the case. Again, this should be up to the calling code. Any objections? Yes, see above. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http

Re: [fossil-users] Fossil on cygwin64

2013-07-25 Thread Joe Mistachkin
Warren Young wrote: I'm up for some spelunking. Let's go: What about all the __CYGWIN__ blocks in the following files? 1. add.c 2. blob.c 3. checkin.c 4. db.c 5. file.c 6. utf8.c Frankly, I'm not convinced of how many of these are actually necessary. -- Joe Mistachkin

Re: [fossil-users] Fossil on cygwin64

2013-07-25 Thread Joe Mistachkin
Warren Young wrote: I guess they already got taken out of the trunk. I did my spelunking in a current pull of the tree. I'm simply searching trunk for __CYGWIN__. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil

Re: [fossil-users] Minor new feature: comments whenclosing/re-opening

2013-08-15 Thread Joe Mistachkin
: https://www.fossil-scm.org/index.html/doc/trunk/www/fileformat.wiki#manifest T (+|-|*)tag-name * ?value? -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman

Re: [fossil-users] Minor new feature: comments when closing/re-opening

2013-08-15 Thread Joe Mistachkin
since Stephan seems to have come up with a valid use case for it. -- Joe Mistachkin ___ 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] 'fossil ui' broken by commit [0e6862046d]

2013-09-16 Thread Joe Mistachkin
Marc Simpson wrote: The latest changes to TH1 in trunk (0e6862046d) break 'fossil ui' on my machine: Thanks for the report, fixed here: https://www.fossil-scm.org/index.html/info/5d20065c4b -- Joe Mistachkin ___ fossil-users mailing list

Re: [fossil-users] fossil all clean

2013-10-18 Thread Joe Mistachkin
does is to call the 'fossil clean' command on each local checkout, passing the detected 'fossil clean' command line options verbatim. I guess I'm confused about what you are asking for here. -- Joe Mistachkin ___ fossil-users mailing list fossil-users

Re: [fossil-users] hide-diff-on-vdiff branch

2013-11-20 Thread Joe Mistachkin
It looks ready for trunk to me. -- Joe Mistachkin ___ 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] TH1: expr {42.0/0}

2013-12-28 Thread Joe Mistachkin
-- Joe Mistachkin ___ 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] TH1: expr {42.0/0}

2014-01-03 Thread Joe Mistachkin
, but, please, take a look. Thanks [again] for the report. Fixed here: https://www.fossil-scm.org/index.html/info/60acb3183d -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin

Re: [fossil-users] New Tree-View feature requires newer sqlite.

2014-01-03 Thread Joe Mistachkin
and furthering progress? Can we please add a runtime check too so that Fossil will simply emit a fatal error and exit after detecting an unsupported SQLite version (e.g. when it first tries to access a database, etc)? -- Joe Mistachkin ___ fossil-users mailing

Re: [fossil-users] Problem with compilation under MINGW

2014-01-03 Thread Joe Mistachkin
? -- Joe Mistachkin ___ 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] TH1: set v 0; unset v; info exists v;

2014-01-05 Thread Joe Mistachkin
? Thanks for the report(s). Fixed here: https://www.fossil-scm.org/index.html/info/7164f52baa And here: https://www.fossil-scm.org/index.html/info/99bdfa0b95 -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] TH1: set v 0; unset v; info exists v;

2014-01-09 Thread Joe Mistachkin
Sergei Gavrikov wrote: Thank you for the fixes! I'm sorry, but, I found yet another issue with Th_ExistsVar(). If a variable is not exists, Th_ExistsVar() does clear TH stack trace: Thanks again, fixed here: https://www.fossil-scm.org/index.html/info/9765b03759 -- Joe

Re: [fossil-users] TH1: string sub-sommands (first, last)

2014-01-15 Thread Joe Mistachkin
Sergei Gavrikov wrote: I found some inconsistencies on this (below is a delta for reference). All the issues should be fixed now: https://www.fossil-scm.org/index.html/vdiff?from=d0d7ca17a46a0832to=f61958b 183db741bsbs=1 Thanks again. -- Joe Mistachkin

Re: [fossil-users] TH1: expr -2147483648

2014-02-04 Thread Joe Mistachkin
Sergei Gavrikov wrote; It seems those iVal%10, iVal/10, and iVal%10 have to be (unsigned)iVal op 10. This should now be fixed, along with another issue. Thanks again. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil

Re: [fossil-users] TH: unary bitwise operator

2014-04-01 Thread Joe Mistachkin
Sergei Gavrikov wrote: % fossil test-th-eval 'expr ~1234' fossil: ../src/th.c:2002: exprEval: Assertion `!Internal error' failed. Thanks for the report, fixed now on trunk. -- Joe Mistachkin ___ fossil-users mailing list fossil-users

Re: [fossil-users] [fossil all extras] useless without --showfile

2014-04-02 Thread Joe Mistachkin
compatibility with existing scripts that may wrap Fossil. -- Joe Mistachkin ___ 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] [fossil all extras] useless without --showfile

2014-04-02 Thread Joe Mistachkin
] command itself has never printed the associated repository information, while the [fossil changes] command has. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo

Re: [fossil-users] [fossil all extras] useless without --showfile

2014-04-03 Thread Joe Mistachkin
is otherwise useless except for the limited purpose of saying whether or not there exist any extra files, though not where exactly they are. Excellent idea. Done here: https://www.fossil-scm.org/index.html/info/69974aaa19c7 Thanks. -- Joe Mistachkin

Re: [fossil-users] Wibble import

2014-04-20 Thread Joe Mistachkin
for check-in comments. -- Joe Mistachkin ___ 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] Problem with TH1 hooks

2014-06-19 Thread Joe Mistachkin
there is no tkt_uuid column value available). -- Joe Mistachkin ___ 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] Problem with TH1 hooks

2014-06-19 Thread Joe Mistachkin
script with the complexity of yours yet. -- Joe Mistachkin ___ 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] Changing header include order in main.c

2014-06-22 Thread Joe Mistachkin
Joe Prostko wrote: If I move the zlib.h inclusion below the crypto.h inclusion's #endif, then Fossil compiles and works fine with both GCC2 and GCC4. Fixed on trunk. Thanks for the report. -- Joe Mistachkin ___ fossil-users mailing list fossil

Re: [fossil-users] Update config.* in autosetup directory?

2014-07-07 Thread Joe Mistachkin
=config.sub;h b=HEAD I've updated them on the 'pending-review' branch. These changes, which look fairly extensive, are going to need wider review (and possibly more testing) before being merged to trunk. Hopefully, this will be completed well before the release of 1.30. -- Joe Mistachkin

[fossil-users] Seeking comments on new comment formatting...

2014-07-20 Thread Joe Mistachkin
algorithm. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] New [globalState] TH1 command (globalStateCmd branch)...

2014-07-27 Thread Joe Mistachkin
I'm seeking feedback on the new [globalState] TH1 command, which is currently available on the globalStateCmd branch. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman

Re: [fossil-users] fossil winsrv - how to use --files parameter

2014-08-01 Thread Joe Mistachkin
Thanks for the report. I'm not sure about the --files handling; however, the user name and password option handling should be fixed now, here: https://www.fossil-scm.org/index.html/info/9c2a5c097b -- Joe Mistachkin ___ fossil-users mailing

Re: [fossil-users] fossil winsrv - how to use --files parameter

2014-08-02 Thread Joe Mistachkin
whether or not this works for you. If so, we'll merge it to trunk. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] FW: v1.30 (was RE: [fossil-dev] miniz revisited)

2014-08-28 Thread Joe Mistachkin
-Original Message- From: Joe Mistachkin [mailto:sql...@mistachkin.com] Sent: Thursday, August 28, 2014 10:17 AM To: 'fossil-...@lists.fossil-scm.org' Subject: v1.30 (was RE: [fossil-dev] miniz revisited) Stephan Beal wrote: i've been using it in two other repos of mine since Baruch

Re: [fossil-users] (no subject)

2014-08-29 Thread Joe Mistachkin
-uri-regexp (versionable) th1-setup (versionable) tcl-setup (versionable) -- Joe Mistachkin ___ 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] (no subject)

2014-08-29 Thread Joe Mistachkin
done with Tcl script] } -- Joe Mistachkin ___ 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] TH_ERROR Can't find a usable init.tcl

2014-09-01 Thread Joe Mistachkin
). ## In the .htaccess file, you'll most likely need the following two lines: SetEnv LD_LIBRARY_PATH /home/yourusername/tcl/lib SetEnv HOME /home/yourusername -- Joe Mistachkin ___ fossil-users mailing list

Re: [fossil-users] TH_ERROR Can't find a usable init.tcl

2014-09-01 Thread Joe Mistachkin
. -- Joe Mistachkin ___ 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] TCL enabled fossil as a Win service

2014-09-05 Thread Joe Mistachkin
. Also, you'll need to be sure the service account has access (via ACLs) to the directory containing Fossil, Tcl, and the repositories, including all contained sub-directories. I've tested this here (using a Kit DLL in the Fossil binary directory) and it works just fine. -- Joe Mistachkin

Re: [fossil-users] late-night Fossil hacks for competition with Git: arranging an active feed of commits and tickets to a remote HTTP API

2014-09-06 Thread Joe Mistachkin
Great. I'll start making the necessary tweaks to expose the UUID(s). Also, I think Ron W has a point about the variable naming, I think the list of UUIDs should be named uuids. -- Joe Mistachkin ___ fossil-users mailing list fossil-users

Re: [fossil-users] late-night Fossil hacks for competition with Git: arranging an active feed of commits and tickets to a remote HTTP API

2014-09-06 Thread Joe Mistachkin
I think these changes should work: https://www.fossil-scm.org/index.html/info/acb61e5ee9 Please let me know if there are any issues. Unless there are serious objections, I would really like to have these changes included in the upcoming 1.30 release. -- Joe Mistachkin

Re: [fossil-users] possible dynamicTh1Docs or th1ReInit branch interference

2014-09-09 Thread Joe Mistachkin
, were on path with one specific _fossil_ file up or down this path OR without any _fossil_ file anywhere up or down the path. I'm confused by this. It does not seem to work with the previous statement. Does the output of fossil all list and fossil all list --ckout make sense to you? -- Joe

Re: [fossil-users] possible dynamicTh1Docs or th1ReInit branchinterference - solved

2014-09-10 Thread Joe Mistachkin
Petr Ferdus wrote: One visual clue was that fossil status line in footer stopped to provide TCL related info. (I cant recall, where I got it from but it is quite useful) I actually wrote that. It's part of the Fossil Enhanced Default style footer. -- Joe Mistachkin

Re: [fossil-users] th1-docs - how to use

2014-09-10 Thread Joe Mistachkin
seconds]}] html br /th1 Should produce some interesting output. Note that the .th1 file in the above example should not actually need to be checked in, since ckout may be used to view pending embedded documentation file changes. -- Joe Mistachkin

Re: [fossil-users] break in fossil sync, between versions [9b30c01e8b] and [f62bedf1ef]

2014-09-15 Thread Joe Mistachkin
Petr Ferdus wrote: Test case follows, can anyone confirm it? Confirmed. This should now be fixed on trunk: https://www.fossil-scm.org/index.html/info/1f8a4ecdb7 Thanks for the report. -- Joe Mistachkin ___ fossil-users mailing list

Re: [fossil-users] break in fossil sync, between versions [9b30c01e8b] and [f62bedf1ef]

2014-09-15 Thread Joe Mistachkin
) TH1_HOOKS TCL (Tcl 8.6.0, loaded TH_OK: 8.6.1) USE_TCL_STUBS TCL_STUBS TCL_PRIVATE_STUBS JSON (API 20120713) However, I'm not an expert on MinGW by any means, perhaps Jan Nijtmans or another person could comment on this issue? -- Joe Mistachkin

Re: [fossil-users] [PATCH] Tag table in HTML generated from Markdown

2014-09-22 Thread Joe Mistachkin
of all elements within it could be customized? Also, perhaps we could get some feedback from the original author of the markdown subsystem, Natacha Porté, on this issue? -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] [PATCH] Tag table in HTML generated fromMarkdown

2014-09-22 Thread Joe Mistachkin
Ron W wrote: This makes a lot of sense to me. Ok. There is now a prototype of these changes here: https://www.fossil-scm.org/index.html/timeline?r=markdownDivWrapper Additional comments are welcome. -- Joe Mistachkin ___ fossil-users

Re: [fossil-users] [PATCH] Tag table in HTML generated fromMarkdown

2014-09-23 Thread Joe Mistachkin
Joe Mistachkin wrote: Ok. There is now a prototype of these changes here: https://www.fossil-scm.org/index.html/timeline?r=markdownDivWrapper Additional comments are welcome. Are there any objections to merging this change to trunk? -- Joe Mistachkin

Re: [fossil-users] Proposed improvement to inherited privilegessubscripts.

2014-09-27 Thread Joe Mistachkin
not confident in my ability to write JavaScript portable enough to work on most browsers. -- Joe Mistachkin ___ 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] Proposed improvement to inheritedprivilegessubscripts.

2014-09-27 Thread Joe Mistachkin
to enhance the styling. -- Joe Mistachkin ___ 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] Compilation with SSL option fails on Win7

2014-09-28 Thread Joe Mistachkin
are located in the PATH. -- Joe Mistachkin ___ 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] Compilation with SSL option fails on Win7

2014-09-28 Thread Joe Mistachkin
for x86 builds. I'll look into fixing that. -- Joe Mistachkin ___ 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] Compilation with SSL option fails on Win7

2014-09-28 Thread Joe Mistachkin
trunk. -- Joe Mistachkin ___ 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] Compilation with SSL option fails on Win7

2014-09-28 Thread Joe Mistachkin
As of the very latest trunk [80b4adddec], you'll also need to add the following to the command lines: FOSSIL_BUILD_SSL=1 -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi

Re: [fossil-users] Compilation with SSL option fails on Win7

2014-09-29 Thread Joe Mistachkin
on mine. I have: Possibly, but I cannot imagine what components that might be. I've been able to build Fossil with OpenSSL enabled on a completely fresh box using Visual Studio 2013 Express, ActivePerl, and the OpenSSL source code. -- Joe Mistachkin

Re: [fossil-users] Compilation with SSL option fails on Win7

2014-09-29 Thread Joe Mistachkin
in. This should now be more strongly enforced, here: https://www.fossil-scm.org/index.html/info/86de8cbeb5 -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman

Re: [fossil-users] Username in report query

2014-09-29 Thread Joe Mistachkin
It should be noted that there are no quotes around the $login parameter used in the above query. -- Joe Mistachkin ___ 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] TH1 Hooks.

2014-10-07 Thread Joe Mistachkin
for testing, I also made use of the native Tcl integration feature. -- Joe Mistachkin ___ 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] TH1 Hooks.

2014-10-07 Thread Joe Mistachkin
. In command_notify, after a commit, is the commit ID included? What about ticket and wiki writes? No. Only the cmd_name, cmd_args, and cmd_flags TH1 variables are specially set. However, you are free to use TH1 (and Tcl if enabled) to determine any additional context information you may need. -- Joe

Re: [fossil-users] configure reset skin resets too much

2015-02-02 Thread Joe Mistachkin
. I'm also of the opinion that this is a good change and I have no objections to it. -- Joe Mistachkin ___ 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] RFC regarding short UUID for some command line use.

2015-03-07 Thread Joe Mistachkin
disconcerting. -- Joe Mistachkin ___ 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] Fossil with Tcl support does not work withnginx/xinetd

2015-03-25 Thread Joe Mistachkin
of it. -- Joe Mistachkin ___ 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] fossil repolist argument with winsrv

2015-03-02 Thread Joe Mistachkin
Petr Ferdus wrote: I just realized that fossil winsrv command does not recognize --repolist argument. Could winsrv honors this argument as well? Fixed on trunk. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] fossil repolist argument with winsrv

2015-03-02 Thread Joe Mistachkin
HTTP server. Should work on trunk now. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] Fossil check-ins [46675ed2] and [010451e7] (remove add access-check and andygoth-versioned-open merge)...

2015-05-14 Thread Joe Mistachkin
I am a fan of both of these changes. However, does everybody think they have had enough testing to be included in a release that is imminent? I just reviewed the changes again and I'm starting to think they are low risk enough to include in 1.33. Does anybody disagree? -- Joe Mistachkin

Re: [fossil-users] Symlink trouble

2015-04-08 Thread Joe Mistachkin
noWarn based on the historical version of that file, if it exists. 3. Unrelated: Removed superfluous slash in the .fossil-settings path used by print_setting(). -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http

[fossil-users] Documenting the TH1 extended commands...

2015-04-04 Thread Joe Mistachkin
I've committed an initial draft of the documentation for the TH1 extended commands exposed by Fossil. Corrections and feedback are more than welcome. https://www.fossil-scm.org/fossil/doc/trunk/www/th1.md -- Joe Mistachkin ___ fossil-users

Re: [fossil-users] Documenting the TH1 extended commands...

2015-04-05 Thread Joe Mistachkin
-commands on trunk. You can combine the info vars sub-command with uplevel to get the same effect as info globals. Thanks for the feedback and bug reports... :) -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http

Re: [fossil-users] How to enable TH1?

2015-06-26 Thread Joe Mistachkin
lz wrote: xxx@xxx:~/FossilBook$ fossil settings th1-docs no such setting: th1-docs This must be enabled at compile-time as well via the FOSSIL_ENABLE_TH1_DOCS define. When using ./configure, you can specify: --with-th1-docs=1 -- Joe Mistachkin

Re: [fossil-users] SQLITE_ERROR using fossil mv --hard

2015-05-27 Thread Joe Mistachkin
FROM fmove ORDER BY x; Thanks for the report. These issues should now be fixed on the tip of the mvRmHardFix branch. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman

[fossil-users] Adding 'undo' support to the 'clean' command...

2015-06-29 Thread Joe Mistachkin
used, we are going to need tests. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] Seeking feedback on the rssTags branch...

2015-06-28 Thread Joe Mistachkin
I wanted the ability to see the associated branch for each RSS item on a Fossil feed, so I made the necessary modifications on a branch. I think the (quite minor) changes are merge-worthy at this point. Any objections? Other feedback? -- Joe Mistachkin

Re: [fossil-users] How to enable TH1?

2015-06-28 Thread Joe Mistachkin
) TH1 scripts. If empty, no HTTP requests are allowed whatsoever. The default is an empty string. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman

Re: [fossil-users] 'mv' semantics

2015-07-29 Thread Joe Mistachkin
; I'm saying it's unrelated to the --hard option. -- Joe Mistachkin ___ 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] 'mv' semantics

2015-07-29 Thread Joe Mistachkin
Michai Ramakers wrote: Right... creating the target-dir 'd2' beforehand worked in my case; any subdir existing under 'd' seems to be moved under 'd2' afterwards. I think the following change will fix the issue: https://www.fossil-scm.org/fossil/info/b86127e187a00bfc -- Joe

Re: [fossil-users] 'mv' semantics

2015-07-31 Thread Joe Mistachkin
, really, I just don't understand how it works now. Yes, I remember those discussions. I think most (?) of the underlying issues in those discussions have largely already been addressed. -- Joe Mistachkin ___ fossil-users mailing list fossil-users

Re: [fossil-users] check-in-edit branch ready?

2015-07-28 Thread Joe Mistachkin
valuable (and critical?) than normal for a typical new feature. -- Joe Mistachkin ___ 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] quick poll: do you generally use add/rm or mv

2015-08-04 Thread Joe Mistachkin
that --hard is the default. -- Joe Mistachkin ___ 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] check-in-edit branch ready?

2015-08-07 Thread Joe Mistachkin
Thanks for adding the tests. I think it looks great. Does anybody else have any feedback on the changes? -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo

Re: [fossil-users] Adding 'undo' support to the 'clean' command...

2015-07-14 Thread Joe Mistachkin
I considered that out-of-scope for this feature. You can always use --force to avoid those prompts. Sent from my iPhone On Jul 14, 2015, at 1:13 AM, Jan Nijtmans jan.nijtm...@gmail.com wrote: 2015-07-10 12:04 GMT+02:00 Jan Nijtmans jan.nijtm...@gmail.com: $ ./fossil clean WARNING:

  1   2   >