Re: [fossil-users] Checkin [a9578f7870] freezes Windows server

2018-08-01 Thread Joe Mistachkin
rther details on how to see the problem? Does it (eventually) stop after 120 seconds? -- 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] The legacy of FOSSIL_ENABLE_LEGACY_MV_RM

2018-06-20 Thread Joe Mistachkin
To help those that always wanted the —hard option behavior to be he default for their custom compiled binaries. Sent from my iPhone > On Jun 20, 2018, at 9:59 PM, > wrote: > > That makes sense, but what I'm saying is, why bother with the > compile-time flag? > > It seems desirabe to allow

Re: [fossil-users] typo on wiki page - low priority

2018-02-12 Thread Joe Mistachkin
Dan Mack wrote: > > I am pretty sure you meant "attack", not "attach" on line #11. > Thanks for the report, fixed now. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://list

Re: [fossil-users] Action-based automation and scripting

2018-01-27 Thread Joe Mistachkin
ivate-stubs=1 Then, once the "tcl" setting is enabled on the target repository, you can use the [tclEval] command (and related commands) in TH1 to interact with full Tcl, which can do practically anything you would like. -- Joe Mistachkin _

Re: [fossil-users] zStopperFile / main.c / win32_http_server

2018-01-05 Thread Joe Mistachkin
I added it. It’s needed to make various server aspects of Fossil testable on Windows. Sent from my iPhone ___ 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] A-B comparison of proposed timeline changes

2017-11-28 Thread Joe Mistachkin
Richard Hipp wrote: > > "Verbose" mode now looks like legacy. > Thank you, much appreciated. -- Joe Mistachkin @ https://urn.to/r/mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-s

Re: [fossil-users] A-B comparison of proposed timeline changes

2017-11-28 Thread Joe Mistachkin
Richard Hipp wrote: > > Maybe "Verbose" should be modified to include the hash up front > Yeah, something like that would be cool. Also, having the "Leaf" indicator, et al, up front as well (like before)? -- Joe Mistachkin

Re: [fossil-users] A-B comparison of proposed timeline changes

2017-11-28 Thread Joe Mistachkin
be a huge pain for me to adapt to. -- Joe Mistachkin @ https://urn.to/r/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] Building with Tcl?

2017-11-07 Thread Joe Mistachkin
Please try this: ./configure --with-tcl=1 --with-tcl-private-stubs=1 --with-th1-hooks=1 -- Joe Mistachkin @ https://urn.to/r/mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin

Re: [fossil-users] Fossil as an app server?

2017-03-29 Thread Joe Mistachkin
If you compile Fossil with TH1 docs & hooks support and with Tcl integration enabled (like I compile it), it makes quite a reasonable server for running server-side scripts written in TH1/Tcl. -- Joe Mistachkin @ https://urn.to/r/mistachkin ___ fo

Re: [fossil-users] Bugs in file_wd_isdir()

2017-03-21 Thread Joe Mistachkin
Perhaps changing the exec-rel-paths setting might impact this? Not sure without further research. Sent from my iPhone https://urn.to/r/mistachkin > On Mar 21, 2017, at 12:50 PM, Reimer Behrends wrote: > > Richard Hipp wrote: >> I wonder if you could provide a more concrete example of the pro

Re: [fossil-users] Help with Fossil and Tcl integration

2017-03-17 Thread Joe Mistachkin
Perhaps they are "customizing" the Tcl library in some way that is fundamentally incompatible, e.g. changing some fundamental data type, like int to size_t? Jan Nijtmans might know more about what the various Linux distributions are doing. Sent from my iPhone https://urn.to/r/mistachkin _

Re: [fossil-users] Help with Fossil and Tcl integration

2017-03-16 Thread Joe Mistachkin
How was the Tcl library built? Are you able to step through Fossil in gdb to see why tclInvoke is not getting added to the TH1 interpreter? Sent from my iPhone https://urn.to/r/mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.o

Re: [fossil-users] Help with Fossil and Tcl integration

2017-03-16 Thread Joe Mistachkin
That's really odd. I've run Tcl-enabled Fossil on multiple flavors of Linux, both statically and dynamically linked to Tcl and never seen this crash or failure. It should be noted that simply using "fossil version --verbose" actually loads and uses Tcl from TH1 (and that appears to work on yo

Re: [fossil-users] Directory symlinks...

2017-02-14 Thread Joe Mistachkin
I believe this may be to protect against file system loops? > > I don't know if the top of a checkout *must* be skipped or not, but > right now there's something inconsistent with this rule. > I think it's by design. It does not appear to be directly related

Re: [fossil-users] Directory symlinks...

2017-02-13 Thread Joe Mistachkin
bit more.. > I've added the 'test-file-environment' command to Fossil to help with figuring this stuff out. Also, it has an --open-config option which is useful. -- Joe Mistachkin @ https://urn.to/r/mistachkin ___ fossil-users mai

Re: [fossil-users] Directory symlinks...

2017-02-13 Thread Joe Mistachkin
t works as intended, including the "add" command. -- Joe Mistachkin @ https://urn.to/r/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] Directory symlinks...

2017-02-13 Thread Joe Mistachkin
Martin Gagnon wrote: > > $ fossil add a_dir_symlink > > Nothing happens... > It was a bit more complex than I thought, made a couple more changes. Hopefully, it will work better now. -- Joe Mistachkin @ https://urn.to/r/mistachkin ___

Re: [fossil-users] Directory symlinks...

2017-02-13 Thread Joe Mistachkin
"allow-symlinks" setting from the "clean" and "extras" command implementations. This will probably increase the need for thorough testing. -- Joe Mistachkin @ https://urn.to/r/mistachkin ___ fossil-users mailing list fossil

Re: [fossil-users] fossil export handling of trunk differs from import

2017-02-10 Thread Joe Mistachkin
backward compatibility issues might we face with those changes? -- Joe Mistachkin @ https://urn.to/r/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] Bug report: fossil clean follows symlinks

2017-01-31 Thread Joe Mistachkin
Roy Keene wrote: > > Running "fossil clean -x -v" appears to follow symlinks, which > means it will go delete data outside of your repository path -- > recursively. > I've figured out the issue. Can you confirm that the "noSymlinks" branch cor

Re: [fossil-users] fossil 1.37 segfault, web interface "Login" as nobody with "a" capabilities

2017-01-28 Thread Joe Mistachkin
Lonnie Abelbeck wrote: > > BTW, this also segfaults in Fossil 1.35, only discovered it by > randomly clicking, testing 1.37. > Thanks for the report. The issue should now be fixed on trunk. -- Joe Mistachkin @ https://urn.to/r/mistachkin __

Re: [fossil-users] Bug report: fossil clean follows symlinks

2017-01-28 Thread Joe Mistachkin
Roy Keene wrote: > > Running "fossil clean -x -v" appears to follow symlinks, which > means it will go delete data outside of your repository path -- > recursively. > Out of curiosity, why are you using the "-x" option? -- Joe Mista

Re: [fossil-users] FOSSIL crashes with PDFs!!!

2017-01-09 Thread Joe Mistachkin
now be fixed on trunk. -- Joe Mistachkin @ https://urn.to/r/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] compile fossil with-tcl on openbsd

2017-01-01 Thread Joe Mistachkin
I recommend the following Tcl related arguments to ./configure: --with-tcl=1 --with-tcl-private-stubs=1 Sent from my iPhone https://urn.to/r/mistachkin > On Jan 1, 2017, at 5:46 PM, jungle boogie wrote: > > Hi All, > > Happy New year! Best wishes in 2017 for all of you. > > I'm running open

Re: [fossil-users] Bug report: fossil settings/unset no longer supports"-R"

2016-11-22 Thread Joe Mistachkin
the logic in what you are saying; however, so far, I'm unable to reproduce the error message on Windows or Unix when using set/unset with the -R option. What build configuration/options are you using for Fossil? -- Joe Mistachkin @ https://urn.to/r/mistachkin ___

Re: [fossil-users] OpenSSL in the source tree

2016-11-01 Thread Joe Mistachkin
openssl.org/source/openssl-1.0.2j.tar.gz tar -zxvf openssl-1.0.2j.tar.gz mv openssl-1.0.2j openssl cd openssl ./config --with-zlib-include=../compat/zlib --with-zlib-lib=../compat/zlib make depend make cd ../.. ./configure --with-zlib=tree --with-openssl=tree mak

[fossil-users] Fossil check-in [a4bb89ba081e29c5]...

2016-10-27 Thread Joe Mistachkin
sing "make distclean"...? -- Joe Mistachkin @ https://urn.to/r/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] Errors trying to compile

2016-10-12 Thread Joe Mistachkin
733 600 222 > Web: http://ecourban.com.au > >> On Thu, Oct 13, 2016 at 11:28 AM, Joe Mistachkin >> wrote: >> >> Using that makefile with Cygwin is untested, unlikely to work, and >> unsupported. >> >> Sent from my iPhone >> https://urn.to

Re: [fossil-users] Errors trying to compile

2016-10-12 Thread Joe Mistachkin
Using that makefile with Cygwin is untested, unlikely to work, and unsupported. Sent from my iPhone https://urn.to/r/mistachkin > On Oct 12, 2016, at 5:55 PM, Dan Raymond wrote: > > I am getting the following errors when trying to compile: What do I need to > do? > >

Re: [fossil-users] How to make post-commit hook?

2016-10-11 Thread Joe Mistachkin
Admittedly, the TH1 hooks documentation could stand to be improved. -- Joe Mistachkin @ https://urn.to/r/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] Directory symlinks...

2016-09-30 Thread Joe Mistachkin
issue I personally encountered. I would appreciate wider testing of it. -- Joe Mistachkin @ https://urn.to/r/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] Directory symlinks...

2016-09-30 Thread Joe Mistachkin
Are having directory symlinks (on Unix) supposed to be supported? If not, is anybody willing to help me add support for them? -- Joe Mistachkin @ https://urn.to/r/mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http

Re: [fossil-users] TH1 and/or Tcl

2016-09-28 Thread Joe Mistachkin
pages requires the --with-th1-hooks option. Similarly, being able to have a TH1 script be evaluated in response to an embedded documentation page requires the --with-th1-docs option. Neither of these options are required simply to enable Tcl integration. -- Joe Mistachkin @ https://urn.to/r/mista

Re: [fossil-users] Openssl 1.1.0 [Was:Objections to merging stash-fixes branch?]

2016-09-08 Thread Joe Mistachkin
rgent need to migrate to the 1.1.0 branch of OpenSSL, especially considering the major, incompatible differences present there. -- Joe Mistachkin @ https://urn.to/r/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] Double forward slash when using --baseurl

2016-09-08 Thread Joe Mistachkin
Zombies wrote: > > For the main web page links it is working fine, however on some of the pages, > I am getting links to pages with an extra '/' being inserted. It happens with > all of the links from the 'Admin' tab, e.g- > What is the full command line bei

Re: [fossil-users] Objections to merging stash-fixes branch?

2016-09-07 Thread Joe Mistachkin
or the OpenSSL 1.1.0 changes to work. Also, maybe we should wait for 1.1.0 to mature a bit prior to migrating Fossil to it? Technically, their 1.0.2 branch is still listed as "stable" and "supported" (until 2019-12-31). -- Joe Mistac

Re: [fossil-users] basic usage question - empty directories

2016-08-02 Thread Joe Mistachkin
By default, Fossil will attempt to load the "best" Tcl library found in the PATH; however, this behavior can be overridden using the FOSSIL_TCL_PATH environment variable (which can point to a file or directory). Supported versions of Tcl are 8.4, 8.5, and 8

Re: [fossil-users] 'fossil clean' should clean extra folders

2016-07-29 Thread Joe Mistachkin
You should be able to use the --emptydirs or --dirsonly options to do that. Sent from my iPhone > On Jul 29, 2016, at 12:43 AM, Ronald wrote: > > 'fossil clean' should clean extra folders, folders can also be extra, and > empty extra folder will be confusing. > Thanks. >

Re: [fossil-users] Windows 1.35 binary does not know about mv-rm-filessetting

2016-06-21 Thread Joe Mistachkin
http://urn.to/r/fossil_3 -- 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 Work - May be of interest to others

2016-06-12 Thread Joe Mistachkin
David Simmons wrote: > > While doing other work in fossil, I've made a few enhancements to TH1. > Is the code posted somewhere we can look at it? I'm not sure if you intended to attach it to your message; however, these mailing lists strip attachments.

Re: [fossil-users] how to report bug in fossil

2016-06-10 Thread Joe Mistachkin
Sure, I'll look at it. I'm pretty sure we'll go with your function as it seems easier to understand and maintain. Thanks for the bugfixes. -- 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] how to report bug in fossil

2016-06-10 Thread Joe Mistachkin
> am I just supposed to manually tweak the desired expected output of > utf-check.txt before integration? That's how it is looking to me at the > moment. > Yes. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.

Re: [fossil-users] how to report bug in fossil

2016-06-10 Thread Joe Mistachkin
lts" line. 2. Run "tclsh test\tester.tcl fossil.exe utf" from the checkout. 3. Results are located in "%TEMP%\utf-check.txt". If you add extra entries to the array prior to these steps, those new results should appear in the "utf-check.txt" file as well. -

Re: [fossil-users] how to report bug in fossil

2016-06-10 Thread Joe Mistachkin
uot;generated section" in the file can be created by uncommenting the "createTestResults $tempPath 100" call. -- 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] how to report bug in fossil

2016-06-09 Thread Joe Mistachkin
> bytes and nothing else - you will get the "this file contains invalid > UTF-8..." warning. > Thanks for the report. Jan, any hints on this one? -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org htt

Re: [fossil-users] Fossil 2.0: rethinking extras, addremove, and clean

2016-05-21 Thread Joe Mistachkin
now what they do that isn't done better by ignore-glob. > Unfortunately, most of the complexity is necessary and removing or changing the semantics would risk breaking existing repositories, including some of the ones I use on a daily basis. -- Joe Mistachkin _

Re: [fossil-users] Detection of OpenSSL sources in the tree(--with-openssl=tree)

2016-05-02 Thread Joe Mistachkin
an, portable, robust, and maintainable way to make it more automatic, I think we would be open to doing 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] How to actually >use< TH1?

2016-04-12 Thread Joe Mistachkin
reasons of repository security. Allowing anybody with wiki editing permissions to execute arbitrary TH1 scripts might pose a (small?) risk. -- 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] How to actually >use< TH1?

2016-04-12 Thread Joe Mistachkin
up" setting. Another thing to remember is that when Fossil is compiled with support for "full Tcl" integration, you can use the TH1 commands "tclEval", etc to interact with full Tcl scripts, in both directions. Full details are available here:

Re: [fossil-users] Last call for "testerCleanup" branch review...

2016-03-07 Thread Joe Mistachkin
% sure we want to disable this checking by default, although I might be convinced otherwise. -- 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] Last call for "testerCleanup" branch review...

2016-03-05 Thread Joe Mistachkin
I think this branch is ready and I'm planning on merging these changes to trunk on Tuesday, March 8th, 2016. Please feel free to raise objections. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.f

Re: [fossil-users] [fossil-dev] Call for review / testing...

2016-03-04 Thread Joe Mistachkin
of it anyhow (home_ and repo_). Also, I've just added the -keep option (on the branch). -- 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-dev] Call for review / testing...

2016-03-03 Thread Joe Mistachkin
n the testerCleanup branch, these files and folders are written and cleaned up for each test file, in a "fail-safe" manner. -- 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-dev] Call for review / testing...

2016-03-03 Thread Joe Mistachkin
ts. Instead, we can just use the system temporary file location -OR- force the user to set FOSSIL_TEST_TEMP. -- 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-dev] Call for review / testing...

2016-03-03 Thread Joe Mistachkin
nually and then try again. -- 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-dev] Call for review / testing...

2016-03-03 Thread Joe Mistachkin
kout manually and then try again. -- 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] Call for review / testing...

2016-03-02 Thread Joe Mistachkin
signed so that it no longer matters if it's run from an open checkout. For now, I've left the "no open checkout" restrictions in place for the specific test files that have it; however, technically it no longer matters. -- Joe Mistachkin

Re: [fossil-users] possible bug in dc72fd9624 whenadding--with-th1-hooks

2016-02-29 Thread Joe Mistachkin
t;fossil server" command runs in a chroot jail. You'll need to take that into consideration when setting the FOSSIL_HOME variable. -- 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] possible bug in dc72fd9624 when adding--with-th1-hooks

2016-02-28 Thread Joe Mistachkin
irectory prior to running with TH1 hooks enabled? -- 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-dev] Request for merge

2016-02-16 Thread Joe Mistachkin
6fc65f99c035dac > I've reviewed these changes briefly and I do not see anything obviously wrong with them; however, can other people with deeper knowledge of the web interface code please review them as well? -- Joe Mistachkin ___ fossil

Re: [fossil-users] Fossil build improvements...

2016-02-06 Thread Joe Mistachkin
I'm unable to test with MingW64; however, I think Jan Nijtmans uses it. Sent from my iPhone > On Feb 6, 2016, at 3:08 PM, David Macek wrote: > >> On 17. 1. 2016 0:31, Joe Mistachkin wrote: >> I've made some enhancements to the standard Fossil build process usi

Re: [fossil-users] Recent breakage on Mac OS X

2016-01-30 Thread Joe Mistachkin
Andy Bradford wrote: > > I see similar errors with gcc on OpenBSD. > Sorry about that, should be fixed now. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman

[fossil-users] Fossil build improvements...

2016-01-16 Thread Joe Mistachkin
gure and make on MinGW. Again, any feedback and/or testing for these changes would be greatly appreciated. -- 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] Empty files in fossil-generated zip archives

2016-01-06 Thread Joe Mistachkin
sil-scm.org/index.html/vinfo/18607?sbs=0 Please let us know if this clears the issue for you. -- 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] server returned an error - clone aborted

2015-11-28 Thread Joe Mistachkin
I've seen these types of errors from both "fossil clone" and "fossil update" where the response was truncated. It seemed to be an issue with the VPS I was using at the time. Perhaps the issue is a subtle interaction between Fossil and how some VPS'es handle SSL c

Re: [fossil-users] Can't build Fossil 1.34 with Tcl 8.5

2015-11-04 Thread Joe Mistachkin
Piotr Orzechowski wrote: > > Trying "make distclean" did not help, the error persisted. > Odd, it did work here (i.e. adding "--with-tcl-private-stubs=1" to configure after "make distclean"). > > #define Tcl_Canceled(a,b) TCL_OK did its job wel

Re: [fossil-users] symlinks (was Re: xkcd on git)

2015-11-03 Thread Joe Mistachkin
for the > purposes of this test). This issue was more subtle than it originally appeared. I think the current trunk changes should make it work right for both versioned and non-versioned allow-symlinks settings. -- Joe Mistachkin ___ fossil-users

Re: [fossil-users] symlinks (was Re: xkcd on git)

2015-11-03 Thread Joe Mistachkin
Eric Rubin-Smith wrote: > > (1) Default allow-symlinks to true > (2) Fix bug in which the allow-symlinks setting is not honored while > opening a repository > Please try the latest Fossil trunk and let us know if that fixes all the issues you were seeing. --

Re: [fossil-users] symlinks (was Re: xkcd on git)

2015-11-03 Thread Joe Mistachkin
not adequate? -- 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] symlinks (was Re: xkcd on git)

2015-11-03 Thread Joe Mistachkin
to clarify, what are the behavioral changes needed on the Unix side to make things work seamlessly? Are there differing opinions on the changes needed (i.e. and not just whether or not there should be any changes in the current behavior)? -- Joe Mistachkin ___

Re: [fossil-users] Can't build Fossil 1.34 with Tcl 8.5

2015-11-02 Thread Joe Mistachkin
you that it is safe (also I just tried it myself). Simply run "./configure" with the desired arguments and then add the necessary line to "autoconfig.h" before running "make". You may need to run "make distclean" first if there a

Re: [fossil-users] Can't build Fossil 1.34 with Tcl 8.5

2015-11-02 Thread Joe Mistachkin
th-tcl-private-stubs=1" with configure. 2. #define Tcl_Canceled(a,b) TCL_OK -- 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 gdiff shows diffs on ADDED_BY_INTEGRATE files

2015-10-25 Thread Joe Mistachkin
of any kind? What does 'fossil status' say? Also, can you try running 'fossil test-integrity'? -- 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] The "exec-rel-paths" branch...

2015-10-24 Thread Joe Mistachkin
I would like to get this merged prior to the 1.34 release. Are there any objections? -- 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] Questions about wiki linking to non-branch artifact IDs/images

2015-10-21 Thread Joe Mistachkin
On trunk, in contexts where TH1 is allowed (not wiki?), you should now be able to do: set image [encode64 [artifact trunk path/to/some.png]] -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http

Re: [fossil-users] Time to release Fossil version 1.34?

2015-10-20 Thread Joe Mistachkin
you backed out two check-ins. The original one and the follow-up that fixed the timeline issue it had. I've moved the backout off trunk so the issues that remain, if any, can be fixed prior to the release. -- Joe Mistachkin ___ fossil-users mail

Re: [fossil-users] Time to release Fossil version 1.34?

2015-10-18 Thread Joe Mistachkin
There seems to be a timeline issue: https://system.data.sqlite.org/index.html/timeline?n=50&y=all&v=1 The [2c6bdf20ea] merge check-in has two entries for each of the modified files. -- Joe Mistachkin ___ fossil-users mailing lis

Re: [fossil-users] Trying to compile fossil with TCL integration

2015-09-02 Thread Joe Mistachkin
The tclReady command does not create the Tcl interpreter on-demand, which is unlike the other Tcl integration commands. Use tclEval at least once before using tclReady and it should return 1. As far as the Tcl library loading error goes, it's probably either a naming scheme mismatch (Fossil w

Re: [fossil-users] Markdown checkin comments and tickets (was: Multi line formatting)

2015-08-31 Thread Joe Mistachkin
There are docs on --with-tcl and the commands it provides (see th1.md in the source tree). Also, with Tcl enabled the hooks work perfectly for sending mail and I've personally been doing so for several years on a repository of mine. Sent from my iPhone > On Aug 31, 2015, at 9:40 AM, Warren Yo

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] quick poll: do you generally use add/rm or mv

2015-08-04 Thread Joe Mistachkin
can be compiled in such a way 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] 'mv' semantics

2015-07-31 Thread Joe Mistachkin
le feel strongly about what should or must not happen - I'm > not one of those, 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

Re: [fossil-users] 'mv' semantics

2015-07-29 Thread Joe Mistachkin
presented. I'm not saying there isn't an issue with the timeline; 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-sc

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

2015-07-28 Thread Joe Mistachkin
ould be even more 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] 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 wrote: > > 2015-07-10 12:04 GMT+02:00 Jan Nijtmans : >>$ ./fossil clean >>WARNING: Deletion of this file will not be undo

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

2015-06-29 Thread Joe Mistachkin
n is eventually 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
y which URI's are allowed in HTTP requests from (versionable) 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.fos

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 -- Jo

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

2015-05-27 Thread Joe Mistachkin
such table: fmove > fossil: no such table: fmove > SELECT x, y 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-u

[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? --

Re: [fossil-users] Symlink trouble

2015-04-07 Thread Joe Mistachkin
s greater than zero on success. 2. Set 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 ma

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

2015-04-05 Thread Joe Mistachkin
7;ve added new "info commands" and "info vars" sub-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] 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 _

Re: [fossil-users] Fossil with Tcl support does not work withnginx/xinetd

2015-03-25 Thread Joe Mistachkin
ettings page) in order to take advantage 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] RFC regarding short UUID for some command line use.

2015-03-07 Thread Joe Mistachkin
ext to be quite 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 repolist argument with winsrv

2015-03-02 Thread Joe Mistachkin
flag bit prior to calling into the Win32 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

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.fo

  1   2   >