[fossil-users] Chiselapp status

2018-07-13 Thread Andy Goth
ugh I know he's out there because of recent commits to his kitcreator project. Perhaps I just don't have the right address. -- Andy Goth | ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-

Re: [fossil-users] New Fossil user experiences

2018-07-13 Thread Andy Goth
. Ditto, but with tickets. True, though he has just used Chiselapp directly so far, and is now focusing on checked-in documents instead. I'll have to remind him about the doc/ckout feature so he can preview his changes. -- Andy Goth | ___ fossil

Re: [fossil-users] New Fossil user experiences

2018-07-13 Thread Andy Goth
On 07/11/18 16:10, Warren Young wrote: On Jul 10, 2018, at 8:58 PM, Andy Goth wrote: I thought it interesting that he spoke of merging as if it were a distinct task in the workflow for adding a file. Did he check the file in on a branch and then merge it down to trunk? No he did not, but

[fossil-users] New Fossil user experiences

2018-07-10 Thread Andy Goth
do better highlighting the resources we already have. Lastly, a technical problem. I have a markdown document with an image in it, but it wasn't showing up for him. The solution was to look at it using /doc since /artifact was preventing the relative URL from resolving to a usable resource. -- Andy Goth | ___ 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] Markdown wiki relative links

2018-07-05 Thread Andy Goth
Sure, a name like /wiki/a/b could be interpreted as /wiki?name=a/b, but it would still break relative paths. It's not enough for Fossil to understand that the / in a/b isn't a path separator; the browser would need to understand that as well. Linking to (c) would either go to /wiki/a/c or /c, but n

Re: [fossil-users] Markdown wiki relative links

2018-07-04 Thread Andy Goth
ters. Wouldn't want %2e%2e%2f to come up as ../ allowing you to see files outside of the document root! -- Andy Goth | ___ 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] Markdown wiki relative links

2018-07-04 Thread Andy Goth
s the portable approach is to use name=x. :/ Well, I totally forgot slashes could be in page names. What about %2f? -- Andy Goth | ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/f

[fossil-users] Markdown wiki relative links

2018-07-04 Thread Andy Goth
at, the link would have to be either (/wiki/bar) or (../wiki/bar), though of course that last one combines the worst of all worlds. For now, I'll make sure all my wiki links are to /wiki/whatever. Note: I'm talking about Fossil version 83e3445f67 (2.1), since that's what Chiselap

Re: [fossil-users] Meta-enhancement

2018-06-27 Thread Andy Goth
On 06/27/18 11:43, Richard Hipp wrote: On 6/27/18, Andy Goth wrote: Would you be okay with me creating feature requests to track my own Fossil development ideas, or would you prefer I keep them in wiki pages or somewhere else? I prefer them on this mailing list for now. What advantage do

Re: [fossil-users] Meta-enhancement

2018-06-27 Thread Andy Goth
track my own Fossil development ideas, or would you prefer I keep them in wiki pages or somewhere else? -- Andy Goth | ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil

Re: [fossil-users] `unversioned' questions

2018-06-27 Thread Andy Goth
-files) would be much better. You can set the ignore-glob to make Fossil's versioned commands ignore the unversioned files. -- Andy Goth | ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/ma

Re: [fossil-users] Meta-enhancement

2018-06-26 Thread Andy Goth
On 06/26/18 12:42, Richard Hipp wrote: On 6/26/18, Andy Goth wrote: A forum might be nice, but I don't want to have to enhance Fossil just to be able to discuss enhancing Fossil! Initial prototypes for the forum code are already in the tree. It just needs some more work. I noticed!

Re: [fossil-users] `unversioned' questions

2018-06-26 Thread Andy Goth
2b94?ln=689-773 http://fossil-scm.org/index.html/artifact/43ca4a3045902238?ln=296-308 http://fossil-scm.org/index.html/help/uv -- Andy Goth | ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailm

[fossil-users] Meta-enhancement

2018-06-26 Thread Andy Goth
ideas are worthwhile, how to make them better, who will benefit from them, when to tackle them, who is going to handle them, how they interact with other things, how they will end up being used in practice, and all that free-form stuff that would clog a wik

Re: [fossil-users] `unversioned' questions

2018-06-26 Thread Andy Goth
ecking in or adding new unversioned files - Selectively check in unversioned files along with the rest of the check-in And on it goes. All of the above can be done today via shell scripts, so projects wanting to experiment are invited to get started right

Re: [fossil-users] Markdown in tickets

2018-06-26 Thread Andy Goth
On 06/26/18 11:05, Richard Hipp wrote: On 6/26/18, Andy Goth wrote: Is there a reason why Fossil tickets don't allow markdown? The format options are wiki, HTML, plain text, and [links only]. Markdown as a formatting option can be added by configuration. I apologize, I was unclear.

[fossil-users] Markdown in tickets

2018-06-26 Thread Andy Goth
Is there a reason why Fossil tickets don't allow markdown? The format options are wiki, HTML, plain text, and [links only]. -- Andy Goth | ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cg

Re: [fossil-users] email testing - no subscriber table?

2018-06-24 Thread Andy Goth
ng about email signatures, they are preceded by the magic character sequence dash-dash-space-newline. -- Andy Goth | ___ 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] Reparent problems

2018-06-20 Thread Andy Goth
later, and since there's no mlink, the event is created. However, the plink table is updated using only the P card in the original manifest, undoing the reparent tag. Check-in is visible in the tree but has the wrong parent. On Wed, Jun 20, 2018, 21:38 Andy Goth wrote: > Even with the lates

[fossil-users] Reparent problems

2018-06-20 Thread Andy Goth
Even with the latest Fossil, I'm continuing to have problems with reparent. I'm also continuing to fail to produce a repeatable test case or even a repository I can share without endangering my livelihood. I've been trying for a couple years now, ever since reparent was first introduced. One would

[fossil-users] SlackBuilds.org GitHub repository and DMCA Takedown notice

2018-06-17 Thread Andy Goth
/blob/master/vstsdk2.4/pluginterfaces/vst2.x/aeffect.h+&cd=1&hl=en&ct=clnk&gl=us&client=firefox-b-1 -- Andy Goth | ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] Amendments don't always survive rebuilds

2018-06-09 Thread Andy Goth
igger the problem. I wonder if the order in which artifacts are visited is impacting the outcome. -- Andy Goth | ___ 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 SlackBuild script

2018-06-09 Thread Andy Goth
ifests can be amended by subsequent control artifacts - in most cases, symbolic names refer to the latest matching check-in - branches are implemented using propagating symbolic tags -- Andy Goth | ___ fossil-users mailing list fossil-users@lists.foss

Re: [fossil-users] style.css served with on settings conflict

2018-06-07 Thread Andy Goth
like comments. Text prepended to HTML tends to be tolerated as-is though, so only CSS needs a fix. Trouble is, how does the error logger know that its output will wind up inside CSS? -- Andy Goth | ___ fossil-users mailing list fossil-users

Re: [fossil-users] Compressed >>> uncompressed size

2018-06-07 Thread Andy Goth
and max(length(content)-size) is 20. On Thu, Jun 7, 2018, 14:40 Richard Hipp wrote: > On 6/7/18, Andy Goth wrote: > > > > I'm just going to go ahead and attach > > the file. > > Very peculiar output. What platform is this running on? Have you > made any

Re: [fossil-users] Compressed >>> uncompressed size

2018-06-07 Thread Andy Goth
On 06/07/18 14:00, Andy Goth wrote: On 06/07/18 08:51, Richard Hipp wrote: On 6/7/18, Andy Goth wrote: In a couple of my repositories (sorry, I can't share them), /artifact_stats shows artifact compressed sizes far larger than uncompressed sizes. Can you send the HTML generat

Re: [fossil-users] Compressed >>> uncompressed size

2018-06-07 Thread Andy Goth
On 06/07/18 08:51, Richard Hipp wrote: On 6/7/18, Andy Goth wrote: In a couple of my repositories (sorry, I can't share them), /artifact_stats shows artifact compressed sizes far larger than uncompressed sizes. Can you send the HTML generated by /artifact_stats? Sure, though with

[fossil-users] Compressed >>> uncompressed size

2018-06-06 Thread Andy Goth
ster have zero delta artifacts, whereas manifest has 10:1 delta to full-text and file has 6:5 delta to full-text. Tested using fossil version 2.6 [7ac88481a6] 2018-06-07 00:45:54 UTC, plus I saw it in 2.5. -- Andy Goth | ___ fossil-users maili

Re: [fossil-users] Stray up arrow in timeline

2018-06-06 Thread Andy Goth
On 06/06/18 20:58, Andy Goth wrote: While investigating a difficult-to-reproduce problem with rebuilds (to be discussed in a separate email if I ever come up with a procedure), I managed to get another problem. My timeline now has a stray up arrow coming off the check-in that comes "

Re: [fossil-users] Attachment policy

2018-06-06 Thread Andy Goth
be in separate storage from the email, but the way email attachments work sucks in general, so if we can't achieve this ideal, I understand. -- Andy Goth | ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:80

[fossil-users] Stray up arrow in timeline

2018-06-06 Thread Andy Goth
te email because it's a binary file. Tiny though it may be, attachments often don't go well with mailing lists, particularly not binary attachments. Naturally, I can send it to anyone who requests it, if anyone's curious and can't w

[fossil-users] Attachment policy

2018-06-06 Thread Andy Goth
mits? I have an 8.7 kilobyte binary file I'd like to attach (xz -9 compressed test repository), as well as an image file because I'm at a loss to describe what I'm seeing in the timeline. -- Andy Goth | ___ fossil-users mailing list fos

Re: [fossil-users] Show time...

2018-06-06 Thread Andy Goth
On 06/06/18 20:26, Eduard wrote: I might enable public registration 'soon'. Now all I need is a catchy name, like `chiselapp` :p There are plenty of fossil terms to choose from, for example archaeo. -- Andy Goth | ___ fossil-users ma

Re: [fossil-users] Incorrect arrow colors when using -bgcolor

2018-06-06 Thread Andy Goth
On 06/06/18 19:46, Richard Hipp wrote: On 6/6/18, Andy Goth wrote: When a custom bgcolor is set for a check-in, the arrow color coming out of the check-in is incorrect. In my test case, the outbound arrows are white, which doesn't look so great against the default white background. Fix

[fossil-users] Incorrect arrow colors when using -bgcolor

2018-06-06 Thread Andy Goth
f add file f commit -m 1 -bgcolor '#00aa00' echo moo > file f commit -m 2 -bgcolor '#00aa00' echo moo2 > file f commit -m 3 f ui -- Andy Goth | ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.foss

[fossil-users] Fwd: Re: Fossil README symlink

2017-10-18 Thread Andy Goth
More from Dragora about JavaScript. The part that's most interesting to me is they're not using Github. -- Forwarded message -- From: "Matias Fonzo" Date: Oct 18, 2017 13:26 Subject: Re: Fossil README symlink To: "Andy Goth" Cc: Hi Andy, On Wed, 1

Re: [fossil-users] Content-Security-Policy Was: Fossil README symlink

2017-10-18 Thread Andy Goth
thereof) of the contents of style.css, possibly combined with the Fossil checkin prefix. -- Andy Goth | ___ 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] enhanced-symlink branch

2017-10-18 Thread Andy Goth
need them, because they are in fact *.lnk files. This has some serious drawbacks, but again, it's the only way I've found to make *.lnk files at all. Because off-topic, please consider replying to me privately. -- Andy Goth | ___ fossil-use

[fossil-users] Fwd: Re: Fossil README symlink

2017-10-17 Thread Andy Goth
ssage Subject: Re: Fossil README symlink Date: Tue, 17 Oct 2017 21:49:35 -0300 From: Matias Fonzo Organization: Dragora GNU/Linux-Libre To: Andy Goth Hello Andy, I'm happy that you (a developer of Fossil) wrote me. Also, glad to see that you solved the symlink issue, but i am afraid that is to

Re: [fossil-users] enhanced-symlink branch

2017-10-16 Thread Andy Goth
On 10/16/17 21:13, Warren Young wrote: On Oct 16, 2017, at 7:28 PM, Andy Goth wrote: I don't have the luxury of Cygwin because my end users won't have it. You can just distribute the DLL, then. The two programs that would need Cygwin are Fossil itself and my application. My appl

Re: [fossil-users] enhanced-symlink branch

2017-10-16 Thread Andy Goth
rectory_in_repo" "new_hard_link" >    attr_executable "bin/*.sh" >    attr_hidden "*.cab" > > That setting can be applied whenever "empty-dirs" is currently applied. Everything you suggest can be placed in a makefile or other such

Re: [fossil-users] enhanced-symlink branch

2017-10-16 Thread Andy Goth
Warning: beware of back references in this email. Plan to read this email twice. I guess I could have reorganized it, but I left Warren Young's text in its original order. On 10/16/2017 4:28 PM, Warren Young wrote: > On Oct 14, 2017, at 4:16 PM, Andy Goth wrote: >> Please revie

Re: [fossil-users] enhanced-symlink branch

2017-10-16 Thread Andy Goth
On 10/14/2017 5:16 PM, Andy Goth wrote: > Please review the enhanced-symlink branch. I can't test it properly > this weekend because I don't have Windows anywhere at home. Tested on Windows 7, works just the way my project needs it to work. The manifest.symlinks file is created w

[fossil-users] enhanced-symlink branch

2017-10-14 Thread Andy Goth
ile be missing, though it will be regenerated after an update or a commit. If the manifest setting's value is "1" (one) not "l" (ell), the manifest.symlinks file is disabled. -- Andy Goth | ___ 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 and Emacs

2017-10-01 Thread Andy Goth
owned by the same user as emacs-fossil. -- Andy Goth | ___ 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] web UI for a working checkout?

2017-09-30 Thread Andy Goth
his format, but should all these disappear, both your development history and your development future are safe. -- Andy Goth | ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] Manifest command and ambiguous names

2017-09-30 Thread Andy Goth
r than "manifest", or we could add an alternative to dispatch_name_search() that can return more than one result. In that last case, "fossil help manifest" would print help for both the command and the setting. Thoughts? -- Andy Goth |

Re: [fossil-users] web UI for a working checkout?

2017-09-29 Thread Andy Goth
On 9/29/2017 4:43 PM, Steve Schow wrote: > On Sep 29, 2017, at 2:46 PM, Andy Goth wrote: >> http://chiselapp.com/ > > Hey thats pretty cool, I was not even aware of that site! I am going > to check that out, I guess that’s a decent way to keep a repo public, > then I can

Re: [fossil-users] web UI for a working checkout?

2017-09-29 Thread Andy Goth
nevertheless I would like it to be a bit more aware of checkouts, e.g. to diff the current checkout with its baseline check-in or other versions, to show the list of changes, or to show and manage stashes. -- Andy Goth | signature.asc Description: OpenPGP digital signature ___

Re: [fossil-users] manifest setting "l" flag

2017-09-29 Thread Andy Goth
that any supported system is fully capable of developing for all supported systems: Linux for Windows, Windows for Linux, etc. Therefore I do not want to rely on features that aren't bog standard throughout every version of Windows, 95 onward bec

Re: [fossil-users] manifest setting "l" flag

2017-09-29 Thread Andy Goth
On 09/29/17 04:20, Richard Hipp wrote: On 9/28/17, Andy Goth wrote: http://fossil-scm.org/index.html/info/8d6bdd1e00cf2cf8 Moved onto a branch: enhanced-symlink I thought about branching when I checked in, but I decided to stick with trunk because this can't affect any exi

[fossil-users] manifest setting "l" flag

2017-09-28 Thread Andy Goth
manifest.symlinks file when doing a commit and use it to decide what to mark as symlinks in the manifest. Said logic would only apply in Windows. -- Andy Goth | ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] Built-in documents

2017-09-26 Thread Andy Goth
Should /sitemap be added to the list of built-in documents in the new permutedindex.html? The built-in documents that were just added are already in the permuted index, which is fine, but when I asked myself if there are any other built-in documents, I thought of /sitemap. -- Andy Goth

Re: [fossil-users] Amended check-in time

2017-09-25 Thread Andy Goth
On 09/21/17 20:48, Andy Goth wrote: On 09/21/17 19:51, Richard Hipp wrote: I don't have any idea [why] the tags are not working for you. Try this sequence: f new repo.fossil mkdir ckout cd ckout f open ../repo.fossil touch xxx f add xxx f commit -date-override 2018-01-01 -m 'add xx

Re: [fossil-users] Merge question

2017-09-25 Thread Andy Goth
On 09/25/17 10:39, Richard Hipp wrote: On 9/25/17, Andy Goth wrote: As far as I can tell, in the general case I described in my previous email, assuming waiting was not an option, the best to do would have been to explicitly specify the -baseline option when merging the child branch and later

Re: [fossil-users] Tech note search

2017-09-25 Thread Andy Goth
On 09/25/17 09:35, Chris Rydalch wrote: Thanks so much Andy, this is great! So far so good on my end... Merged to trunk, along with all the other recent developments. Please update and test some more, if you don't mind. -- Andy Goth | ___ f

Re: [fossil-users] Merge question

2017-09-25 Thread Andy Goth
On 09/25/17 10:18, Richard Hipp wrote: On 9/25/17, Andy Goth wrote: In response to Chris Rydalch saying that search-technote works for him, in combination with it passing all my tests, I'd like to merge it to trunk. What is the correct procedure for doing so? At this point I'm i

[fossil-users] Merge question

2017-09-25 Thread Andy Goth
ed first. That would solve everything. Yet, my question remains. What is the best way to handle merging a branch-to-a-branch back to trunk without immediately incorporating unrelated branch changes while still allowing said changes to be incorporated when the branch is later merged?

[fossil-users] Tech note search

2017-09-23 Thread Andy Goth
I opted to keep tech note searching largely separate from wiki searching because I feel tech notes serve a significantly different purpose. -- Andy Goth | ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/

Re: [fossil-users] How to find out when a line was removed

2017-09-23 Thread Andy Goth
On 09/23/17 14:40, Richard Hipp wrote: On 9/23/17, Andy Goth wrote: I tried this, only to find that annotate only works when given a manifest in which a file actually changed. Otherwise I get this error: file #631 is unchanged in manifest #37365 Proposed changes: (1) Move the fix for the

Re: [fossil-users] How to find out when a line was removed

2017-09-23 Thread Andy Goth
On 09/23/17 12:29, Andy Goth wrote: The [annotate] command line and web interfaces take totally different approaches to identifying which version to work with. The web interface simply asks the user, whereas the command line interface seems to take the long way around. If I'm reading this

Re: [fossil-users] How to find out when a line was removed

2017-09-23 Thread Andy Goth
On 09/23/17 11:48, John P. Rouillard wrote: In message , Andy Goth writes: On 09/23/17 10:18, John P. Rouillard wrote: I am trying to find out when a line disappeared from a file. I've long wanted a reverse annotate command. Rather than show when each line was most recently modifi

Re: [fossil-users] How to find out when a line was removed

2017-09-23 Thread Andy Goth
tion could be spelled out as -checkin. Anybody have any answers, thoughts, comments or quips? I think your cat approach is solid. Bisect could work too, though it'll make many changes to your checkout directory. This process can be scripted. Pay attention to what you end up doing becau

Re: [fossil-users] Amended check-in time

2017-09-21 Thread Andy Goth
On 09/21/17 20:48, Andy Goth wrote: The second timeline has the corrected time: === 2017-09-22 === 01:47:20 [03d8e85285] Edit [447719afb096a7d3|447719afb0]: Timestamp 2017-09-21T20:47:15. (user: andy) 01:47:20 [7196e2f3c2] *CURRENT* remove xxx (user: andy tags: trunk) 01:47:10

[fossil-users] Timeline tag format

2017-09-21 Thread Andy Goth
On 09/21/17 20:48, Andy Goth wrote: 01:47:20 [03d8e85285] Edit [447719afb096a7d3|447719afb0]: Timestamp 2017-09-21T20:47:15. (user: andy) A digression. What is the purpose of showing the edited artifact ID twice with two different lengths? This output was produced by the timeline

Re: [fossil-users] Amended check-in time

2017-09-21 Thread Andy Goth
0 [7196e2f3c2] *CURRENT* remove xxx (user: andy tags: trunk) 01:47:10 [602cd20f89] initial empty check-in (user: andy tags: trunk) +++ no more data (4) +++ This is fossil version 2.4 [493e3bade9] 2017-09-21 21:49:02 UTC -- Andy Goth | ___ fossil-users mai

Re: [fossil-users] Amended check-in time

2017-09-21 Thread Andy Goth
On 9/21/2017 4:36 PM, Andy Goth wrote: > I'm having trouble changing the time of a check-in using the Web > interface or the amend command. Either way I get a good result in the > repository I amended, but it doesn't seem to sync right. When viewing > on other sync'e

Re: [fossil-users] uv add dir/filename

2017-09-21 Thread Andy Goth
On 9/19/2017 9:20 AM, Andy Goth wrote: > Okay, I suggest refining the error message to not just say the filename > is unacceptable, but rather to explain the restriction, like is done > with whitespace. Done. http://fossil-scm.org/index.html/info/493e3bade9ae8dc6 --

[fossil-users] Amended check-in time

2017-09-21 Thread Andy Goth
ions, temporary network cables, and disgustingly manual sneakernet. I'm immensely grateful that Fossil is able to negotiate this environment at all; that's one of the features that makes it a necessity I continue to fight for even despite significant pushback. No alternative

Re: [fossil-users] Continued issues with read-only repository

2017-09-21 Thread Andy Goth
her way. Oh good, I didn't realize you changed that as well. This fix works for me too, no need for CFLAGS=-DSQLITE_WIN32_IOERR_RETRY=0. -- Andy Goth | signature.asc Description: OpenPGP digital signature ___ fossil-users mailing list fossil-u

Re: [fossil-users] Continued issues with read-only repository

2017-09-21 Thread Andy Goth
. :-) When testing my previous change addressing this issue (http://fossil-scm.org/index.html/info/95edba6534dafc1f), I did so on a scrubbed repository which didn't have a vcache table, so i didn't realize it could get in trouble if vcache already existed but needed to be updated with the n

Re: [fossil-users] Continued issues with read-only repository

2017-09-21 Thread Andy Goth
code has bugs but at least give me a chance to run it through gdb! -- Andy Goth | signature.asc Description: OpenPGP digital signature ___ 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] Continued issues with read-only repository

2017-09-21 Thread Andy Goth
On 9/21/2017 3:17 PM, Andy Goth wrote: > The winOpen() function then successfully retries with flags altered to > contain SQLITE_OPEN_READONLY instead of SQLITE_OPEN_READWRITE, and this > succeeds. Trouble is, winLog() was already called, and the error > message propagated back t

Re: [fossil-users] Continued issues with read-only repository

2017-09-21 Thread Andy Goth
s=262 argument decodes to: SQLITE_OPEN_MAIN_DB|SQLITE_OPEN_CREATE|SQLITE_OPEN_READWRITE The winOpen() function then successfully retries with flags altered to contain SQLITE_OPEN_READONLY instead of SQLITE_OPEN_READWRITE, and this succeeds. Trouble is, winLog() was already called, and the error message propag

Re: [fossil-users] Continued issues with read-only repository

2017-09-21 Thread Andy Goth
ndows, then run "fossil ui". On Sep 21, 2017 9:29 AM, "Richard Hipp" wrote: On 9/21/17, Andy Goth wrote: > I added "set FOSSIL_VFS=win32-none" to my documentation viewer batch file. > This had no apparent effect. Is there another value I can give it that will

Re: [fossil-users] Continued issues with read-only repository

2017-09-21 Thread Andy Goth
I added "set FOSSIL_VFS=win32-none" to my documentation viewer batch file. This had no apparent effect. Is there another value I can give it that will have a more dramatic effect to confirm it's being seen by Fossil? On Sep 21, 2017 8:08 AM, "Richard Hipp" wrote: >

Re: [fossil-users] Continued issues with read-only repository

2017-09-21 Thread Andy Goth
Okay cool, I'll tell the Air Force that's what they need to do. On Thu, Sep 21, 2017 at 7:13 AM, Roy Keene wrote: > Quit using Windows ? > > > On Wed, 20 Sep 2017, Andy Goth wrote: > > I'm fine in Linux working from a loopback-mounted ISO9660 disc image, >

[fossil-users] Continued issues with read-only repository

2017-09-20 Thread Andy Goth
ree, the errors also appear in HTML format at the start of style.css, corrupting the first definition and messing up the page style. What can be done about this? -- Andy Goth | signature.asc Description: OpenPGP digital signature ___ fossil-users mail

Re: [fossil-users] New release?

2017-09-20 Thread Andy Goth
On 9/20/2017 5:54 PM, Richard Hipp wrote: > On 9/20/17, Andy Goth wrote: >> Clearly your OpenSSL is different than mine. How did you get it? > > Sorry - I don't recall OpenSSL-1.1.0f doesn't easily work because it requires a newer version of Perl than is bund

Re: [fossil-users] New release?

2017-09-20 Thread Andy Goth
On 8/30/2017 10:51 AM, Richard Hipp wrote: > On 8/30/17, Andy Goth wrote: >> Is there a compilation guide that says how exactly the official Windows >> binaries are produced? I'd like to get that part right if I can. > > I use this TCL script: > > cd c:/users/

Re: [fossil-users] Ignoring files/directories in automated zip files?

2017-09-19 Thread Andy Goth
che already provides this feature, so if Fossil is the CGI backend for part of your Apache site, then you have everything you need. -- Andy Goth | signature.asc Description: OpenPGP digital signature ___ fossil-users mailing list fossil-users@

Re: [fossil-users] Ignoring files/directories in automated zip files?

2017-09-19 Thread Andy Goth
tar.gz file will contain the appropriate subset of files. > In Fossil anyone could just create a make recipe to generate a proper > ZIP file and sync it in the unversioned files instead. Also good. -- Andy Goth | signature.asc Description: OpenPGP digit

Re: [fossil-users] uv add dir/filename

2017-09-19 Thread Andy Goth
On 09/19/17 06:45, Roy Keene wrote: On Tue, 19 Sep 2017, Andy Goth wrote: Currently the "fossil uv add" command rejects filenames containing directory components. I suggest instead applying this restriction only to the value of the "-as" switch, with "-as" d

[fossil-users] uv add dir/filename

2017-09-18 Thread Andy Goth
Currently the "fossil uv add" command rejects filenames containing directory components. I suggest instead applying this restriction only to the value of the "-as" switch, with "-as" defaulting to the filename sans direct

Re: [fossil-users] Strange IP address on repository sync report.

2017-09-16 Thread Andy Goth
asm32.info" (or whatever else is giving you trouble) and let us know what they say. Hit Ctrl+C to interrupt the ping. On Sat, Sep 16, 2017 at 1:57 PM, John Found wrote: > On Sat, 16 Sep 2017 13:44:51 -0500 > Andy Goth wrote: > > > Please type "openssl version" and let

Re: [fossil-users] Strange IP address on repository sync report.

2017-09-16 Thread Andy Goth
Sep 2017 13:16:20 -0500 > Andy Goth wrote: > > > Do you have the same problem when you run a freshly compiled-from-scratch > > Fossil binary? We want to confirm you don't somehow have old object files > > linked in. > > > > Yes. Checked twice. T

Re: [fossil-users] Strange IP address on repository sync report.

2017-09-16 Thread Andy Goth
Do you have the same problem when you run a freshly compiled-from-scratch Fossil binary? We want to confirm you don't somehow have old object files linked in. On Sat, Sep 16, 2017 at 1:04 PM, John Found wrote: > On Sat, 16 Sep 2017 12:16:54 -0500 > Andy Goth wrote: > > > T

Re: [fossil-users] Strange IP address on repository sync report.

2017-09-16 Thread Andy Goth
s.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- Andy Goth | ___ 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] Strange IP address on repository sync report.

2017-09-16 Thread Andy Goth
il-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- Andy Goth | ___ 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] Strange IP address on repository sync report.

2017-09-16 Thread Andy Goth
.) > >>> > >>> Nevermind - the problem is on the client side, not on the server. So > >>> it is not an Apache problem Not sure what might be causing > >>> that > >>> > >>> -- > >>> D. Ric

Re: [fossil-users] New release?

2017-08-30 Thread Andy Goth
On 08/30/17 06:05, Richard Hipp wrote: On 8/29/17, Andy Goth wrote: At work I'm having some difficulty due to the most recent released version of Fossil not including my correction for /doc on read-only repository files. Would it be possible to make another release to include this and

Re: [fossil-users] toc.tcl

2017-08-29 Thread Andy Goth
On 08/29/17 21:18, Offray Vladimir Luna Cárdenas wrote: On 29/08/17 20:11, Andy Goth wrote: To keep this email relevant to Fossil, let me ask if there is any interest in adding "```" which appears to be intended to mark a code block without having to indent each line. I vote no becau

[fossil-users] New release?

2017-08-29 Thread Andy Goth
umentation. -- Andy Goth | ___ 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] toc.tcl

2017-08-29 Thread Andy Goth
ot; which appears to be intended to mark a code block without having to indent each line. I vote no because what we have works for me, but others may disagree. -- Andy Goth | ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://l

Re: [fossil-users] Minor typos in fossil documentation

2017-08-24 Thread Andy Goth
On 08/24/17 04:48, rosscann...@fastmail.com wrote: The fossil documentation is so good, it's a shame to allow even the tiniest imperfection! Thanks, fixed. Please review: http://fossil-scm.org/index.html/info/f98852a0df35ef2a -- Andy

Re: [fossil-users] strange problem with graphical diff

2017-08-23 Thread Andy Goth
ng list > fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- Andy Goth | ___ 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] toc.tcl

2017-08-21 Thread Andy Goth
wline $chan [regsub -line {^$(?:\n.+$)*\n$}\ $data [string map {& \& \\ } $toc]] chan close $chan } } # vim: set sts=4 sw=4 tw=80 et ft=tcl: On Aug 21, 2017 09:47, "jungle Boogie" wrote: > On 20 August 2017 at 10:24, Andy Goth wrote: > > On

Re: [fossil-users] toc.tcl

2017-08-20 Thread Andy Goth
e TOC list and the line. https://chiselapp.com/user/andy/repository/brush/file/doc/toc.tcl -- Andy Goth | ___ 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] toc.tcl

2017-08-17 Thread Andy Goth
ut perhaps it's time for me to look into it! Worth it. I appreciate your work on this! Try this new version: https://chiselapp.com/user/andy/repository/brush/file/doc/toc.tcl -- Andy Goth | ___ fossil-users mailing list fossil-users@lists.foss

Re: [fossil-users] Rectangle around leaf in web interface

2017-08-17 Thread Andy Goth
er than circles.) Leaves are also shown by the boldface word "Leaf:" right before the check-in comment. Since I believe the rectangle looks quite nice Thank you, I styled it. :^) http://fossil-scm.org/index.html/info/e5b53f15cb6c32d7 http://fossil-scm.org/index.html/info/f23cc

  1   2   3   4   >