Re: [fossil-users] Fossil and Emacs

2017-10-05 Thread Paul Onions
Hi Venkat, > Thank you for taking the initiative and the updates. I have created a > github mirror at > > https://github.com/venks1/emacs-fossil That's great! Though please update to my latest commit on trunk where I fixed an accidental omission in the merge tha

Re: [fossil-users] Fossil and Emacs

2017-10-01 Thread Paul Onions
thing I tend to dip in and out of as time and interest permits, though I would certainly not say I'm an expert! Looking forward to helping out, Paul On 01/10/17 18:01, Venkat Iyer wrote: Hi Paul, I have merged your changes as a bundle into my emacs-fossil chiselapp (is that word popul

[fossil-users] Fossil and Emacs

2017-10-01 Thread Paul Onions
l be browsed-to directly at:-   https://chiselapp.com/user/pdo/repository/emacs-fossil where my additions are in the 'pdo' branch. Paul Onions ___ 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] TinyMCE for editing wiki pages

2017-06-07 Thread Paul Hammant
BSD codebases can use LGPL components/libs without fear of being in violation of license. On Wed, Jun 7, 2017 at 6:10 AM, Richard Hipp wrote: > On 6/7/17, Chris Rydalch wrote: > > I tried following the Cookbook page, but haven't had luck getting it to > > work. I assume it's because a lot has c

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

2017-04-18 Thread Paul Hammant
OK, so I don't think there's any interest in this beyond me :-( On Wed, Apr 5, 2017 at 1:58 PM, Paul Hammant wrote: > I don't really need Fossil to become an application server. I just need > it to handle CRUD over HTTPS on specific resources, and have configurable &

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

2017-04-05 Thread Paul Hammant
t documents as a set, perform functions on them, and commit them back as a set, atomically? - Paul - Paul On Tue, Apr 4, 2017 at 2:53 PM, Warren Young wrote: > On Apr 4, 2017, at 11:24 AM, Paul Hammant wrote: > > > > > I have little need for such a thing myself, so I’m just throwing t

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

2017-04-04 Thread Paul Hammant
-store and VCS convergence happens. As I blog around this topic area, http://paulhammant.com/2012/11/20/very-small-data/ might be interesting too, - Paul ___ 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 as an app server?

2017-03-30 Thread Paul Hammant
Are you sure there's not some no-frills way of getting at what used to be on Google code - e.g. https://code.google.com/archive/p/majesticuo/source/default/source ? On Thu, Mar 30, 2017 at 7:01 AM, ng0 wrote: > Paul Hammant transcribed 4.8K bytes: > > Thanks Joe, thanks Stephe

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

2017-03-30 Thread Paul Hammant
-moved to Github at some point. I'm example orientated and can only really make leaps in understanding after looking a tight solutions :) - Paul On Wed, Mar 29, 2017 at 10:45 PM, Joe Mistachkin wrote: > > If you compile Fossil with TH1 docs & hooks support and with Tcl > integrati

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

2017-03-29 Thread Paul Hammant
Or maybe examples of curl commands that can demonstrate CRUD operations against a Fossil repo HTTP interface? ___ 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 as an app server?

2017-03-29 Thread Paul Hammant
D with Fossil as the backing store? Thanks, - Paul ___ 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-scm as an SQLite db with schema/data revision control

2016-07-23 Thread Paul Hammant
off the list if you're wanting more. Here's me writing about "very small data" - http://paulhammant.com/2012/11/20/very-small-data/ - which might have a bearing on your thinking. - Paul ___ fossil-users mailing list fossil-users@li

[fossil-users] Requiring HTTPS for an online wiki -- secureurl and the base tag

2016-07-14 Thread Paul Pereira
ady available. There are about 1/2 dozen files in src/ and doc/ that reference baseurl, secureurl, or zHttpsURL. Best regards, Paul Pereira ___ 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] Bitrot defense?

2016-07-06 Thread Paul Hammant
mail list). - Paul On Wed, Jul 6, 2016 at 6:14 AM, Kees Nuyt wrote: > [Default] On Wed, 6 Jul 2016 05:02:40 -0400, Paul Hammant > wrote: > > > ZFS, Btrfs could repair a Fossil database inflight, and without hiccup? > > Tell me a little more - it would repair sectors, bl

Re: [fossil-users] Bitrot defense?

2016-07-06 Thread Paul Hammant
sil could do the same by comparing the local copy data against its local checksum, and if that doesn’t match, ask the server it most recently sync’d against for its copy. I'm confused - you think Fossil doing it's own bitrot/corruption checking/repair is a th

Re: [fossil-users] Bitrot defense?

2016-07-05 Thread Paul Hammant
ehow Btrfs or ZFS know Fossil well enough to repair a small section of a moving target? - Paul ___ 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] Bitrot defense?

2016-06-28 Thread Paul Hammant
so you > already know that... > >> On Tue, Jun 28, 2016 at 1:09 PM, Paul Hammant wrote: >> Bitrot - >> http://arstechnica.com/information-technology/2014/01/bitrot-and-atomic-cows-inside-next-gen-filesystems/ >> - data in SSD or HD being corrupted by (say) nutrinos over tim

[fossil-users] Bitrot defense?

2016-06-28 Thread Paul Hammant
/ Anyway, will two fossil installs replicating each other do anything with merkle trees to heal such bitrot silently and in the background? - Paul ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin

Re: [fossil-users] Merge tracking tests in a blog entry, some questions

2016-06-19 Thread Paul Hammant
liar with that feature. What does it do? Does it pretend > >> that one branch has been merged with other without actually changing > >> any of the code? I don't recall ever having had a need for such a > thing? Can you suggest a scenario where it might be useful? > T

Re: [fossil-users] Merge tracking tests in a blog entry, some questions

2016-06-19 Thread Paul Hammant
make working-copy in one go. $ fossil clone --quiet --working-copy-too --replica-in-dotfile-please http://www2.fossil-scm.org/ fossils_own_source $ cd fossils_own_source $ ls -al .fossil -rw-r--r-- 1 paul staff 38551552 Jun 19 08:50 fossilRepo.fossil Indeed I seem to have gotten myself in a

Re: [fossil-users] Merge tracking tests in a blog entry, some questions

2016-06-18 Thread Paul Hammant
Thanks Stephen & Richard. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] Merge tracking tests in a blog entry, some questions

2016-06-18 Thread Paul Hammant
bytes of HEAD revision, metadate and history. With submodules, git doesn't like to be able 1GB (size of clone), though some field reports suggest 7GB works too. - Paul ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://li

Re: [fossil-users] CSS modifications

2015-12-24 Thread Paul Higham
wanted to adjust! The marvelous incantation that you sent only returned the current css so the previous one was lost in the upgrade. I am much less concerned about this since it gives me the opportunity to do a much better job. :: paul > On Dec 23, 2015, at 12:30 , Andy Bradford >

[fossil-users] CSS modifications

2015-12-23 Thread Paul Higham
Having upgraded to Fossil release 1.34 the customizations to the css that I had made have disappeared and I cannot find a way to edit the new css. Is this no longer possible? Is there a way to modify the css for some elements? :: paul ___ fossil-users

[fossil-users] class attribute 'fossil-doc' not working for me

2015-12-15 Thread Paul Higham
I am trying to get a .html file to show up in a Fossil wiki as embedded documentation. There is an instruction  that says to put the followingat the beginning of the .html file to have the header and footer displayed: which I have dutifully done including the end tag. However the Fossil header and

Re: [fossil-users] Repository home page as embedded documentation

2015-12-10 Thread Paul Higham
Thanx! This worked perfectly and, of course, the information was ‘hiding’ in plain sight! :: paul > On Dec 9, 2015, at 19:36 , Andy Bradford > wrote: > > Thus said Paul Higham on Wed, 09 Dec 2015 16:32:53 -0800: > >> have the home page of the repository be rendered

[fossil-users] Repository home page as embedded documentation

2015-12-09 Thread Paul Higham
I am using markdown to document an application within Fossil. Having read all the documentation I could find I still cannot see whether it is possible to do the following: have the home page of the repository be rendered from a file such as homePage.md where this file is itself under source con

Re: [fossil-users] xkcd on git

2015-11-02 Thread paul
u have a policy where you try to ensure trunk is always correct. But if you are working on a feature branch, and that feature is part way through development, incomplete in places, knowingly broken in other places, then why would you have a rule of not checking in

Re: [fossil-users] Why Hash

2015-09-10 Thread paul
On 10/09/15 14:56, Baruch Burstein wrote: On Thu, Sep 10, 2015 at 1:44 PM, Jacek Cała > wrote: All in all, I think it would be nice to add these little things to the console client, so the need for the GUI is only for those who really hate console. So

Re: [fossil-users] Why Hash

2015-09-09 Thread paul
On 09/09/15 20:12, j. van den hoff wrote: On Wed, 09 Sep 2015 20:19:04 +0200, Ron W wrote: On Wed, Sep 9, 2015 at 7:19 AM, Luca Ferrari wrote: Some DVCS, like hg, use both an hash and a sequential number. As I recall (been a few years since I last used hg), the numbers were "relative" to

Re: [fossil-users] Unintuitive CGI error message with missing /tmp directory in chroot.

2015-07-29 Thread Paul Pereira
Hi Stephan, On Wed, Jul 29, 2015 at 5:28 PM, Paul Pereira wrote: > It's not common practice (for me, at least) to put the repo file in a path > reachable by www clients. On my hoster all of my CGI-hosted repos live in > some dir under my home dir, writable by my account, the C

[fossil-users] Unintuitive CGI error message with missing /tmp directory in chroot.

2015-07-29 Thread Paul Pereira
directory containing it must be writable by the same account which executes the Fossil binary (again, this might differ from the WWW user). The directory needs to be writable so that sqlite can write its journal files. Regards, Paul Pereira ___ fo

Re: [fossil-users] how to move commits to a different branch

2015-05-28 Thread paul
On 28/05/15 17:31, Richard Hipp wrote: Not strictly true, but true enough in practice. Perhaps it would be worthwhile to add a new command-line way of moving a check-in to a new branch. Suggested syntax, anyone? I wanted to do it through a script, rather than typing commands manually. When y

Re: [fossil-users] how to move commits to a different branch

2015-05-28 Thread paul
I'm don't think it's possible to use the command line for this. I posted a similar question recently, see here: http://www.mail-archive.com/fossil-users%40lists.fossil-scm.org/msg20431.html After not being able to get it to work, and with Richard's response, I came to the conclusion you can

Re: [fossil-users] Feature idea: Protected branches

2015-05-14 Thread paul
On 14/05/15 20:04, Ron W wrote: I don't think it's likely a distracted dev will override or subvert the rules imposed by the hook mechanism. A dev determined to get around the rules is a completely different issue. But a developer could just disable the hook code in the local repository? Th

Re: [fossil-users] Feature idea: Protected branches

2015-05-14 Thread paul
On 13/05/15 16:45, Ramon Ribó wrote: Hello, A reasonable solution could be a pre-commit hook, where the script in TH1 or TCL had access to the branch name of the commit and other details. As a result, the hook could accept the commit, raise a warning, ask for confirmation or deny the commit.

Re: [fossil-users] Feature idea: Protected branches

2015-05-12 Thread paul
On 12/05/15 21:31, Matt Welland wrote: On Mon, May 11, 2015 at 2:17 PM, Warren Young > wrote: On May 11, 2015, at 10:48 AM, Andy Goth mailto:andrew.m.g...@gmail.com>> wrote: > > X group manages Y branch. Didn’t we all learn how to share in kindergarte

Re: [fossil-users] fossil command exit codes

2015-05-10 Thread paul
On 08/05/15 16:32, paul wrote: Hi, Some fossil commands when they fail return an exit code of 1 but others return 0. For example, if I try to clone a repository over my network but disconnect my network, clone fails and returns an exit code of 1. If I pull or push with a disconnected

Re: [fossil-users] About the help command

2015-05-08 Thread paul
Hi Andy, On 08/05/15 23:34, Andy Bradford wrote: Thus said paul on Fri, 08 May 2015 21:17:36 +0100: OK, so if I do a merge with baseline, supply two UUID's so that I only merge the changes for one UUID, are you saying that cherrypick is a shortcut for that, because you only nee

Re: [fossil-users] About the help command

2015-05-08 Thread paul
On 08/05/15 21:03, Andy Bradford wrote: Thus said paul on Fri, 08 May 2015 20:51:44 +0100: For example, what's the difference between merge with baseline and cherrypick? The documentation probably should explain that somewhere. When you merge, you merge in all changes leading

Re: [fossil-users] About the help command

2015-05-08 Thread paul
On 08/05/15 21:03, Andy Bradford wrote: Thus said paul on Fri, 08 May 2015 20:51:44 +0100: For example, what's the difference between merge with baseline and cherrypick? The documentation probably should explain that somewhere. When you merge, you merge in all changes leading

Re: [fossil-users] About the help command

2015-05-08 Thread paul
On 08/05/15 20:14, Abilio Marques wrote: I believe there is room for improvements in the online documentation too. I want this email chain to be around that idea. If my memory serves me correctly, fossil help scrub isn't quite right ... It says that by default only passwords are removed, bu

Re: [fossil-users] About the help command

2015-05-08 Thread paul
On 08/05/15 19:29, Warren Young wrote: I believe sometimes you do understand a thing so much, that you end up forgetting the explanation. I think the situation with “merge” is that it’s supposed to just work when run in the obvious way. You just have to get over your anxiety over the correct

[fossil-users] fossil command exit codes

2015-05-08 Thread paul
returned for those two commands even though they failed. Is it possible for pull and push to return 1 if they fail? Regards, Paul. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo

Re: [fossil-users] Renaming branch using command line

2015-05-06 Thread paul
On 06/05/15 11:43, Richard Hipp wrote: On 5/6/15, paul wrote: Hi, I'm trying to rename a branch using the command line. As a first step, I've tried fossil tag --propagate branch ... and fossil tag --raw --propagate branch ... but I'm getting the message the "fossil ta

[fossil-users] Renaming branch using command line

2015-05-06 Thread paul
il branch new" command instead. From the help for fossil branch, I can't see how that would be used to rename a branch? Thanks, Paul. ___ 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] Skin almost finished.

2015-05-01 Thread paul
On 30/04/15 22:12, John Found wrote: On Fri, 1 May 2015 00:03:01 +0300 John Found wrote: Well, the first version of my new skin is ready and uploaded. I named it "ProgrammingClassic". And the URL is: http://fresh.flatassembler.net/fossil/repo/fresh It is published below, but I decided to p

Re: [fossil-users] Is this a crazy idea?

2015-03-20 Thread paul
n the ones to be included in the second... so perhaps something like fossil ci -m "first commit" --ignore file1 file2 would be easier than: fossil ci -m "first commit" file3 file4 file5 file6... file12 On Fri, Mar 20, 2015 at 2:13 PM, paul <mailto:pault.eg...@gmail.com

Re: [fossil-users] Is this a crazy idea?

2015-03-20 Thread paul
On 20/03/15 08:16, Peter Spjuth wrote: On Fri, Mar 20, 2015 at 5:38 AM, Reimer Behrends > wrote: First, the safer (and arguably overall better) approach is to recognize that stash/shelve operations are the inverse of the staging area for this purpose. I.e

Re: [fossil-users] Justification for two-step mv and rm

2015-03-04 Thread paul
m, I'd be happy with that, so long as I can still use a file browser as I'm doing now. If I want to move a file on my hard drive, I think I should be able to do it however I like, whether it's managed by a version control system or not. Regards, Paul (*) www.p-code.org/fcommit _

Re: [fossil-users] Tip: abusing autosync to abort a commit

2014-10-06 Thread paul
On 06/10/14 19:41, Scott Robison wrote: Bah! Commit not conmit. Stupid phone keyboard. On Oct 6, 2014 12:39 PM, "Scott Robison" > wrote: On Oct 6, 2014 12:26 PM, "Stephan Beal" mailto:sgb...@googlemail.com>> wrote: > > Hi, all, > > (This jus

Re: [fossil-users] pdf embedded in wiki not displaying in Firefox

2014-09-19 Thread Paul Higham
The .pdf is referenced as an image using markdown as the wiki markup of the wiki page. The markup is equivalent to # Title Some explanatory text . . . ![](http:///doc/tip/.pdf) In Safari the .pdf renders perfectly, in Chrome all that shows is a little square indicating that the URI cannot be

[fossil-users] wysiwyg editing of ticket

2014-09-08 Thread Paul Higham
there and I am just missing it? :: paul ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] (no subject)

2014-08-28 Thread Paul Higham
documentation on how to configure Fossil so that this capability can be activated? Sorry for the confusion. . . :: paul On Aug 28, 2014, at 16:02 , Ron W wrote: > On Thu, Aug 28, 2014 at 6:46 PM, Paul Higham wrote: > With the developer permissions set the attachments can be downloaded (

Re: [fossil-users] (no subject)

2014-08-28 Thread Paul Higham
updating the cloud version of Fossil but I do have the latest on my own machine. However, I cannot find any specific instructions even on the Fossil website as to how to do this. Is it possible or not? :: paul On Aug 28, 2014, at 11:34 , Stephan Beal wrote: > On Thu, Aug 28, 2014 at 7:42

Re: [fossil-users] (no subject)

2014-08-28 Thread Paul Higham
the limited capabilities of the wiki markup is preventing enthusiastic acceptance of Fossil by some of the non-developers at my (very small) company. Thanx for any help in these regards. :: paul On Aug 28, 2014, at 09:17 , Ron W wrote: > On Thu, Aug 28, 2014 at 11:42 AM, Todd Niec wrote: &

Re: [fossil-users] more on side-by-side diffs

2011-10-18 Thread Higham, Paul
Instead of 'unified', how about 'zippered' or 'interlaced'? Paul Higham Tel +1 408 522 6225 phig...@sjm.com -Original Message- From: fossil-users-boun...@lists.fossil-scm.org [mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of Jan Danielsson Sen

Re: [fossil-users] minor milestone: Java client

2011-10-03 Thread Paul Ruizendaal
On 2 Oct 2011, at 11:58 , Joerg Sonnenberger wrote: > On Sat, Oct 01, 2011 at 11:22:28PM +0200, Paul Ruizendaal wrote: >> Doing fork/exec sounds expensive, but on a posix box there is not much >> difference between that and spawning a thread: >> http://bulk.fefe.de/sc

Re: [fossil-users] minor milestone: Java client

2011-10-01 Thread Paul Ruizendaal
On 1 Oct 2011, at 15:28 , Stephan Beal wrote: > On Sat, Oct 1, 2011 at 3:07 PM, Paul Ruizendaal wrote: > > Maybe you could do some http-over-stdin/stdout, and speak json there. :) > > Isn't "fossil cgi" already doing that? A front-end could build the > appr

Re: [fossil-users] Wildcards not working on windows

2011-10-01 Thread Paul Ruizendaal
- which could also help with the security and performance work that was discussed on this list recently. Paul ___ 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] delete a branch

2011-10-01 Thread Paul Ruizendaal
view and the current file view when showing files. Paul On 30 Sep 2011, at 22:30 , Richard Hipp wrote: > > > On Fri, Sep 30, 2011 at 4:14 PM, Tomek Kott wrote: > nope*. What many people do, including the SQLite & Fossil repos, is simply > rename the branch as "mistak

Re: [fossil-users] minor milestone: Java client

2011-10-01 Thread Paul Ruizendaal
was thinking that http/json was a more modern and universal API for doing a fossil lib than an API based on a long list of C functions and structs. > after every command fossil runs, exit() is called somewhere, which makes it > difficult or impossible to chain commands together in the same

Re: [fossil-users] How to set up a server under nginx ?

2011-09-26 Thread Paul Ruizendaal
> OK. Well, the other thing you can do is lobby the nginx people to start > supporting CGI. :-) I'm not a nginx user, and such would not work if the front web server and the fossil server are on different machines, as they are in my case. With the current fossil code base my workaround is to run

Re: [fossil-users] How to set up a server under nginx ?

2011-09-25 Thread Paul Ruizendaal
ww.domain.com/path/to/ would not work, because the generated html would not have correct href's (it would not have the '/path/to' bit). I've posted a patch to make this work july 11th, 2010, but I don't think it was accepted into the main code. Paul On 25 Sep 2011, at 1

Re: [fossil-users] new fossil docs: is the wiki or embedded docs preferred?

2011-09-16 Thread Paul Ruizendaal
Hmmm… If Fossil was created today, with the knowledge of today, would it still have wiki pages? Would it make Fossil a simpler, but equally powerful tool if it just had (web editable) embedded documentation? Paul On 15 Sep 2011, at 14:10 , Matt Welland wrote: > On Thu, Sep 15, 2011 at 3

Re: [fossil-users] The "fossil service" command

2011-07-19 Thread Paul
n't work out, perhaps "svc" is a workable alternative. Paul - Original Message - From: "Richard Hipp" To: "fossil-users" Sent: Monday, July 18, 2011 10:51 PM Subject: [fossil-users] The "fossil service" command > Thomas Schnurrenberger&

Re: [fossil-users] TH1 - make 1d list from 2d list?

2011-06-13 Thread Higham, Paul
If this was a full-blown Tcl then you could do dict keys [concat {*}$twoDlist] but I suspect that TH1 has neither dictionaries nor the {*} operator. How about set oneDlist "" foreach pair $twoDlist {lappend oneDlist [lindex $pair 0]} Paul Higham Tel +1 40

Re: [fossil-users] fossil ui does not launch

2011-05-27 Thread Paul Ruizendaal
> As you may guess from my previous email, it might be that it is something > with > the repos which were darcs --> fossil converted via git and/or with FF > 'stale' > session. Perhaps it is an obscure race condition between fossil initialising the server socket and FF4 opening a client socket to

Re: [fossil-users] Fossil social networking

2011-03-29 Thread Paul Ruizendaal
pt combo, which either reads the database files direct, or calls out to Fossil to perform its operations. Paul ___ 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] IMHO Fossil needs renaming...

2011-03-02 Thread Higham, Paul
inappropriate ones will just fade away. And as for the logo, it tells me that quality products will outlast those of the insurance companies :) Paul Higham Tel +1 408 522 6225 phig...@sjm.com -Original Message- From: fossil-users-boun...@lists.fossil-scm.org [mailto:fossil-users-boun...@lists.fossil

Re: [fossil-users] switch statement

2011-02-17 Thread Higham, Paul
Did you try [switch $status { . . . ? Paul Higham Tel +1 408 522 6225 phig...@sjm.com -Original Message- From: fossil-users-boun...@lists.fossil-scm.org [mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of Ron Wilson Sent: Thursday, February 17, 2011 16:03 To: fossil-users

Re: [fossil-users] Keyword Expansion?

2010-12-03 Thread Paul Ruizendaal
've always considered 'in source' markers as a bad hack, rooted in now ancient tools (SCCS/1972 and RCS/1982). I'm not against the idea per se, but I would like to understand your requirements better. Could you elaborate? Thanks, Paul __

Re: [fossil-users] user/pass login with https?

2010-09-09 Thread Paul Ruizendaal
rg/wiki/Basic_access_authentication), with ldap only providing the right password to the http server. That is how I understood his question. Paul ___ 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] scgi for Linux

2010-07-11 Thread Paul Ruizendaal
urity concerns with this approach, please advise. All input & constructive criticism welcome! Thanks, Paul PS: I don't quite understand why the notfound path is appended to the client ip in the win http server code. It seems to me this is unused, but perhaps I'm missing something.

Re: [fossil-users] css for columns

2010-07-09 Thread Paul Ruizendaal
IE, I think it is a poor idea for fossil to look bad when users first try it (most likely via doing "fossil ui"). Granted, usage of IE among the target user base of fossil (developers) is perhaps as low as 25%, but that is still a quarter of all potential users. Paul On Fri, 9 Jul 2

Re: [fossil-users] Makefile

2010-07-08 Thread Paul Ruizendaal
, with zlib library - from unxutil: make, sh, rm, mkdir and gawk renamed to awk. The unxutil binaries are about ~900K together, so that's not too bad. Paul On Thu, 08 Jul 2010 08:36:29 +1000, Dan wrote: > Yep.. I build fossil in cmd.exe on vista regularly.. > > I have also managed

Re: [fossil-users] Makefile

2010-07-07 Thread Paul Ruizendaal
one more tool should not upset the build design. Perhaps others can comment on building fossil on OS X and Solaris. How can I help? Paul ___ 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 plays badly with CGI not on port 80

2010-06-18 Thread Paul Ruizendaal
irtual domains. However it is easy to patch thttpd to use the SERVER_PORT data to fix up the HTTP_HOST information (same libthttpd.c file): if ( hc->hdrhost[0] != '\0' ) - envp[envn++] = build_env( "HTTP_HOST=%s&qu

Re: [fossil-users] scgi for Linux

2010-06-07 Thread Paul Ruizendaal
tance of remote user a feature that must be enabled with an additonal flag. I think & hope that the above can be done in a small patch, a I remain opposed to adding bloat to Fossil. Will that work for security and convience? Input welcome. Paul On Wed, 2 Jun 2010 23:27:57 +0100, Owen Sheph

Re: [fossil-users] scgi for Linux (was: Fossil behind proxy)

2010-06-02 Thread Paul Ruizendaal
of three forms of the server command. Now we have "fossil server" and "fossil ui", which should stay as is. Perhaps it needs a third form along the lines of: fossil backend http|scgi [-P port|pipe] [-F front-server-ip] [-R repository] Not sure yet, I'll think about it a bi

Re: [fossil-users] scgi for Linux (was: Fossil behind proxy)

2010-06-01 Thread Paul Ruizendaal
is just a few extra lines of code in "cgi_init()": z = (char*)P("REMOTE_ADDR"); if( z ) g.zIpAddr = mprintf("%s", z); + z = (char*)P("X_FORWARDED_FOR"); + if( z ) g.zIpAddr = mprintf("%s", z); Hope the above has been of help. For the av

Re: [fossil-users] scgi for Linux (was: Fossil behind proxy)

2010-05-31 Thread Paul Ruizendaal
> The biggest issue with HTTP 1.1 for backend communication is long > running connections since HTTP doesn't support interleaving. Now that I find a convincing argument! Can you confirm from your experience that SCGI is not broken in this respect in the same way as FastCGI (i.e. the protocol spe

Re: [fossil-users] scgi for Linux (was: Fossil behind proxy)

2010-05-30 Thread Paul Ruizendaal
the exact same problem without any need for additional code. Perhaps I'm missing the point, but to me adding scgi is bloat. Paul On Sun, 30 May 2010 21:23:59 +0100, Owen Shepherd wrote: > I've finished modifying Fossil to support SCGI. Some notes: > >- I rewrote the accept lo

Re: [fossil-users] Fossil for dummies PDF

2010-05-30 Thread Paul Ruizendaal
Jim, I'd be happy to merge in my write-up about the TH1 script language. Howver, that is not "quick start guide" material, and perhaps is outside the focus of the document. Paul On Sat, 29 May 2010 06:20:01 -0400, Jim Schimpf wrote: > Hi, > > I've been wo

Re: [fossil-users] Fossil behind proxy

2010-05-30 Thread Paul Serice
f of the CPU on a virtual machine that is a > 1/20th slice of a real server. ... How much more efficient does that > need to be? Lots ... if it's CGI under Windows. Thank You, Paul Serice ___ fossil-users mailing list fossil-users@li

Re: [fossil-users] Character entity references

2010-03-31 Thread Higham, Paul
Thank you! It works fine now, I think I was missing the semicolon. Paul Higham Tel +1 408 522 6225 phig...@sjm.com -Original Message- From: fossil-users-boun...@lists.fossil-scm.org [mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of Ross Berteig Sent: Wednesday, March 31

[fossil-users] Character entity references

2010-03-31 Thread Higham, Paul
just the text code with no rendering. Is there wiki magic for this? Paul Higham Senior Software Engineer Cardiac Rhythm Management Division St. Jude Medical 709 East Evelyn Avenue Sunnyvale, CA 95086 USA Tel +1 408 522 6225 phig...@sjm.com This communication, including any attachm

Re: [fossil-users] Deleting a wiki page?

2010-03-18 Thread Higham, Paul
This is the best of both worlds, and an elegant solution to boot. Thanx! Paul Higham Tel +1 408 522 6225 phig...@sjm.com -Original Message- From: fossil-users-boun...@lists.fossil-scm.org [mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of D. Richard Hipp Sent: Thursday, March

Re: [fossil-users] Deleting a wiki page?

2010-03-17 Thread Higham, Paul
rage, with 10-year old National Geographic magazines growing mould . . . I agree with Jeremy that shunning is a pretty awkward way to clean up the 'desktop', but if that is the only way . . . Paul Higham Tel +1 408 522 6225 phig...@sjm.com -Original Message- From: fossil-users-

Re: [fossil-users] Deleting a wiki page?

2010-03-17 Thread Higham, Paul
I have been wondering that myself and I would also like to know if it is possible to rename a wiki page. Paul Higham Tel +1 408 522 6225 phig...@sjm.com -Original Message- From: fossil-users-boun...@lists.fossil-scm.org [mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of

[fossil-users] Replying to a message from within the archive

2010-03-02 Thread Higham, Paul
It is possible from within the mail archive to reply to the author of a specific posting, but this is only addressed to the author. Is it possible from within the archive to select a specific posting and have a reply posted to the entire set of fossil users? Paul Higham Senior Software

Re: [fossil-users] How to close a branch?

2010-02-27 Thread Paul Serice
fossil tag --raw add closed ___ 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] Viewing embedded documentation on a remote repository

2010-02-11 Thread Higham, Paul
but this is decidedly not fine. Replacing the text 'localhost:8080' in the home markup by 'home.ad.min.com:8080' works as long as the repository stays at home, but this breaks as soon as the home repository is cloned. Is there a reasonable solution to this and is it exp

[fossil-users] Viewing embedded documentation on a remote repository

2010-02-11 Thread Higham, Paul
ory? Yet, when logged on I can navigate to the desired files and display their contents by clicking on the artifact ID. What am I missing here? Paul Higham Senior Software Engineer Cardiac Rhythm Management Division St. Jude Medical 709 East Evelyn Avenue Sunnyvale, CA 95086 USA Tel

[fossil-users] titles in embedded documentation

2010-02-09 Thread Higham, Paul
of 'Documentation' and I don't see a way of intercepting this. Paul Higham Senior Software Engineer Cardiac Rhythm Management Division St. Jude Medical 709 East Evelyn Avenue Sunnyvale, CA 95086 USA Tel +1 408 522 6225 phig...@sjm.com This communication, including

Re: [fossil-users] Repository-dependant cookies

2010-02-01 Thread Paul Ruizendaal
standard solution of web servers is to see if index.html exists in the directory and if so, serve that page; if not a 404 results. Many servers have the option to do a listing, but that is just that: an option. Paul ___ fossil-users mailing list foss

Re: [fossil-users] Fossil behind reverse proxy

2010-01-30 Thread Paul Ruizendaal
h header exists, it is the repository specified on the command line. This would take care of your generalised repository access. This would work very well with my own (soon to be published, GPL'ed) reverse proxy. It would also work very well with Lighttpd, using its mod_magnet module. Would

[fossil-users] Fossil behind reverse proxy

2010-01-27 Thread Paul Ruizendaal
the above relocation but keeps everyting based at root ('/'), regardless of the path in the request uri. Is there a reason that makes fossil CGI style relocation a bad idea for a fossil running in server mode? Paul == I just tried to put Fossil (running as server) behind a reverse p

[fossil-users] Fossil behind reverse proxy

2010-01-27 Thread Paul Ruizendaal
rewrite the Location: header of a 301 response. Before I attempt this rather massive patch: Richard, any remarks? Paul ___ 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] Repository in a single file

2010-01-24 Thread Paul Serice
On Sun, 2010-01-24 at 18:29 -0500, D. Richard Hipp wrote: > On Jan 24, 2010, at 5:42 PM, Paul Serice wrote: > > Just search for "Berkeley DB usage leading to respository > > corruption and data loss" on the Wikipedia page for Subversion. > > That's why sub

  1   2   >