Re: [fossil-users] clone a repository over ssh where the path includes whitespace characters

2019-08-08 Thread Stephan Beal
path/to/"directory with spaces"/my.fossil' my.fossil (Note the extra quotes.) i've no idea if that will really work, though. -- - stephan beal https://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insis

Re: [fossil-users] Different file count after FOSSIL REBUILD --COMPRESS

2019-04-07 Thread Stephan Beal
id:1' with the UUID of the newly-missing artifact. 3. Is it safe to assume (based on the db –db-check command) that the repo > is not corrupt in any way? > Definitely. -- - stephan beal https://wanderinghorse.net/home/stephan/ <http://wanderinghorse.net/home/stephan/> "Freedom is

Re: [fossil-users] Corrupt database at first commit after a Fossil update

2018-11-07 Thread Stephan Beal
ny spammers/bots on the forum, but that might be because it's not yet a big enough target for them ;). Well, times are a changin'... > We have the spammers and their bots to thank for that :/. -- - stephan beal https://wanderinghorse.net/home/stephan/ <http://wanderinghorse.net/home/stepha

Re: [fossil-users] Corrupt database at first commit after a Fossil update

2018-11-07 Thread Stephan Beal
org/forum -- - stephan beal https://wanderinghorse.net/home/stephan/ <http://wanderinghorse.net/home/stephan/> "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have t

Re: [fossil-users] Why no EXE+DLL like SQLite?

2018-08-07 Thread Stephan Beal
the timeline was in late 2014. > That time frame is familiar to me, so i had to check... a couple timeline entries mention his use of libfossil, and late 2014 was when chronic RSI knocked me out of my hobby projects (which included libfossil). -- - stephan beal http://wanderinghors

Re: [fossil-users] "fossil gdiff" doesn't launch WinMerge; fossil.exe with autocompletion?

2018-08-04 Thread Stephan Beal
That could, i guess, be "fixed" by adding a --quiet option, suppressing any non-diff output. Something to consider, in any case. - stephan Sent from a mobile device, possibly left-handed from bed. Please excuse brevity, typos, and top-posting. On Sat, Aug 4, 2018, 17:11 Gilles wrote: &

Re: [fossil-users] "fossil gdiff" doesn't launch WinMerge; fossil.exe with autocompletion?

2018-08-04 Thread Stephan Beal
mp>fossil diff test.html > > d:\Temp>fossil finfo test.html > That means there are no diffs to show. Try: fossil gdiff --from prev test.html -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed bypr

Re: [fossil-users] Fossil's (lack of) use of the Ticket system

2018-08-04 Thread Stephan Beal
ple can post questions directly. > That's exactly what Richard is currently implementing. That alone won't stop the "how do i" posts - it's a Cosmic Rule that many people won't bother searching a forum (beyond a casual Google effort) before posting their own (oft-repeated) query. :/.

Re: [fossil-users] Fossil's (lack of) use of the Ticket system

2018-08-03 Thread Stephan Beal
es, there's always that minority of bugs for which tracking them in the ticket system makes sense, but it simply fell out of fashion to do so. i see that Richard just answered, so i'll stop there and see what he says on the topic. If there's any conflict of opinions, he wins, of

Re: [fossil-users] CMake project for Fossil development using IDE [branch: cmake-ide]

2018-08-02 Thread Stephan Beal
e custom markup (lines starting with @) which will confuse most C editors (any which do syntax highlighting). That's only "cosmetic confusion", though - it doesn't break anything. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's t

Re: [fossil-users] Backup traffic

2018-07-20 Thread Stephan Beal
ntion if is used together with many very active .fsl files. That is probably only possible if several of those repos are _extremely_ active, though. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insis

Re: [fossil-users] Can't believe --branchcolor would be platform-specific

2018-07-07 Thread Stephan Beal
yle shell known to man treats an unescaped # as the start of a comment. An alternate approach, aside from quotes is: --branchcolor \#f0a0a0 [1] = obviously, since i say "every" in public, someone will now point out an exception to that rule. That said, i'm not aware of any exceptio

Re: [fossil-users] Segfault on json test

2018-07-05 Thread Stephan Beal
ttps://www.fossil-scm.org/index.html/info/f488a5aa97a3b15f There are still 2 json tests which fail, but i didn't write those and can't say anything useful about them :/. The segfault is resolved, in any case. Thanks for the report! -- - stephan beal http://wanderinghorse.net/home/stephan/ &qu

Re: [fossil-users] Segfault on json test

2018-07-05 Thread Stephan Beal
now */ ){ char *zSecure = ""; - if( zPath==0 ){ + if(!g.isHTTP) return /* likely JSON CLI mode */; + else if( zPath==0 ){ zPath = g.zTop; if( zPath[0]==0 ) zPath = "/"; } if( g.zBaseURL!=0 && strncmp(g.zBaseURL, "https:", 6)==0 ){ zSecure = " se

Re: [fossil-users] Markdown wiki relative links

2018-07-04 Thread Stephan Beal
.) - stephan Sent from a mobile device, possibly left-handed from bed. Please excuse brevity, typos, and top-posting. On Wed, Jul 4, 2018, 23:26 Andy Goth wrote: > On 07/04/18 16:01, Stephan Beal wrote: > > Fwiw, a few years back i created a patch which caused generated wiki > > links

Re: [fossil-users] Markdown wiki relative links

2018-07-04 Thread Stephan Beal
Fwiw, a few years back i created a patch which caused generated wiki links to always emit wiki/x rather than name=x, but it was pointed out to me that wiki/x doesn't work when x contains a slash, which is a valid wiki page name character. Thus the portable approach is to use name=x. :/ -

Re: [fossil-users] `unversioned' questions

2018-06-26 Thread Stephan Beal
rent folders on Unix systems. Likewise, Unix /a/b/c.txt has no direct mapping on Windows (which drive should it use?). -- ----- stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world,

Re: [fossil-users] A fossil library

2018-06-25 Thread Stephan Beal
On Mon, Jun 25, 2018 at 2:30 PM Warren Young wrote: > On Sun, Jun 24, 2018 at 4:48 PM, Stephan Beal > wrote: > >> Isn't adding hundreds (literally) of gotos just as fraught with >> opportunities for failure ;)? >> > > #ifdef LIBFOSSIL > # define FO

Re: [fossil-users] A fossil library

2018-06-24 Thread Stephan Beal
d to imply that you can't pull it off. My journey with libfossil was always _at least_ as much about reimplementing it "cleanly" as it was about getting it running at all. Without the former, the latter would have been, at best, a hollow success.) -- - stephan beal http://wanderingho

Re: [fossil-users] No rule to make target 'src/email.c', ...

2018-06-20 Thread Stephan Beal
Richard just fixed that moments ago - update again and it will work. - stephan Sent from a mobile device, possibly left-handed from bed. Please excuse brevity, typos, and top-posting. On Wed, Jun 20, 2018, 22:02 Sergei Gavrikov wrote: > [FYI] > >$ f info >project-name: Fossil >

Re: [fossil-users] A fossil library

2018-06-19 Thread Stephan Beal
needed for making libfossil compatible (again) with fossil(1). If that hurdle can be surpassed, the rest is "easy" (even the merging - it simply needs to be ported over from fossil, adapting the API to a library interface along the way). --

Re: [fossil-users] Are commits with "a lot" of small files still an issue?

2018-06-19 Thread Stephan Beal
we're all curious what you mean by (1) "large amounts" of files (hundreds, thousands, tens of thousands?) and (B) "is still an issue"? Have you had problems importing hundreds or thousands of small files? And what were the problems? -- - stephan beal http://wanderinghors

Re: [fossil-users] A fossil library

2018-06-19 Thread Stephan Beal
(1)? > i'm not clear what you mean :|. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to do." -- Bigby Wolf __

Re: [fossil-users] A fossil library

2018-06-18 Thread Stephan Beal
returned as the enum entry FSL_RC_OOM, as we can't provide more information for that case without more allocation (which would presumably fail). -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduc

Re: [fossil-users] A fossil library

2018-06-18 Thread Stephan Beal
fossil never got far enough to implement the 'stash' or 'undo' parts, as both depend on the merge process, which was the final "big/scary" hurdle left to port). -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. Bu

Re: [fossil-users] Backups of deconstructed fossil repositories

2018-06-17 Thread Stephan Beal
p for file X?", the answer is really the timestamp of the last commit in which that file was modified. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist

Re: [fossil-users] Change textarea for textnotes to placeholder text

2018-06-17 Thread Stephan Beal
On Sun, Jun 17, 2018, 15:26 Zack Scholl wrote: > > > [1]: https://www.w3schools.com/tags/att_textarea_placeholder.asp > > [2]: > https://www.fossil-scm.org/index.html/artifact?udc=1=on=5d4a12252f765b5a > Just fyi: the ln= param accepts both a single line number or range of lines (e.g.

Re: [fossil-users] A fossil library

2018-06-17 Thread Stephan Beal
ating on this. > None are needed if you just want to access to libfossil (initially they were, but that requirement was later dropped). If you'll send me your preferred user name off-list i'll get it set up. Thanks again, Stephan. I'll be looking into those

Re: [fossil-users] A fossil library

2018-06-16 Thread Stephan Beal
On Sat, Jun 16, 2018 at 12:07 PM Stephan Beal wrote: > libfossil had essentially all of the core-most functionality > running (documented, too) > http://fossil.wanderinghorse.net/repos/libfossil/doxygen/ Ah, those were the days... (i actually _miss_ documenting software.) --

Re: [fossil-users] A fossil library

2018-06-16 Thread Stephan Beal
On Sat, Jun 16, 2018 at 12:46 AM Stephan Beal wrote: > i will write a longer response when i'm back on the PC, but short version: > > - refactoring to a lib is a huge effort. > ... > More details upcoming about that first point in the morning. > So... http://fossil.wa

Re: [fossil-users] A fossil library

2018-06-15 Thread Stephan Beal
i will write a longer response when i'm back on the PC, but short version: - refactoring to a lib is a huge effort. - up until late 2014 i was actively working on a library port and had most of the core features working. - RSI struck me down and has since effectively removed me from the

Re: [fossil-users] Perception of Fossil

2018-06-14 Thread Stephan Beal
ia: https://en.wikipedia.org/wiki/Distributed_version_control#History That term was already in use by the time ESR popularized it[^1], at a time when CVS (centrally administered, like Fossil) was still king. [1] = https://en.wikipedia.org/wiki/The_Cathedral_and_the_Bazaar -- - stephan beal http://

Re: [fossil-users] Bug in /finfo not showing Deleted anymore.

2018-06-13 Thread Stephan Beal
On Wed, Jun 13, 2018 at 6:17 PM, Stephan Beal wrote: > On Wed, Jun 13, 2018 at 5:12 PM, Richard Hipp wrote: > >> On 6/13/18, Svyatoslav Mishyn wrote: >> > (Wed, 13 Jun 08:49) Andy Bradford: >> >> I haven't had the time to investigate further, but it seem

Re: [fossil-users] Bug in /finfo not showing Deleted anymore.

2018-06-13 Thread Stephan Beal
/info/4c268999d5 Notice how the current UUID is SELECTed in each (previous and current versions: that section of code in the 2 links above is essentially mirrored). -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guarante

Re: [fossil-users] Fossil binary file size on FreeBSD (amd64)

2018-06-11 Thread Stephan Beal
Try stripping the debug symbols: strip fossil - stephan Sent from a mobile device, possibly left-handed from bed. Please excuse brevity, typos, and top-posting. On Mon, Jun 11, 2018, 07:55 Florian Balmer wrote: > When building Fossil on a recent out-of-the-box FreeBSD (amd64) > virtual

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

2018-06-05 Thread Stephan Beal
On Tue, Jun 5, 2018, 23:19 Stéphane Aulery wrote: > > Barely one day and I have already received this link [1] by Hacker News > RSS feed. > > Maybe you can make your advocacy here. > > [1] https://tutswiki.com/github-alternatives/ Which reminds me: i saw an ad on SourceForge (remember them?

Re: [fossil-users] Repository reports as JSON

2018-06-05 Thread Stephan Beal
On Tue, Jun 5, 2018, 19:03 Offray Vladimir Luna Cárdenas wrote: > Hi, > > I would like to have access to the activity reports information in JSON > format. I know that the json interface is enabled and that is mostly > used by preceding the usual url by the "json/" command (see for example >

Re: [fossil-users] Rumor: Microsoft has acquired github

2018-06-03 Thread Stephan Beal
On Mon, Jun 4, 2018 at 2:08 AM, Jan Danielsson wrote: > On 2018-06-04 00:35, Stephan Beal wrote: > [---] > > It does kind of make sense: the global leader in creating > > market-leading-yet-unusable software acquires one more piece of > > market-leading-yet-unusable softw

[fossil-users] Rumor: Microsoft has acquired github

2018-06-03 Thread Stephan Beal
-leading-yet-unusable software. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to do." -- Bigby Wolf

Re: [fossil-users] JSON timeline missing deleted files?

2018-06-01 Thread Stephan Beal
On Tue, Mar 13, 2018 at 5:17 PM, Stephan Beal wrote: > suggests that it "looks okay". However, a quick local test also shows that > a removed file is indeed not reported. The first suspect is the related > query: > > https://www.fossil-scm.org/index.html/artifact/5a

Re: [fossil-users] Purging attachments

2018-05-31 Thread Stephan Beal
." You simply need to rebuild the repo after shunning. That won't eliminate it from any closes, but it will keep them from re-synching it back to your copy. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduc

Re: [fossil-users] Purging attachments

2018-05-31 Thread Stephan Beal
ocumentation on that page. PS: you _really_ don't want to remove data from your repo unless someone checked in a password, private SSH key, something copyrighted by someone else, or similar cases. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since

Re: [fossil-users] fossil delete user

2018-05-15 Thread Stephan Beal
ntral repo can add any number of users, but my local copy doesn't know them as users - it only knows them as static strings in commit entries. In short: what you're asking for is, by design, not possible in Fossil. (i don't _think_ it's possible in any SCM, for that matter, but i _know_

Re: [fossil-users] fossil delete user

2018-05-15 Thread Stephan Beal
Anonymization is not possible because the user name is part of each commit entry, which means that it affects the hash code of each commit. Changing any data in a commit, including the user name or timestamp, would change the hash, and thereby invalidate every commit which derived from that.

Re: [fossil-users] [Q] Possibility to use SQlite Feature "Append VFS" with fossil?

2018-05-12 Thread Stephan Beal
nect to a central copy running on your workstation. "Can of worms" is what immediately comes to mind. An interesting idea, i admit, but "can of worms" trumps "interesting" for me. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But s

Re: [fossil-users] [Q] Possibility to use SQlite Feature "Append VFS" with fossil?

2018-05-12 Thread Stephan Beal
pinion, of course. It may very well work out fine for you. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom w

Re: [fossil-users] "malformed database schema"

2018-04-10 Thread Stephan Beal
i suspect that the old sqlite version has something to do with this. Try using "fossil sqlite" instead of sqlite3. - stephan Sent from a mobile device, possibly left-handed from bed. Please excuse brevity, typos, and top-posting. On Wed, Apr 11, 2018, 00:09 Jan Danielsson

Re: [fossil-users] Web interface: "ls -l" list of files?

2018-03-19 Thread Stephan Beal
he age of a file, it's really showing you the timestamp of the commit which most recently modified that file. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist

Re: [fossil-users] Experimental timeline "View Mode" changes.

2018-03-17 Thread Stephan Beal
Fwiw, i prefer the Classic, with the uid at the start of the message. When it's at the end, the eyes and mouse hand have to look for it in a different place for every entry. - stephan Sent from a mobile device, possibly left-handed from bed. Please excuse brevity, typos, and top-posting. On

Re: [fossil-users] JSON timeline missing deleted files?

2018-03-13 Thread Stephan Beal
On Tue, Mar 13, 2018 at 10:09 AM, Stephan Beal <sgb...@googlemail.com> wrote: > On Tue, Mar 13, 2018 at 12:17 AM, João Batista <jmn.bati...@gmail.com> > wrote: > >> With fossil 2.5, it seems that "fossil json timeline checkin" does not >> show deleted

Re: [fossil-users] JSON timeline missing deleted files?

2018-03-13 Thread Stephan Beal
t. Unfortunately, i'm still on long-term medical leave for a severe case of RSI in both arms, so my typing is limited and my programming even more so, so i can't personally commit to correcting this for the foreseeable future. (That's not to say that someone else couldn't do it, though!) -- -

Re: [fossil-users] JSON timeline missing deleted files?

2018-03-12 Thread Stephan Beal
That sounds like an omission, but i don't recall off hand (that code is about 5 years old now). i will take a look at it tomorrow (Central Euro Time). - stephan Sent from a mobile device, possibly left-handed from bed. Please excuse brevity, typos, and top-posting. On Tue, Mar 13, 2018,

Re: [fossil-users] Repo extension in "fossil cgi" when used with "directory:"

2018-02-21 Thread Stephan Beal
) are a problem via-a-vis sqlite or 'fossil rebuild', but either symlinks or hard links might be another option, simply aliasing the .fsl files. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insi

Re: [fossil-users] Windows GUI that allows diff between two, revisions?

2018-02-15 Thread Stephan Beal
ot;payload":{ "name":"BUILD.txt", "checkins":[ { "checkin":"06ffd8009ff257ded9f98e179fd52513081ddcf2", "uuid":"976db410b019ec100c95da8aa977d6209fee9a4e", "timestamp":1428028595, "user":"mistachkin&quo

Re: [fossil-users] Windows GUI that allows diff between two, revisions?

2018-02-15 Thread Stephan Beal
A1 "attack" and subsequent reworking on fossil have left libfossil requiring a non-trivial amount of rework to catch up, and i'm physically unable to do it :/. If someone would like to take it over, the code is here: http://fossil.wanderinghorse.net/r/libfossil -- - stephan beal ht

Re: [fossil-users] Bug Report: Fossil 2.3 runs out of Memory During Check-in

2018-01-27 Thread Stephan Beal
ss). Barring major architectural upheaval (one step of which would be reimplementing the delta generator and applicator to stream their i/o, rather than working in-memory), your use case simply is not realistic in fossil. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freed

Re: [fossil-users] 413 Request Entity Too Large

2018-01-11 Thread Stephan Beal
de except in unrelated Unicode bits. It seems like this message is coming from your nginx. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world,

Re: [fossil-users] Errors in current trunk (24c2b99d) related to TIMESPEC

2018-01-09 Thread Stephan Beal
t; That buffer has been increased to 20 bytes. Please try with the latest trunk. Thank you for your persistence! http://fossil-scm.org/fossil/info/e508424e7d7863e1 -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the

Re: [fossil-users] Errors in current trunk (24c2b99d) related to TIMESPEC

2018-01-09 Thread Stephan Beal
i will take a look at the cson warnings - that fike is generated from an upstream tree. - stephan Sent from a mobile device, possibly from bed. Please excuse brevity, typos, and top-posting. On Jan 9, 2018 21:17, "jungle Boogie" wrote: > On 9 January 2018 at 06:32,

Re: [fossil-users] fossil-users Digest, Vol 120, Issue 2

2018-01-01 Thread Stephan Beal
(this time back to the list) On Tue, Jan 2, 2018 at 3:43 AM, Andy Bradford <amb-fos...@bradfords.org> wrote: > Thus said Stephan Beal on Tue, 02 Jan 2018 03:07:20 +0100: > > > That will still strip any newlines from his input, though, because > > that's how $(...) wor

Re: [fossil-users] fossil-users Digest, Vol 120, Issue 2

2018-01-01 Thread Stephan Beal
quot;$(cat content_next)" > That will still strip any newlines from his input, though, because that's how $(...) works. To get the comment text imported verbatim, i suspect that the ticket command needs to support a -M FILENAME option to import a comment, like checkin does. -- - stephan beal http://

Re: [fossil-users] mimetype of a ticket with specified mimetype

2018-01-01 Thread Stephan Beal
all lines > are stick together. Content view becomes fine with switch to 'plaintext' > mode above ticket. > The question is: why fossil shows me formatted text when I specified it as > "text/plain"? > Running a command through $(...) strips any newlines from th

Re: [fossil-users] Import --svn "internal error: out of memory"

2017-12-27 Thread Stephan Beal
h. > To quote the Oracle: "[Because] You didn't come here to make the choice, you've already made it. You're here to try to understand why you made it." Welcome aboard! :) -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's

[fossil-users] Fossil hack: quickly finding the first checkin via the web UI

2017-12-21 Thread Stephan Beal
lies after a rebuild/reconstruct, but it works on all the repos i've tried so far. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to do.

Re: [fossil-users] tangent vs. wyoung on recent commti

2017-12-18 Thread Stephan Beal
Fwiw, i agree completely, plus suspect (without knowing for certain) that including a user's IP (and thus, indirectly, location) in the permanent record _might_ run afoul of privacy laws in some jurisdictions. - stephan Sent from a mobile device, possibly from bed. Please excuse brevity,

Re: [fossil-users] tangent vs. wyoung on recent commti

2017-12-14 Thread Stephan Beal
at's correct: all CLI commands simply bypass (i.e. don't check) permissions. Only client/server commands check permissions. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect worl

Re: [fossil-users] How to share a fossil repo using static http (without the cgi)?

2017-12-12 Thread Stephan Beal
In short, no. To be able to clone, fossil needs a server process of some sort, which means either CGI or a the built-in standalone http server. It can use SSH, but that uses fossil's built-in server to do the real work. PS: the db does not store raw user passwords, but does store hashes of those

Re: [fossil-users] Older fossil archives are not rebuild-able

2017-12-12 Thread Stephan Beal
d from them. It places the new fossil repository in FILENAME. Subdirectories are read, files with leading '.' in the filename are ignored. See also: deconstruct, rebuil So... (untested)... fossil decon -R repo.file ~/tmp/xxx Then: fossil recon repo-new.file ~/tmp/xxx -- - stephan beal http://wan

Re: [fossil-users] Lots of web interface changes

2017-12-06 Thread Stephan Beal
On Wed, Dec 6, 2017 at 10:59 PM, Richard Hipp <d...@sqlite.org> wrote: > On 12/6/17, Stephan Beal <sgb...@googlemail.com> wrote: > > On Wed, Dec 6, 2017 at 8:33 PM, Richard Hipp <d...@sqlite.org> wrote: > > > >> know.) Are you still having the sa

Re: [fossil-users] Lots of web interface changes

2017-12-06 Thread Stephan Beal
On Wed, Dec 6, 2017 at 8:33 PM, Richard Hipp <d...@sqlite.org> wrote: > know.) Are you still having the same problem with the latest > code, even after hitting multiple "Reloads"? > Just tested: no :) -- - stephan beal http://wanderinghorse.net/home/st

Re: [fossil-users] Lots of web interface changes

2017-12-06 Thread Stephan Beal
ot unduly stringent (i know that's an ongoing war). -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to do." -- Bigby Wolf _

Re: [fossil-users] Trolling GitHub for ideas

2017-11-27 Thread Stephan Beal
so that opening the ticket > would show all related comments, each with a short view of the code > and a link to the full context. > GoogleCode (or one of the similar platforms) had the ability to comment on lines of files/diffs, and i have missed that feature at least twice in fossil. i.e. +1

Re: [fossil-users] More timeline changes

2017-11-26 Thread Stephan Beal
there. i recommend doing away with them entirely, an simply making "click a timeline entry to expand its details" a new documented feature. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who i

Re: [fossil-users] More timeline changes

2017-11-26 Thread Stephan Beal
end of each comment > that you can click on to expand the details. > i like the way it works now, that you simply click anywhere on the row. Granted, it's possibly not intuitive without some visual indicator to click on ("..."), but it's visually elegant. -- - stephan beal http://w

Re: [fossil-users] Interface improvement ideas from GitHub

2017-11-26 Thread Stephan Beal
sides which itself evaluates to true in a "boolean context". i.e.: 2 || 3 in almost every other language that evaluates to true, whereas in JS it evaluates to 2. Likewise (0 || 7) evaluates to 7. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. B

Re: [fossil-users] Clone a repo served by a winsrv service

2017-11-23 Thread Stephan Beal
Artifacts Deltas > waiting for server... > getaddrinfo() fails: Hôte inconnu. > It cannot resolve the name "fossil" a your computer. What does "ping fossil" (from a "cmd" window) say? -- - stephan beal http://wanderinghorse.net/home/stephan/

Re: [fossil-users] unexpected tcl error dialog via diff -tk

2017-11-15 Thread Stephan Beal
; i saw a comment to that effect a week or two ago but it didn't do anything on the version i had. After an update, both ctrl-q and escesc close it (and both are equally finger-friendly). Thank you! -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyrann

[fossil-users] unexpected tcl error dialog via diff -tk

2017-11-15 Thread Stephan Beal
ndow name/identifier "bb.files" while executing "event generate bb.files <1>" (command bound to event) It does not happen if ENTER is pressed in the Search field. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But sinc

Re: [fossil-users] Could not find a valid check-in for RID xxxx. Possible checkout/repo mismatch.

2017-11-15 Thread Stephan Beal
"stash" and "undo"). 2) fossil open /path/to/repo.fossil --keep that will open the repo again, keeping any local changes. That "might" solve the problem. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's

Re: [fossil-users] [Nmh-workers] Merging Source Files with git. (fwd)

2017-11-14 Thread Stephan Beal
On Tue, Nov 14, 2017 at 4:26 PM, Warren Young <war...@etr-usa.com> wrote: > https://tangentsoft.com/pidp8i/finfo?name=libexec/mkos8 Don't take this the wrong way, but that is a mighty fine skin you have, sir. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Fre

[fossil-users] "snapshot" alias...

2017-11-12 Thread Stephan Beal
you simply prefer backticks.) -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to do." -- Bigby Wolf __

Re: [fossil-users] JSON API

2017-11-12 Thread Stephan Beal
as a full-blown wiki, for example. > That's exactly what i use the JSON API for. e.g.: http://fossil.wanderinghorse.net/wikis/cson that uses a custom front-end to server/manage wiki content from/in a fossil repo. It uses client-side rendering using the GoogleCode wiki format, rat

Re: [fossil-users] feature request: diff -tk: 'q' to quit

2017-11-11 Thread Stephan Beal
fos...@pointsman.de> wrote: > > Stephan Beal writes: > > Sometime in the far past, tapping 'q' (or maybe it was 'x') in the diff > -tk > > widget used to exit that widget. Nowadays one has to click the "Quit" > > button or tap Alt-F4 (a really finger-clumsy holdover from

[fossil-users] feature request: diff -tk: 'q' to quit

2017-11-11 Thread Stephan Beal
ionality back? It sounds like a trivial thing to add, but the tcl code is all Greek to me :/. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to

Re: [fossil-users] Main repository moved from http to https?

2017-11-07 Thread Stephan Beal
hen i typed "sqlite.org/src" into my browser's URL bar today. Only after saying to myself "wha!?!?" and googling did i get the https link and land on the site (at which point i realized that https was the missing puzzle piece). -- - stephan beal http://wanderinghorse.

Re: [fossil-users] bug(?) in glob handling on exact match?

2017-11-02 Thread Stephan Beal
characters that consume (and match) the src/ part. > Fair enough. i only checked the 'f set' help text before posting. Thank you! -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfec

[fossil-users] bug(?) in glob handling on exact match?

2017-11-02 Thread Stephan Beal
ormal glob and match any matching filename. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to do.

Re: [fossil-users] CI thinks check-in is empty

2017-10-31 Thread Stephan Beal
It sounds like code.exe is starting up in "the background" (for lack of a better word) and returns control to the caller before code.exe exits. What happens when you start code.exe from the console? If the console continues accepting input after code.exe has started, then it's incompatible with

Re: [fossil-users] Bug Report: Cloning with --private Fails

2017-10-23 Thread Stephan Beal
An unrelated tip: with that url, anyone can download your whole repo via your web server, bypassing fossil's login. It's far safer to store your repo db in a path unreachable by your web server so that the db can only be accessed via fossil. - stephan Sent from a mobile device, possibly from

Re: [fossil-users] An idea about mutable history*

2017-10-21 Thread Stephan Beal
eudo-mutable nature) require a way to update it for purposes of the alternate timeline (e.g. "newest update wins"). Anyway... There are lots of questions to pose and answer, but i think the idea has merit. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But

Re: [fossil-users] Minor typo in last commit

2017-10-19 Thread Stephan Beal
On Thu, Oct 19, 2017 at 10:39 AM, Johan Kuuse <jo...@kuu.se> wrote: > - * web\_args -- _Current weg page arguments._ > + * web\_args -- _Current web page arguments._ > Fixed! Thanks for the report. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ "Freedom

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

2017-10-18 Thread Stephan Beal
On Wed, Oct 18, 2017 at 4:27 PM, Warren Young wrote: > If you have any Ajax calls back to the remote fossil executable and they > ship back

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

2017-10-18 Thread Stephan Beal
On Wed, Oct 18, 2017 at 3:04 PM, Richard Hipp wrote: > as

Re: [fossil-users] Fossil README symlink

2017-10-18 Thread Stephan Beal
t. > Including *cough* github *cough*. It loads about 92k of JS on its home page, and then sends of 2 XHR requests after that. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect w

Re: [fossil-users] Merge question

2017-09-25 Thread Stephan Beal
it didn't like sqlite3's use of "long long", which isn't C89 (i'm not even sure it's C99, but it's apparently supported by all compilers). -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those

Re: [fossil-users] Empty file constantly being deleted

2017-09-08 Thread Stephan Beal
On Fri, Sep 8, 2017 at 3:49 PM, Thomas <tho...@dateiliste.com> wrote: > > How do I mark a file as deleted? https://www.fossil-scm.org/index.html/help/rm -- ----- stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed b

Re: [fossil-users] Is there a way to specify paths relative to checkout's root?

2017-09-07 Thread Stephan Beal
t safe for such usage. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to do." -- Bigby Wolf ___ fossil-users mailing

Re: [fossil-users] Is there a way to specify paths relative to checkout's root?

2017-09-07 Thread Stephan Beal
There's not currently, and if someone wants to implement it i would suggest : as a prefix, since fossil does not allow : in file names (for Windows compatibility). - stephan Sent from a mobile device, possibly from bed. Please excuse brevity, typos, and top-posting. On Sep 7, 2017 18:43,

Re: [fossil-users] Empty file constantly being deleted

2017-09-06 Thread Stephan Beal
s flags each contributor > can create to get rid of some messages within some to Fossil unrelated > scripts. > i'm speculating, based on the fact that you're pulling "shun" info, that you once shunned one of those files. ALL empty files have the same hash code, so if you shunned

Re: [fossil-users] Initial empty checkin?

2017-08-17 Thread Stephan Beal
Fwiw: My recollection and opinion are the same. - stephan Sent from a mobile device, possibly from bed. Please excuse brevity, typos, and top-posting. On Aug 17, 2017 07:35, "Andy Bradford" wrote: > Thus said Andy Goth on Wed, 16 Aug 2017 10:47:56 -0500: > > >

  1   2   3   4   5   6   7   8   9   10   >