Re: [fossil-users] Fossil README symlink

2017-10-18 Thread Stephan Beal
ithub *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 world, freedom will

Re: [fossil-users] Merge question

2017-09-25 Thread Stephan Beal
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 t

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

2017-09-08 Thread Stephan Beal
On Fri, Sep 8, 2017 at 3:49 PM, Thomas 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 byproduct of those

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

2017-09-07 Thread Stephan Beal
). svn uses the ^ prefix as an alias for SVNROOT, so maybe that would be a good choice. i don't recall off hand whether ^ is a legal filename character for Fossil. The : would be a character which cannot possibly be used in fossil filenames names up to this point, making it safe for such usage

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, "Ton

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

2017-09-06 Thread Stephan Beal
gs 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 shun

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: > > > What of this old thread? Are

Re: [fossil-users] backing out an incorrect commit?

2017-08-16 Thread Stephan Beal
is in place to do all the un/re-deltification. It would "simply" be a matter of back-tracking one commit at a time and cleaning up/reaping now-dead artifacts as as you go. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the

Re: [fossil-users] backing out an incorrect commit?

2017-08-16 Thread Stephan Beal
On Wed, Aug 16, 2017 at 9:54 PM, Stephan Beal wrote: > just a preference/habit. Thus if you pop the head, you need to make sure > and go undelta all artifacts in that head which are not referenced by > anything else in the tree. > Parson me: you'd need to undelta anything in

Re: [fossil-users] backing out an incorrect commit?

2017-08-16 Thread Stephan Beal
On Wed, Aug 16, 2017 at 9:19 PM, bch wrote: > > > On Aug 16, 2017 12:10, "Stephan Beal" wrote: > > It's hypothetically possible, and i investigated it 3 or 4 years ago, but > the devil is in the details :/. Not impossible, but you have to take care >

Re: [fossil-users] backing out an incorrect commit?

2017-08-16 Thread Stephan Beal
identally committing > something sensitive like a credit card number or password. > > -bch > > On 8/16/17, Stephan Beal wrote: > > On Wed, Aug 16, 2017 at 8:15 PM, Stephan Beal > > wrote: > > > >> On Wed, Aug 16, 2017 at 7:59 PM, Steve Schow wrote: > >

Re: [fossil-users] backing out an incorrect commit?

2017-08-16 Thread Stephan Beal
On Wed, Aug 16, 2017 at 8:15 PM, Stephan Beal wrote: > On Wed, Aug 16, 2017 at 7:59 PM, Steve Schow wrote: > > Is that possible at all or if not, what is the best way to handle that > kind of situation with fossil? > > Fossil is designed to never forget anything, not e

Re: [fossil-users] backing out an incorrect commit?

2017-08-16 Thread Stephan Beal
hunning" for removing "really bad" mistakes, such as credentials and illegally copied materials, but that is a "nuclear option" which can have side effects and is not intended to be used for "honest, but harmless, mistakes". -- - stephan beal http://wan

Re: [fossil-users] Two easy questions

2017-08-16 Thread Stephan Beal
description of what role that artifact plays. Options: --type TYPE Only find artifacts of TYPE (one of: 'ci', 't', 'w', 'g', or 'e'). -v|--verbose Provide extra information (such as the RID) But, corre

Re: [fossil-users] Two easy questions

2017-08-15 Thread Stephan Beal
t after adding it, though, or it will not be added. The "add" command actually just queues it up for adding at the next commit (which can be performed together with any number of other changes). From that point on, fossil tracks any changes you make to it. -- - stephan beal http://wand

Re: [fossil-users] Two easy questions

2017-08-15 Thread Stephan Beal
mitted cannot possibly be what you tested, as the contents have necessarily changed between testing and committing. -- - 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] Two easy questions

2017-08-15 Thread Stephan Beal
On Tue, Aug 15, 2017 at 9:10 PM, Stephan Beal wrote: > A user can ALWAYS check contents in to a fossil repo > Filesystem permissions permitting, of course. You can't commit changes to a repo opened from a CD or other read-only media. -- ----- stephan beal http://wanderinghor

Re: [fossil-users] Two easy questions

2017-08-15 Thread Stephan Beal
in a checked-out copy are always considered "pending for the next commit" (for lack of a better phrase) until they are either committed or discarded (the checkout is deleted, "close"d, or otherwise revered to a pristine state). -- - stephan beal http://wanderinghorse.net/home

Re: [fossil-users] Two easy questions

2017-08-15 Thread Stephan Beal
On Tue, Aug 15, 2017 at 8:47 PM, Joerg Sonnenberger wrote: > On Tue, Aug 15, 2017 at 08:18:08PM +0200, Stephan Beal wrote: > > Stamping that version would change the hash. To the best of my knowledge > > that feature cannot be implemented with DVCS (which requires hashing >

Re: [fossil-users] Two easy questions

2017-08-15 Thread Stephan Beal
just that the file in place would be showing as having changed > compared to the repository, due to the version being updated in there. > Correct. "fossil changes" would list that file as changed. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy.

Re: [fossil-users] Two easy questions

2017-08-15 Thread Stephan Beal
g… > :) > I guess sync brings in the wiki and tickets right? > As Richard described: sync synchronizes the remote and local databases, which (yes) includes the wiki and tickets. It doesn't update your local files, though. (Because of that, sync can be performed without a check

Re: [fossil-users] Two easy questions

2017-08-15 Thread Stephan Beal
and then use a wrapper script or > something to do this work of substituting that into the source comment. > yes? > Right. But the moment you do that, you change the hashes of those files, making them completely different content as far as any DVCS is concerned. -- - stephan be

Re: [fossil-users] Two easy questions

2017-08-15 Thread Stephan Beal
to 2.3, but I didn’t do rebuild. Do I need to do > that? > > On Aug 15, 2017, at 11:46 AM, Stephan Beal wrote: > > 1) no. > > 2) make sure all of your systems have been upgraded to compatible versions > (v2) and that you run "fossil rebuild" on each after upgra

Re: [fossil-users] Two easy questions

2017-08-15 Thread Stephan Beal
Sync doesn't modify the checkout. Use update for that. - stephan Sent from a mobile device, possibly from bed. Please excuse brevity, typos, and top-posting. On Aug 15, 2017 19:47, "Steve Schow" wrote: > Well slight correction to question 2. After I ran sync, if I use “fossil > ui” on the

Re: [fossil-users] Two easy questions

2017-08-15 Thread Stephan Beal
1) no. 2) make sure all of your systems have been upgraded to compatible versions (v2) and that you run "fossil rebuild" on each after upgrading. That might not solve what you're seeing, but it's a good place to start. - stephan Sent from a mobile device, possibly from bed. Please excuse brev

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

2017-08-11 Thread Stephan Beal
s documented in the libfossil API docs, however). If a new owner needs a place to host it, i would be happy to continue hosting it for them. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who

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

2017-08-11 Thread Stephan Beal
pe things work out for you. > The first six months were depressing, but humans can adapt to anything. You eventually get used to not having to get up every morning, not having to go to bed early, and basically just being a lazy old fart! :) -- - stephan beal http://wanderinghorse.net/home

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

2017-08-11 Thread Stephan Beal
SHA changes). i'm currently waiting on the paperwork to go through for my early retirement due to inability to work (my hands and elbows can't handle much activity anymore), and my programming days are over until/unless my hands eventually fully recover (it's not clear whether they

Re: [fossil-users] Getting a database locked error in fossil sync

2017-08-05 Thread Stephan Beal
e problem. -- - 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-u

Re: [fossil-users] Using fossil across OSes

2017-07-27 Thread Stephan Beal
d before (ever), which makes me suspect flaky storage. -- - 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

Re: [fossil-users] Initial empty checkin?

2017-07-17 Thread Stephan Beal
on the creation of the repository or > later on? > Yes: fossil ui visit the timeline visit the checkin see the "Other Links" line and click on the "edit" link see the "Branching" line: change the name of the branch to whatever you like, then click the Apply Cha

Re: [fossil-users] Bug Report Update 2: Fossil Server side Corrupts if Client Process is Killed

2017-07-11 Thread Stephan Beal
On Tue, Jul 11, 2017 at 2:26 PM, Richard Hipp wrote: > Can you start, please, by describing what hardware you are using Related to that: is any repo accessed via a networked drive. (If so, then "don't do that.") -- - stephan beal http://wanderinghorse.net/home/stephan/

Re: [fossil-users] Bug Report Update 1: Failure to Recover when Previous Fossil Process got Killed

2017-07-11 Thread Stephan Beal
m fairly certain that that was fixed recently: http://fossil-scm.org/index.html/info/3200a7c72e41e783 -- - 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.&qu

Re: [fossil-users] diff for browse.c

2017-07-11 Thread Stephan Beal
nternet forums via their overuse of commas (and their use of the word "actual", which is used differently in German - if someone writes "the actual version of the software is ..." when you would have said "current version" then they're most likely a nat

Re: [fossil-users] diff for browse.c

2017-07-10 Thread Stephan Beal
urt concludes that at best the phrase is ambiguous. In other words, the text by itself just doesn’t tell us the right answer syntactically," Samuel said. "So we have to rely on a substantive presumption in favor of workers, which the court says is used in Maine law to resolve ambiguities lik

Re: [fossil-users] Obey ci=ckout in /file URLs

2017-06-29 Thread Stephan Beal
to stuff outside of their checkout, which they're presumably expect to work. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perf

Re: [fossil-users] Patch: Line break for HTML5

2017-06-23 Thread Stephan Beal
On Fri, Jun 23, 2017 at 4:24 PM, Johan Kuuse wrote: > Alternative to patch: > > find . -type f -print0 | xargs -0 perl -pi -e 's///g' > Achtung: be careful to exclude .fslckout when doing this type of patch or you can corrupt your checkout. Been there, done that :/. -- -

Re: [fossil-users] debian/makedeb.sh License different from present

2017-06-22 Thread Stephan Beal
fossil-scm.org/index.html/info/6fb3e2def880301f -- - 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] test-comment-format utf8

2017-06-15 Thread Stephan Beal
[stephan@host:~]$ echo {a..z} a b c d e f g h i j k l m n o p q r s t u v w x y z and in reverse: [stephan@host:~]$ echo {Z..A} Z Y X W V U T S R Q P O N M L K J I H G F E D C B A :-D That would have saved me lots of typing in the past :/. (fwiw, i do know about the ab{c,d,e} construct)

Re: [fossil-users] bug : comment_print_legacy function destroys utf8 characters when wrapping text.

2017-06-15 Thread Stephan Beal
hose whose mailers consider src/comformat.c to be part of that URL and mis-link it (gmail): https://www.fossil-scm.org/index.html/artifact?ln=302-307&name=f570981a7bb58eb3 -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only

Re: [fossil-users] src/blob.c : blob_read_from_file overflow int size

2017-06-13 Thread Stephan Beal
> Insofar as i can find, size_t is defined in C89, but i'm not sure which header. C99 appears to define it in stddef.h. man malloc shows size_t in the function signature, and malloc() is C89. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. Bu

Re: [fossil-users] src/blob.c : blob_read_from_file overflow int size

2017-06-13 Thread Stephan Beal
unsigned integers. For signed integers, over/underflow have undefined results. (However, every machine i have ever tested this on does wrap predictably for signed integers.) -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only

Re: [fossil-users] bug : /zip or /tar error page response return HTTP/1.1 200 OK

2017-06-09 Thread Stephan Beal
n] http mode? (For JSON, the API currently returns 200 everywhere and uses its own error codes to report what went wrong. That behaviour is arguable but consistent.) -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed bypro

Re: [fossil-users] "fossil http" doubts

2017-06-08 Thread Stephan Beal
. i never got around to doing that and am now physically incapable of doing so. Thus... if it's going to happen, someone else will have to do it :/. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct

Re: [fossil-users] Fossil JSON API: How to create a wiki page?

2017-06-07 Thread Stephan Beal
Patches are welcomed :-D - stephan Sent from a mobile device, possibly from bed. Please excuse brevity, typos, and top-posting. On Jun 7, 2017 15:55, "Warren Young" wrote: On Jun 7, 2017, at 7:38 AM, Stephan Beal wrote: > > BTW- there is an API intended just for checking

Re: [fossil-users] Fossil JSON API: How to create a wiki page?

2017-06-07 Thread Stephan Beal
On Jun 7, 2017 03:59, "Warren Young" wrote: That’s a much simpler call. It doesn’t require any permissions, and it’s a GET call, not a POST call. That test proves little other than that you have a working JSON API in your local Fossil instance. BTW- there is an API intended just for checking

Re: [fossil-users] "fossil http" doubts

2017-06-07 Thread Stephan Beal
do on parsing any pages might be undone by any given commit to the main fossil tree. -- - 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] Fossil JSON API: How to create a wiki page?

2017-06-06 Thread Stephan Beal
un 7, 2017 05:21, "Stephan Beal" wrote: > Aaaand: add 1 line between these two: > > http://fossil-scm.org/index.html/artifact?ln=1380-1381&; > name=cc8d06a2d208ad00 > > Add: > > tmp = 0; \ > > To avoid a separate (potential) corner case bug. > > >

Re: [fossil-users] Fossil JSON API: How to create a wiki page?

2017-06-06 Thread Stephan Beal
On Jun 7, 2017 05:07, "Stephan Beal" wrote: > The error is triggered here: > > http://fossil-scm.org/index.html/artifact?ln=1518-1525&; > name=cc8d06a2d208ad00 > > Because of: > ... Hmmm... i THINK (not certain) it's because json_respone_command_path() >

Re: [fossil-users] Fossil JSON API: How to create a wiki page?

2017-06-06 Thread Stephan Beal
- stephan Sent from a mobile device, possibly from bed. Please excuse brevity, typos, and top-posting. On Jun 7, 2017 04:44, "Stephan Beal" wrote: Here we go: http://fossil-scm.org/index.html/info/2accaaeeadd34cb6 - stephan Sent from a mobile device, possibly from bed.

Re: [fossil-users] Fossil JSON API: How to create a wiki page?

2017-06-06 Thread Stephan Beal
Here we go: http://fossil-scm.org/index.html/info/2accaaeeadd34cb6 - stephan Sent from a mobile device, possibly from bed. Please excuse brevity, typos, and top-posting. On Jun 7, 2017 04:41, "Stephan Beal" wrote: > Afaik, all errors except allocation failures do return the

Re: [fossil-users] Fossil JSON API: How to create a wiki page?

2017-06-06 Thread Stephan Beal
ile device, possibly from bed. Please excuse brevity, typos, and top-posting. On Jun 7, 2017 04:05, "Warren Young" wrote: > On Jun 6, 2017, at 5:58 PM, Stephan Beal wrote: > > > > If you leave quotes off of the property names, it's not json > > Yes, but that’s

Re: [fossil-users] Fossil JSON API: How to create a wiki page?

2017-06-06 Thread Stephan Beal
If you leave quotes off of the property names, it's not json and the request cannot be parsed at all. Why that shows up as a response allocation error, i can't say off hand. It's a bug - the response should be that the request is missing data/parameters. - stephan Sent from a mobile device, p

Re: [fossil-users] How do I get a notification that a ticket has been created?

2017-06-02 Thread Stephan Beal
're right: help help "should" also list it. It kind of does, but only if one makes the mental leap to "help" being an actual command (as opposed to some meta-command): [stephan@host:~]$ f help help Usage: f help COMMAND or: f COMMAND --help ... where "COMMAND"

Re: [fossil-users] How do I get a notification that a ticket has been created?

2017-06-02 Thread Stephan Beal
list various categories of commands. Note that the CLI _can_ show help for web pages, but (to avoid any naming ambiguities) you have to prefix the page name with a slash, e.g.: f help timeline vs f help /timeline both of those are valid but will show completely different things. -- - steph

Re: [fossil-users] How do I get a notification that a ticket has been created?

2017-06-02 Thread Stephan Beal
ng how to do rss and I think it involved > something called an aggregator? At that point I lost interest. See: http://fossil-scm.org/index.html/help?cmd=/timeline.rss -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guar

Re: [fossil-users] Is it possible to merge repository's?

2017-05-29 Thread Stephan Beal
On Tue, May 30, 2017 at 2:57 AM, Stephan Beal wrote: > b) copy (recursively) the "deconstructed" files from repo 2 over the ones > from repo 2. > Typo: from repo 2 to repo 1, of course. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy.

Re: [fossil-users] Is it possible to merge repository's?

2017-05-29 Thread Stephan Beal
No idea if it would _really_ work, but if it does then (best case) you'll end up with two completely independent trunks which no common ancestor. Worst case, it simply doesn't work. (However, i _think_ it will.) If you try it, be sure to share your results with us. -- - stephan bea

Re: [fossil-users] Semi-Bug: File Browser in the web GUI is Relatively slow

2017-05-27 Thread Stephan Beal
ndependently, provide daunting scaling challenges and taken together they make it unbelievably challenging to create a great experience. Before the move to Git, in Source Depot, it was spread across 40+ depots and we had a tool to manage operations that spanned them. <<< -- - stephan bea

Re: [fossil-users] Feature Request: Commit in Chunks to use less RAM

2017-05-16 Thread Stephan Beal
e JavaScript engine. i'm not saying "go buy more hardware," but several parts of fossil's internals require amounts of memory directly related to (but notably larger than) the size of the biggest file being operated on. -- - stephan beal http://wanderinghorse.net/home/ste

Re: [fossil-users] crlf-glob

2017-05-16 Thread Stephan Beal
ne to: #!/bin/sh^M The ^M (\r) is just another character for most Unix tools, and the system was treating the \r as part of the shell's name, which of course didn't work. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy.

Re: [fossil-users] SSL on Mac

2017-04-13 Thread Stephan Beal
systems tend to find > non-system instances of OpenSSL and use them instead. What if, instead of #including the openssl headers, fossil simply declares the few external interfaces it uses in its own sources? -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy

Re: [fossil-users] expected defaults of a fossil build?

2017-04-11 Thread Stephan Beal
nabled by default. -- - 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 mailin

Re: [fossil-users] REST API and client for same

2017-04-03 Thread Stephan Beal
On Mon, Apr 3, 2017 at 3:25 PM, Warren Young wrote: > On Apr 3, 2017, at 1:29 AM, Stephan Beal wrote: > > > > Commits can't be done without a checkout > > Given a way to ask Fossil over HTTP for the set of artifacts that makes up > $reference, where the latter

Re: [fossil-users] XSS attack and fossil hosting services

2017-04-03 Thread Stephan Beal
, though, and if you have "untrusted" setup users then (again) all bets are off. That's not a technical/fossil problem, but an organizational one. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyrann

Re: [fossil-users] REST API and client for same

2017-04-03 Thread Stephan Beal
On Sun, Apr 2, 2017 at 11:38 PM, Warren Young wrote: > On Apr 2, 2017, at 2:48 PM, Stephan Beal wrote: > > > > a) that's essentially what the JSON API is > > …minus the lightweight Subversion-like client, of course. > > But, it’s good to know that most of the

Re: [fossil-users] REST API and client for same

2017-04-02 Thread Stephan Beal
y certain methods which REST conventionally relies on, most notably PUT. A strictly-REST-compliant API is not, IMO, possible with fossil unless it is limited to server mode (as opposed to CGI mode). -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since t

Re: [fossil-users] Couple of beginner questions

2017-03-30 Thread Stephan Beal
x27;t foresee 0x1F4A9 - the "pile of poo" glyph: http://www.fileformat.info/info/unicode/char/1f4a9/index.htm -- - 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] Couple of beginner questions

2017-03-30 Thread Stephan Beal
imary difference between German and US keyboards, aside from the addition of umlauted characters on the right, is that 'z' and 'y' are swapped (Suse originated in Germany). -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny&#

Re: [fossil-users] Couple of beginner questions

2017-03-30 Thread Stephan Beal
d mappings or use app/OS-specific voodoo to type his name. When writing about British currency i'll type "quid" before i'll spend the effort to go find a copy/pasteable "pound" currency symbol. (No offense intended to Joerg or any Brits in the group. ;) -- - step

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

2017-03-30 Thread Stephan Beal
xing the links which import the external code. (i didn't even notice the problem until yesterday.) -- - 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 ha

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

2017-03-29 Thread Stephan Beal
ly, it was broken by the shutdown of google code (from which it fetched some JS and CSS bits). It only used the wiki API, in any case. JSON API: https://docs.google.com/document/d/1fXViveNhDbiXgCuE7QDXQOKeFzf2qNUkBEgiUvoqFN4/view -- - stephan beal http://wanderinghorse.net/home/stephan/

Re: [fossil-users] Couple of beginner questions

2017-03-29 Thread Stephan Beal
PHP crashes silently if it hits a BOM (or that version did, anyway). > If I edit the file, of course the utf-8 copyright symbol is garbled. > Furthermore, there is no way I can insert a utf-8 character. > What i normally do is google "utf8 character table" and copy/paste the

Re: [fossil-users] Couple of beginner questions

2017-03-29 Thread Stephan Beal
but does not require it). https://en.wikipedia.org/wiki/Byte_order_mark -- ----- 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

Re: [fossil-users] Old fossil (1.29) accessing current fossil trunk?

2017-03-27 Thread Stephan Beal
nt just before where the first sha3 hash was introduced to a repo. -- - 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] Fossil Captchas

2017-03-26 Thread Stephan Beal
it "might" have been purposely removed, as bots can mostly understand JavaScript nowadays. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist o

Re: [fossil-users] [PROPOSED FEATURE] Fossil commands output sent through a pager

2017-03-26 Thread Stephan Beal
bly never be paged. FWIW, i consider built-in paging (and symlinks support and fossil-side terminal line-wrapping, for that matter) to be a bad idea (read as: "can of worms"). i can count on one hand the number of times i've pager'd fossil output since 2007. -- - stephan bea

[fossil-users] Eric Raymond (a.k.a. ESR) has published an SCM

2017-03-26 Thread Stephan Beal
onfig files, and the like. Features integer sequential revision numbers, a command set that will seem familiar to Subversion/Git/hg users, and no binary blobs anywhere." -- ----- stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only gua

Re: [fossil-users] Old fossil (1.29) accessing current fossil trunk?

2017-03-14 Thread Stephan Beal
On Wed, Mar 15, 2017 at 1:25 AM, Stephan Beal wrote: > Yes, it can accept JSON input (even from the CLI). For the full details > see: > > https://docs.google.com/document/d/1fXViveNhDbiXgCuE7QDXQOKeFzf2q > NUkBEgiUvoqFN4/view > > and: > > fossil help json > >

Re: [fossil-users] Old fossil (1.29) accessing current fossil trunk?

2017-03-14 Thread Stephan Beal
at's missing a reference to the -json-input parameter, which expects a filename. i'll get that added. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of tho

Re: [fossil-users] Status of libfossil?

2017-03-12 Thread Stephan Beal
an't say what that would entail at this point (except to say that it's not a trivial change). Hackers interested in investing in libfossil should feel free to contact me! libfossil repo: http://fossil.wanderinghorse.net/r/libfossil -- - stephan beal http://wanderinghorse.net/hom

Re: [fossil-users] Google Security Blog: Announcing the first SHA1 collision

2017-02-26 Thread Stephan Beal
se as its backing store. Git and Hg, in contrast, > both use bespoke pile-of-files database formats which, I suspect, will > be more difficult to adapt. > just FYI, Linus' own words on the topic, posted yesterday: https://plus.google.com/u/0/+LinusTorvalds/posts/7tp2gYWQu

Re: [fossil-users] incorrect user info in export --git

2016-12-24 Thread Stephan Beal
On Sat, Dec 24, 2016 at 6:42 PM, Chad Perrin wrote: > I hope the lack of responses to my questions was because of the holiday > season Or maybe interest in git is slowly dying off ;). -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since ty

Re: [fossil-users] Question about the file formats.

2016-12-21 Thread Stephan Beal
On Dec 21, 2016 10:57 AM, "Warren Young" wrote: That is exactly what I’m talking about in my BMP vs PNG examples. If you wish to discuss a different file type than than bitmap graphics, give your own example. Until then, mine is the only concrete example we have available to discuss. Zip fil

Re: [fossil-users] revert of missing files using wildcard not possible.

2016-10-30 Thread Stephan Beal
phan@host:~/tmp/x]$ touch 'x*x' [stephan@host:~/tmp/x]$ f add 'x*x' ADDED x*x [stephan@host:~/tmp/x]$ f com -m egg New_Version: 720303a8f54bf2c4de6dc70f60c473d14cf4411e [stephan@host:~/tmp/x]$ f ls x*x -- - stephan beal http://wanderinghorse.net/home/stephan/ "Fr

Re: [fossil-users] revert of missing files using wildcard not possible.

2016-10-30 Thread Stephan Beal
because the shell does that part before fossil's main() is ever called. Fossil _never sees_ those wildcards. This is the same for every single command-line application out there (including svn, git, cvs, and hg). -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy.

Re: [fossil-users] revert of missing files using wildcard not possible.

2016-10-30 Thread Stephan Beal
g "intlace*" as a file name. This is not a bug, but a misconception of how wildcards are resolved. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of th

Re: [fossil-users] why doesn't the "ui" command automatically start a web browser

2016-10-12 Thread Stephan Beal
On Wed, Oct 12, 2016 at 7:06 PM, Svyatoslav Mishyn wrote: > (Wed, 12 Oct 17:36) Stephan Beal: > > try chromium-browser instead of chromium (which is, AFAIK, a completely > > different program) > > I don't have that (you mean Google Chrome?). > There's a

Re: [fossil-users] why doesn't the "ui" command automatically start a web browser

2016-10-12 Thread Stephan Beal
chromium (which is, AFAIK, a completely different program) -- - 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] Cutting fossil repository

2016-10-07 Thread Stephan Beal
ut 3 years ago and found that the it would require a relatively large effort [for me] to implement, so i abandoned it. :/ -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of tho

Re: [fossil-users] Unversioned files.

2016-09-11 Thread Stephan Beal
On Sep 11, 2016 21:49, "Adam Jensen" wrote: > > On 09/11/2016 01:54 PM, Stephan Beal wrote: > > On Sep 11, 2016 18:18, "Adam Jensen" > <mailto:han...@riseup.net>> wrote: > [snip] > >> ''' > >> 5.4 Unversioned File Sy

Re: [fossil-users] Unversioned files.

2016-09-11 Thread Stephan Beal
On Sep 11, 2016 18:18, "Adam Jensen" wrote: > > On 09/11/2016 05:41 AM, Stephan Beal wrote: > > On Sep 10, 2016 19:31, "Adam Jensen" > <mailto:han...@riseup.net>> wrote: > >> 1. What is the largest size of any single file that can be checked i

Re: [fossil-users] Unversioned files.

2016-09-11 Thread Stephan Beal
ll will the sync command handle large files? it syncs whole blobs at a time, which are normally (for most versions of a file after the first) highly efficient/tiny deltas. - stephan beal Written on an embedded device. Please pardon brevity and auto-correction. __

Re: [fossil-users] Do, fossil, when running in cgi mode, compress the response body?

2016-08-30 Thread Stephan Beal
is (and the remote client, then, implicitly cannot talk directly to the CGI script). Ergo, the web server is a go-between (i.e. proxy) for the CGI script. The CGI's output is (or should be) opaque to the web server (and thus the CGI must be free to compress/mutilate it however he likes). --

Re: [fossil-users] Push yields "Error: not authorized to write"

2016-08-18 Thread Stephan Beal
could also, as any non-root user: fossil init ... blah.fossil mkdir blah cd blah fossil open ../blah.fossil or, if you prefer the server, you can still run it as non-root (the same user as above). -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since t

Re: [fossil-users] Fix for stash-next pointer (fix for the fix)

2016-08-18 Thread Stephan Beal
rs - used it except when testing fossil.) -- - 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] Compiler warnings

2016-08-02 Thread Stephan Beal
if you find yourself in that boat wrt to the format specifiers, here's a drop-in impl of those missing features: https://code.google.com/archive/p/msinttypes/ https://github.com/chemeris/msinttypes -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But si

Re: [fossil-users] Compiler warnings

2016-08-02 Thread Stephan Beal
27;t compile with strict C89 mode because of its use of (long long), which is C99 (but is apparently implemented in all C compilers when not running in strict C89 mode). -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guara

Re: [fossil-users] How to host fossil repositories on web server that supports only FastCGI interface?

2016-08-02 Thread Stephan Beal
) and write() calls via macros, but use the wrong signature for (IIRC) the write() routine (they use a non-const pointer for the source memory, whereas the real API uses a const one). -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the

Re: [fossil-users] fossil-scm as an SQLite db with schema/data revision control

2016-07-27 Thread Stephan Beal
course welcomed :D.) -- - 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 ___ foss

<    1   2   3   4   5   6   7   8   9   10   >