Re: [fossil-users] Using fossil with Golang (go get)

2018-06-18 Thread Mark Janssen (fossil)
On 2018-06-18 23:42, Zack Scholl wrote: Hi Mark, The meta tag will not work for importing Go code. The first term needs to match the import path, e.g. "X" in the `go get X` command. And "http(s)://" is not allowed in the import path for `go get`. Is there a fossil

Re: [fossil-users] Using fossil with Golang (go get)

2018-06-18 Thread Mark Janssen (fossil)
lo-world then you need to add the meta tag in between the tags: https://yourdomain.com/hello-world";> Works very well, thank you. To add, easier and repo independent is: content="$baseurl fossil $baseurl"> IMO this would be a nice candidate for inclusio

Re: [fossil-users] Replacing subversion revision number... by what?

2017-12-29 Thread Mark Janssen
All of this will fail in the case of private branches (or other DAG differences) between different repositories, unless you special case private branches. And how will you handle diverging repos so that my version 12 is not your version 12, because I didn't sync after commit 10? I wouldn't be surpr

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

2017-12-17 Thread Mark Janssen
rg> wrote: >> >> Date: Sun, 17 Dec 2017 09:56:57 + >> From: Mark Janssen >> Subject: Re: [fossil-users] fossil-users Digest, Vol 119, Issue 28 >> Message-ID: >> > o5bgtr...@mail.gmail.com> >> Content-Type: text/plain; charset="utf-8"

Re: [fossil-users] fossil-users Digest, Vol 119, Issue 28

2017-12-17 Thread Mark Janssen
Unless I am misunderstanding what you mean by permanent record, I don't think this is possible in a DVCS. In a DVCS the remote can be different and even change between pull/syncs Op za 16 dec. 2017 21:42 schreef Ron W : > On Sat, Dec 16, 2017 at 7:00 AM, < > fossil-users-requ...@lists.fossil-scm.

Re: [fossil-users] binary-glob not honored

2017-12-11 Thread Mark Janssen
>From the manual: "Where a setting is a list of values, such as ignore-glob, you can use a newline as a separator as well as a comma." https://www.fossil-scm.org/xfer/doc/trunk/www/settings.wiki On Mon, 11 Dec 2017, 18:48 Gour, wrote: > On Mon, 11 Dec 2017 12:00:22 +000

Re: [fossil-users] binary-glob not honored

2017-12-11 Thread Mark Janssen
.fossil-settings should be a subfolder of your repository checkout, not your home folder. On Mon, 11 Dec 2017, 16:03 Gour, wrote: > Hello, > > I'm working on a web site and wanted to perform initial import, but Fossil > (version 2.5 [561fa8a3b7]) complains: > > ./pages/01.blog/14th-anniversary/g

Re: [fossil-users] Forget large set of changes

2017-12-04 Thread Mark Janssen
Fossil cannot remove existing history. So removing only one dir and the associated history is not possible. Why don't you just update the files to be sorted and after that always keep adding them sorted? The diffs up until now will still be noisy, but from now on they will be more readable and yo

Re: [fossil-users] Using Fossil with Apache Proxy

2017-09-28 Thread Mark Janssen
On 28 Sep 2017 13:37, "David Mason" wrote: I have all the logic I need I just want fossil to behave like it would at a terminal prompt, rather than acting like a CGI... the complication is that I am calling it from a CGI! But removing all the environment variable mostly solves the problem.

Re: [fossil-users] Issue with ignore-glob

2017-04-11 Thread Mark Janssen
That's not a security hole at all. Once a file was added, ignoring it will not remove past version from the repository. History in fossil is immutable. If you inadvertently added a file which shouldn't be there you should shun it instead. On Tue, Apr 11, 2017 at 1:27 AM, Thomas wrote: > On 2017-0

Re: [fossil-users] Support for commonmark markdown in fossil

2017-03-14 Thread Mark Janssen
*/ if( data[i]=='`' ){ size_t span_nb = 0, bt; On Tue, Mar 14, 2017 at 4:23 PM, Natacha Porté wrote: > Hello, > > on Tuesday 14 March 2017 at 15:44, Mark Janssen wrote: >> I did notice a (IMO) bug during the conversion: >> >> $ cat markdown-test2.md &

Re: [fossil-users] Support for commonmark markdown in fossil

2017-03-14 Thread Mark Janssen
hen the blocks are indented (and yes I do use a proper editor :)) I did notice a (IMO) bug during the conversion: $ cat markdown-test2.md _test\_embedded_ *test\*embedded* $ fossil test-markdown-render markdown-test2.md testembedded_ testembedded* The escaped delimiters (\_ and

Re: [fossil-users] Support for commonmark markdown in fossil

2017-03-11 Thread Mark Janssen
I wasn't aware that the author of the current implementation was a fossil user as well :) On Sat, 11 Mar 2017, 16:22 Natacha Porté, wrote: > > I never understood the appeal for code blocks, but if it's only that > it's very easy to add to the existing implementation. > Code blocks are very conv

Re: [fossil-users] Support for commonmark markdown in fossil

2017-03-11 Thread Mark Janssen
. On Sat, 11 Mar 2017, 15:38 Scott Robison, wrote: > On Sat, Mar 11, 2017 at 7:07 AM, Mark Janssen > wrote: > > My question to you all is, would there be any interest in adding > commonmark support? > > > I like the idea of a more fully featured markdown implementation.

[fossil-users] Support for commonmark markdown in fossil

2017-03-11 Thread Mark Janssen
file as the page title - (Maybe) add a repo wide markdown flavour setting - Push changes to fossil-scm.org (my user mjanssen has no write access) My question to you all is, would there be any interest in adding commonmark support? Regards, Mark ___ fossil

[fossil-users] Alternative Terminal User Interfaces

2015-12-05 Thread Mark D. McCurry
e interested in? --Mark McCurry pgpRxLFW8Le0M.pgp Description: PGP signature ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Collaborative deployment of Fossil without a server

2015-06-12 Thread Mark
re as @happybeing) Wiki: https://safenetwork.wiki/en/ Github:http://github.com/maidsafe (Current stuff is almost all Rust - ignore the C++) Mark On 12/06/15 23:09, Ron W wrote: > On Fri, Jun 12, 2015 at 4:55 PM, Mark wrote: > >> Its not really a shared disk. I described it because wh

Re: [fossil-users] Collaborative deployment of Fossil without a server

2015-06-12 Thread Mark
ne. I say *role*, because the network cannot host the Fossil server, it can only run on a client. Hope that's clearer! :) On 12/06/15 21:25, jungle Boogie wrote: > On 12 June 2015 at 13:21, Mark wrote: >> Two client machines 1 & 2, each with a local repo, and each running a &

Re: [fossil-users] Collaborative deployment of Fossil without a server

2015-06-12 Thread Mark
On 12/06/15 20:05, Ron W wrote: > On Fri, Jun 12, 2015 at 2:15 PM, Mark wrote: >> >> no way for remote devices to communicate >> with a server on another client over HTTP (because this would defeat the >> security of the network). >> > > So SAFE Network

Re: [fossil-users] Collaborative deployment of Fossil without a server

2015-06-12 Thread Mark
rt in this area. I'm away until Tuesday, so there's no hurry. Mark My thinking is On 12/06/15 19:38, Richard Hipp wrote: > On 6/12/15, Mark wrote: >> I'm thinking it's unlikely that Fossil caters for multiple servers >> talking to a shared repo file, > > I

[fossil-users] Collaborative deployment of Fossil without a server

2015-06-12 Thread Mark
ions initiated on the client by the Fossil cli. Thanks for reading, I hope that its clear what I'm trying to achieve. Mark -- Secure Access For Everyone: SAFE Network - launches soon! Fully Decentralised Internet http://MaidSafe.net ___ foss

[fossil-users] fossil clean --emptydirs ignores file argument

2014-06-06 Thread Mark Hammons
Normally I can do fossil clean subfolder and have the command clean up everything in that subfolder, but appending the --emptydirs flag causes my subdirectory argument to be ignored and fossil clean attempts to work on the entire repository. I'm currently using version [3d49f04587] of fossil. _

Re: [fossil-users] Example Ticket Change Hook?

2014-05-19 Thread Mark Janssen
On Mon, May 19, 2014 at 4:53 PM, Jan Nijtmans wrote: > 2014-05-19 16:44 GMT+02:00 Andy Bradford : > > Hello, > > > > Does anyone have an example script that I can use for a client-side > > ticket change hook? > > Here is one, derived

Re: [fossil-users] Excluding [brackets] from ... links

2014-05-15 Thread Mark Janssen
ing a different approach and have fossil accept [..] as a synonym to . ? Or in other words let fossil strip any brackets when interpreting an SHA id. Mark ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] TH1: support for octal and hexadecimal numbers in expressions

2014-04-04 Thread Mark Janssen
n-ary numbers have dots? 0b1.11 is a perfectly valid representation of 1.75. Mark ___ 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] Painful team interaction with fossil, how to improve?

2014-02-13 Thread Mark Janssen
On Thu, Feb 13, 2014 at 9:33 PM, Ron Wilson wrote: > On Thu, Feb 13, 2014 at 2:46 PM, Mark Janssen wrote: > >> True with effort all of this could be retrieved from the underlying >> sqlite db. The reason I didn't do that is that you need opt out and email >> verific

Re: [fossil-users] Painful team interaction with fossil, how to improve?

2014-02-13 Thread Mark Janssen
On 13 Feb 2014 19:44, "Ron Wilson" wrote: > > On Thu, Feb 13, 2014 at 1:13 PM, Mark Janssen wrote: >> >> I have used the ticket hooks and they do work. However they will not allow automatic updates to be sent to whoever logged the ticket. >> As a result I hav

Re: [fossil-users] Painful team interaction with fossil, how to improve?

2014-02-13 Thread Mark Janssen
I have used the ticket hooks and they do work. However they will not allow automatic updates to be sent to whoever logged the ticket. As a result I have moved the bug tracker to redmine. On 13 Feb 2014 16:25, "Baptiste Daroussin" wrote: > Hi, > > I'm using fossil for a while now, and I'm quite ha

Re: [fossil-users] Windows installer?

2014-02-01 Thread Mark Janssen
o.php). > > There is already an NSI file for fossil in the root dir. Is there anything Inno Setup offers which NSIS ( http://en.wikipedia.org/wiki/Nullsoft_Scriptable_Install_System) doesn't? Mark ___ fossil-users mailing list fossil-users@lists.fos

Re: [fossil-users] fossil ui/serv

2014-01-28 Thread Mark Janssen
a permissions issue on the repo or the containing directory? Mark ___ 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] Version 1.28 release?

2014-01-14 Thread Mark Janssen
On Tue, Jan 14, 2014 at 9:36 AM, Jan Nijtmans wrote: > 2014/1/13 Mark Janssen : > > I am not sure if this is an issue with my MinGW install, but latest trunk > > fails to build on MinGW. I think it's useful if the official release can > > also be built on MinGW.

Re: [fossil-users] Version 1.28 release?

2014-01-13 Thread Mark Janssen
On Thu, Jan 9, 2014 at 2:20 PM, Richard Hipp wrote: > It has been a few months since the last official release of Fossil. I > wonder if we should consider publishing trunk as the official version 1.28? > > -- > D. Richard Hipp > d...@sqlite.org > > ___

Re: [fossil-users] Small issue with ticket hook script

2014-01-11 Thread Mark Janssen
On 11 Jan 2014 20:09, "Jan Nijtmans" wrote: > > 2014/1/9 Mark Janssen : > > When I use the following script as a ticket hook: > > > > set project simpletask > > tclInvoke package require http > > query {SELECT title, status > > FROM t

Re: [fossil-users] Small issue with ticket hook script

2014-01-10 Thread Mark Janssen
On Fri, Jan 10, 2014 at 11:46 AM, Jan Nijtmans wrote: > 2014/1/10 Mark Janssen : > > Sorry to keep replying to myself, but with latest version of > > delay-ticket-hook [e4af590ff9] it still doesn't work. > > The cause is that in tkt.c the result logic is off. Below

Re: [fossil-users] Small issue with ticket hook script

2014-01-10 Thread Mark Janssen
On Thu, Jan 9, 2014 at 7:49 PM, Mark Janssen wrote: > > > > On Thu, Jan 9, 2014 at 5:58 PM, Mark Janssen wrote: > >> >> >> >> On Thu, Jan 9, 2014 at 5:31 PM, Jan Nijtmans wrote: >> >>> 2014/1/9 Jan Nijtmans : >>> > I have a differ

Re: [fossil-users] Small issue with ticket hook script

2014-01-09 Thread Mark Janssen
On Thu, Jan 9, 2014 at 5:58 PM, Mark Janssen wrote: > > > > On Thu, Jan 9, 2014 at 5:31 PM, Jan Nijtmans wrote: > >> 2014/1/9 Jan Nijtmans : >> > I have a different fix >> > in mind, I'll come back on that later. >> >> <http://fossil-

Re: [fossil-users] Small issue with ticket hook script

2014-01-09 Thread Mark Janssen
On Thu, Jan 9, 2014 at 5:31 PM, Jan Nijtmans wrote: > 2014/1/9 Jan Nijtmans : > > I have a different fix > > in mind, I'll come back on that later. > > > > Does this work for you? > > Regards, > Jan Nijtmans > __

Re: [fossil-users] Confirm commit

2014-01-09 Thread Mark Janssen
On Thu, Jan 9, 2014 at 3:54 PM, Arseniy Terekhin wrote: > Hello, > > When developing, I often execute last command blindly and sometimes it > happens to be `fossil ci -m "text"`. And sometimes I commit, > forgetting that I'm on a wrong branch. So I purpose to add commit > confirmation that contai

Re: [fossil-users] Small issue with ticket hook script

2014-01-09 Thread Mark Janssen
On Thu, Jan 9, 2014 at 2:20 PM, Jan Nijtmans wrote: > 2014/1/9 Mark Janssen : > > The reflected information in the query is the info from before the ticket > > update. > > I suspect the ticket hook is fired before the actual ticket change > > transaction is commit

[fossil-users] Small issue with ticket hook script

2014-01-09 Thread Mark Janssen
ript will be executed after the ticket change has been commited? Thanks, Mark ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] Using Markdown for tickets and in TH1

2014-01-09 Thread Mark Janssen
provide Markdown input using the already defined text/x-markdown mimetype Only thing left to be done is to extend the markdown parser so that [uuid] will refer to the fossil artifact as in the fossil wiki parser. Regards, Mark markdown-tickets.patch Description: Binary data

Re: [fossil-users] Question on repo size after repeated binary file commits?

2013-12-22 Thread Mark Janssen
lost. So reducing the repository size is generally not possible. Mark ___ 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] State of tkt-hook-change branch

2013-12-13 Thread Mark Janssen
On Fri, Dec 13, 2013 at 4:18 PM, Jan Nijtmans wrote: > 2013/12/13 Mark Janssen : > > One final piece of feedback, concerning the next step in the trigger > > process. Fossil seems to encode the trigger request as Content-Type: > > text/plain even in the case of a GET. > &

Re: [fossil-users] State of tkt-hook-change branch

2013-12-13 Thread Mark Janssen
is will lead to an error when trying to parse the request using tcllib's ncgi. ncgi only supports: "" - text/xml* - application/x-www-form-urlencoded* - application/x-www-urlencoded* And reading the specs it seems that a GET request should not specif

Re: [fossil-users] State of tkt-hook-change branch

2013-12-13 Thread Mark Janssen
On Fri, Dec 13, 2013 at 2:15 PM, Jan Nijtmans wrote: > 2013/12/13 Mark Janssen : > > With the updated version [85528ef507] I still get the same error. > > xfer_run_script still fails with error: > > > > url must be http:// or https:// > > > > At xfer.c li

Re: [fossil-users] State of tkt-hook-change branch

2013-12-13 Thread Mark Janssen
On Fri, Dec 13, 2013 at 12:29 PM, Jan Nijtmans wrote: > 2013/12/13 Mark Janssen : > > What is the state of the tkt-hool-change branch? I tried using it for my > own > > local repo and I can't get the http ticket hook to trigger. > > Looks like an uninitialized variabl

[fossil-users] State of tkt-hook-change branch

2013-12-13 Thread Mark Janssen
e has any idea what's up? Mark ___ 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] Gentoo: SQLITE_WARNING... best approach for Portage

2013-11-20 Thread Mark Janssen
On 20 Nov 2013 16:40, "Stephan Beal" wrote: > > On Wed, Nov 20, 2013 at 4:10 PM, Andy Bradford wrote: >> >> Thus said Stephan Beal on Wed, 20 Nov 2013 10:24:02 +0100: >> >> > If the patch is relatively small, please just paste it to the list >> > (don't attach it - attachments get stripped)

Re: [fossil-users] missing branch tag (?)

2013-10-09 Thread Mark Janssen
Branches are controlled by propagating raw tags. Start with fossil tag list --raw checkin. Then I think you should be able to cancel the offending raw tag. On 9 Oct 2013 23:07, "B Harder" wrote: > ...and now I see the edit where the trunk tag was cancelled -- > question remains --- can I undo/rev

Re: [fossil-users] cgi on Mac problem

2013-09-29 Thread Mark Janssen
On Sun, Sep 29, 2013 at 5:22 PM, Stephan Beal wrote: > On Sun, Sep 29, 2013 at 5:19 PM, Stephan Beal wrote: > >> http://www.jmarshall.com/easy/http/#responseline >> > > Another tip, taken from that page: > > try sending the request with telnet and see what comes back: > > telnet localhost PORT_NU

Re: [fossil-users] cgi on Mac problem

2013-09-29 Thread Mark Janssen
erated as expected. > > > any help in these matters would be appreciated. > > > Trying `fossil cgi /Library/WebServer/CGI-**Executables/repo.cgi` should give a more descriptive error. Mark ___ 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] looking for GUI app developer for libfossil

2013-09-18 Thread Mark Janssen
The way I get fossil to build for Android is using the NDK which is also used if you mix C code with an Android app so I see no problems there. Will take any other issues up with you off list. On 18 Sep 2013 17:48, "Stephan Beal" wrote: > On Wed, Sep 18, 2013 at 12:18 PM, Mark

Re: [fossil-users] looking for GUI app developer for libfossil

2013-09-18 Thread Mark Janssen
I wouldn't call myself a UI designer by any means, but it would be interesting to try to put something together with libfossil on Android (I do have quite some experience in Android developement). Time permitting, I will have a look at building libfossil on Android (which should be easy as fossil i

Re: [fossil-users] Can one display ISO 8601 date-time instead of SHA-1 prefixes in the web UI?

2013-08-25 Thread Mark Janssen
mit +1s should work for identifying that commit instead of the UUID. Mark ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] strange `fossil diff ' behaviour

2013-08-21 Thread Mark Janssen
On 21 Aug 2013 23:22, "j. van den hoff" wrote: > > On Wed, 21 Aug 2013 23:07:36 +0200, Mark Janssen wrote: > >> On Wed, Aug 21, 2013 at 9:27 PM, j. van den hoff >> wrote: >> >>> On Wed, 21 Aug 2013 19:31:17 +0200, Mark Janssen >>> wrote: &

Re: [fossil-users] strange `fossil diff ' behaviour

2013-08-21 Thread Mark Janssen
On Wed, Aug 21, 2013 at 9:27 PM, j. van den hoff wrote: > On Wed, 21 Aug 2013 19:31:17 +0200, Mark Janssen > wrote: > > To make this less of an academic discussion and to just be able to play >> > > very good point (despite being myself in academia ...) and thanks

Re: [fossil-users] Bikeshedding opportunity: back to the topic of "libfossil"'s name

2013-08-21 Thread Mark Janssen
On Wed, Aug 21, 2013 at 7:38 PM, Stephan Beal wrote: > On Wed, Aug 21, 2013 at 7:30 PM, Themba Fletcher < > themba.fletc...@gmail.com> wrote: > >> What about "libfree" as a portmanteau of lib, fossil, and three? I guess >> that crosses the line into humor a bit. >> > > And sounds very GNU :/. > >

Re: [fossil-users] strange `fossil diff ' behaviour

2013-08-21 Thread Mark Janssen
On Wed, Aug 21, 2013 at 7:36 PM, Stephan Beal wrote: > On Wed, Aug 21, 2013 at 7:31 PM, Mark Janssen wrote: > >> Currently the revision numbers are reflecting the fossil rebuild >> algorithm so they count down from leaves which is a bit odd, but that can >&

Re: [fossil-users] strange `fossil diff ' behaviour

2013-08-21 Thread Mark Janssen
not very well tested yet so use at your own risk. Mark ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] strange `fossil diff ' behaviour

2013-08-21 Thread Mark Janssen
For most of the use cases discussed here I think we don't need repository local unique numbers a la mercurial. As far as I can see a more flexible VERSION [1] format (although the git way is probably overkill) seems to be enough. It would be useful for example to be able to say: fossil diff -r -2

Re: [fossil-users] strange `fossil diff ' behaviour

2013-08-21 Thread Mark Janssen
On Wed, Aug 21, 2013 at 5:09 PM, Richard Hipp wrote: > On Wed, Aug 21, 2013 at 10:52 AM, Marc Simpson wrote: > >> On Wed, Aug 21, 2013 at 3:36 PM, Stephan Beal >> wrote: >> > DVCSs cannot, by their very nature, portably support sequential numbers. >> > This topic has been beaten to death by bra

Re: [fossil-users] Command-line wildcards

2013-08-21 Thread Mark Janssen
Sorry for spamming, but with the change it works within msys, but it fails on the windows command line. Seems like a bit of a Catch 22 caused by the different idea windows and unix have about how to pass arguments. On Wed, Aug 21, 2013 at 2:52 PM, Mark Janssen wrote: > Yes, for exam

Re: [fossil-users] Command-line wildcards

2013-08-21 Thread Mark Janssen
Yes, for example fossil add * will still do the right thing. On Wed, Aug 21, 2013 at 2:51 PM, Stephan Beal wrote: > On Wed, Aug 21, 2013 at 2:48 PM, Mark Janssen wrote: > >> I did not test this with the 64bit version of MinGW. Using an unquoted * >> in this case still

Re: [fossil-users] Command-line wildcards

2013-08-21 Thread Mark Janssen
inGW-w64 */ int wmain(int argc, wchar_t **argv) #else +int_CRT_glob = 0; int main(int argc, char **argv) + #endif { const char *zCmdName = "unknown"; int idx; int rc; I did not test this with the 64bit version of MinGW. Using an unquoted * in this case still works as expect

Re: [fossil-users] Command-line wildcards

2013-08-21 Thread Mark Janssen
It's a problem with the way MinGW parses and passes the command line. When main is called in fossil, the arguments are already expanded. As for the fix, I am not sure yet. On Wed, Aug 21, 2013 at 2:36 PM, Stephan Beal wrote: > > On Wed, Aug 21, 2013 at 2:31 PM, wrote: > >> @ >> Stephan Beal:

Re: [fossil-users] failure to push/sync

2013-08-14 Thread Mark Janssen
On Aug 15, 2013 12:00 AM, "Chad Perrin" wrote: > > On Wed, Aug 14, 2013 at 11:53:41PM +0200, Mark Janssen wrote: > > > > I am curious how auto sync screws with your workflow. I was of the same > > mind in the beginning, always turning of auto sync on my repo

Re: [fossil-users] failure to push/sync

2013-08-14 Thread Mark Janssen
I am curious how auto sync screws with your workflow. I was of the same mind in the beginning, always turning of auto sync on my repos. However these days I always leave it on, I like the extra automatic backup. On Aug 14, 2013 10:42 PM, "Chad Perrin" wrote: > I'm seeing some kind of authenticati

Re: [fossil-users] Notification on new tickets

2013-08-06 Thread Mark Janssen
On Tue, Aug 6, 2013 at 11:29 AM, Jan Nijtmans wrote: > 2013/8/6 Mark Janssen : > > I have built the leaf of that branch, but I can't find any change with > the > > trunk UI. Any 5 minute getting started doc? > > > > Mark > > In the UI go to "Adm

Re: [fossil-users] Notification on new tickets

2013-08-06 Thread Mark Janssen
On Tue, Aug 6, 2013 at 12:32 AM, Jan Nijtmans wrote: > 2013/8/5 Mark Janssen : > > Until commit hooks are added (if ever, I do understand the issues behind > > it), I have found a nice workaround which I would like to share. > > There is an experimental branch "tkt-cha

Re: [fossil-users] Notification on new tickets

2013-08-05 Thread Mark Janssen
On Aug 5, 2013 8:01 PM, "Stephan Beal" wrote: > > On Mon, Aug 5, 2013 at 4:10 PM, Mark Janssen wrote: >> >> Fossil has built in RSS feeds with the granularity to only show ticket changes. > > > Historical anecdote: that feature was originally proposed/im

[fossil-users] Notification on new tickets

2013-08-05 Thread Mark Janssen
quot; repo. You can achieve this by combining the "If feed matches" trigger with the email action. You can adapt the recipe at https://ifttt.com/recipes/109526 for your needs. Mark ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] admin pages are empty and have bad titles

2013-07-24 Thread Mark Janssen
What happens if you set base_url without trailing slash? e.g. " https://foobar.com:10443"; On Wed, Jul 24, 2013 at 4:55 PM, Eric Rubin-Smith wrote: > I think the point here is that with a baseurl of " > https://foobar.com:10443/";, certain links exposed by the fossil HTML > generators wind up p

Re: [fossil-users] Scripting in Fossil v2

2013-07-24 Thread Mark Janssen
On Wed, Jul 24, 2013 at 12:37 PM, Stephan Beal wrote: > On Wed, Jul 24, 2013 at 10:43 AM, Mark Janssen wrote: > >> I would just like to add that fossil already has a defined "API" in the >> sense that what a fossil repo and server are is described in >> http://f

Re: [fossil-users] Scripting in Fossil v2

2013-07-24 Thread Mark Janssen
I would just like to add that fossil already has a defined "API" in the sense that what a fossil repo and server are is described in http://fossil-scm.org/index.html/doc/trunk/www/fileformat.wiki and http://fossil-scm.org/index.html/doc/trunk/www/sync.wiki. I would say that any truly useful fossil

Re: [fossil-users] Random thoughts on Fossil v2

2013-07-23 Thread Mark Janssen
into my main repo would be fine). Using the ticketing system for any app with a decent userbase is a pain right now. Mark On Tue, Jul 23, 2013 at 10:35 PM, Matt Welland wrote: > Here are a couple features that would make fossil a reasonable replacement > for zim wiki and might be

[fossil-users] Latest SQLite3 broken on Android?

2013-06-20 Thread Mark Janssen
widespread use of sqlite on Android this seems like it could be an issue. Fix is at http://mpcjanssen.nl/cgi-bin/fossil/vpatch?from=ea018d154657ddd9&to=f0df1fe2d8f001e3 Mark ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.

Re: [fossil-users] Integrating build scripts for Android

2013-06-14 Thread Mark Janssen
For everyone still trying this out. I have some scripts for Terminal IDE which will transform your Android device in a fossil hosting server. You can find them at http://repos.mpcjanssen.nl/terminal-ide (hosted on my Asus TF101) @drh did you receive my CLA? On Tue, Jun 11, 2013 at 9:32 PM, Mark

Re: [fossil-users] Integrating build scripts for Android

2013-06-11 Thread Mark Janssen
On Jun 11, 2013 8:07 PM, "Matt Welland" wrote: > > If some kind soul posted a binary for android somewhere accessible I'd be very grateful. Having the build stuff integrated is the next best thing. I use the shell and sshdroid and having fossil on my phone would be great. BTW, mounting your phone

Re: [fossil-users] Integrating build scripts for Android

2013-06-11 Thread Mark Janssen
stall System if needed and open a new Terminal 3) cp /sdcard/fossil ~/local/bin 4) chmod a+x ~/local/bin/fossil 5) Restart the terminal IDE sessions That should be all. Note that when you remove Terminal IDE and reinstall it, you will need to redo this. If you upgrade, fossil should be preserved.

Re: [fossil-users] Integrating build scripts for Android

2013-06-11 Thread Mark Janssen
Because I develop on my tablet using AIDE I need this ability. I can develop my Android app on my tablet only using a combination of fossil, Terminal IDE and AIDE. It works surprisingly well. Mark ___ 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] Integrating build scripts for Android

2013-06-11 Thread Mark Janssen
On Tue, Jun 11, 2013 at 12:51 PM, Richard Hipp wrote: > Please do email a scan of the signed CLA. Thanks. > > CLA is on its way. > > On Tue, Jun 11, 2013 at 5:06 AM, Mark Janssen wrote: > >> I am still maintaining 2 build scripts for building fossil for Android. >&g

[fossil-users] Integrating build scripts for Android

2013-06-11 Thread Mark Janssen
re at: http://mpcjanssen.nl/cgi-bin/fossil/vdiff?from=55debfb1bdf794a4&to=14b1e90f21ed0895&detail=1&sbs=0 I have put the scripts in a separate directory because the Android NDK expects a certain directory structure. Mark ___ fossil-users ma

Re: [fossil-users] Did you know that Fossil could do...

2013-05-28 Thread Mark Janssen
On Tue, May 28, 2013 at 3:08 PM, Richard Hipp wrote: > Survey: How many people know that in the web-based timeline for Fossil, > you can click on any two nodes in the graph and get a diff between those > two nodes? > > I think this is a very useful feature. But I'm guessing that not many > peop

Re: [fossil-users] fossil not recognizing changes to binary files?

2013-05-07 Thread Mark Janssen
unzip the files? Mark On Tue, May 7, 2013 at 5:22 PM, Randy Melton wrote: > I'm even more convinced that this is a bug. > > If I edit one of the binary files as follows: > echo " " >> tclkit-8.5.2-win64.exe.exe > > fossil will see the binary as modified. &

Re: [fossil-users] Question about Source forge Fossil hosting

2013-04-11 Thread Mark Janssen
n build fossil directly on the sourceforge machine" > 1/ SSH access and download of checkins ? > 2/ SSH access + ./configure directly with sourceforge... ? > > > Best Regards > > K. > > -- > *From :* Mark Janssen > *Cc :* jim Schi

Re: [fossil-users] Question about Source forge Fossil hosting

2013-04-10 Thread Mark Janssen
> If you have sourceforge shell access you can build fossil directly on the sourceforge machine. A simple wget of the sources and ./configure && make works. Mark ___ 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] proxy setting and ssh:// url

2013-03-15 Thread Mark Janssen
This probably fixes issue 137cf42ad9 as well. Can't check at the moment but will check when at work. On Fri, Mar 15, 2013 at 3:37 PM, Stephan Beal wrote: > > On Fri, Mar 15, 2013 at 2:42 PM, Martin Gagnon wrote: > >> Here's a patch that should ignore proxy settings with file:// and ssh:// >> p

Re: [fossil-users] Patch for building fossil for Android using NDK

2013-03-15 Thread Mark Janssen
On Fri, Mar 15, 2013 at 3:32 PM, Stephan Beal wrote: > On Fri, Mar 15, 2013 at 12:41 PM, Mark Janssen wrote: > >> After struggeling with cross compiling fossil for Android using plain GCC >> for a while, I tried today to compile it using the NDK. >> ... >> >

Re: [fossil-users] Patch for building fossil for Android using NDK

2013-03-15 Thread Mark Janssen
On Fri, Mar 15, 2013 at 2:53 PM, Jan Nijtmans wrote: > 2013/3/15 Mark Janssen : > > I have attached the patch for those who are interested. Currently you > need > > to build on Linux because of the source translation step. It would be > nice > > if this could somehow b

[fossil-users] Patch for building fossil for Android using NDK

2013-03-15 Thread Mark Janssen
this, Mark ADDED android/build.sh Index: android/build.sh == --- android/build.sh +++ android/build.sh @@ -0,0 +1,8 @@ +# to build for Android create a symlink to the zlib directory as ./src/zlib +cd .. +./configure +make +cd android

[fossil-users] 'fossil clean' doesn't consider case-sensitivity

2012-10-26 Thread Mark Incley
ng (in my repository the two files were originally added under a "docs" sub-folder that has since become "Docs".) Cheers Mark ___ 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] problems........

2012-01-16 Thread Mark Janssen
Looks like you still have a stray _FOSSIL_ file in your C:\. From: fossil-users-boun...@lists.fossil-scm.org [mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of android devkit Sent: maandag 16 januari 2012 16:43 To: fossil-users@lists.fossil-scm.org Subject: [fossil-users] probl

Re: [fossil-users] Fossil crashes on Windows

2012-01-11 Thread Mark Janssen
Unless this is not the whole story, this is not a crash, Fossil gives an error. Did you try the solution suggested in the error message? Try a "fossil rebuild" from the checkout. Mark -Original Message- From: fossil-users-boun...@lists.fossil-scm.org [mailto:fossil-

Re: [fossil-users] Error: wrong project

2011-12-20 Thread Mark Janssen
There is a mismatch in the project-codes. Fortunately chiselapp provides functionality to fix this. When creating the repository on chiselapp override the project code with the project-code you get when doing fossil info -R repository. On Tue, Dec 20, 2011 at 11:05 AM, wrote: > Hello, > > I have

Re: [fossil-users] Mailing list archives for fossil-users not available?

2011-12-06 Thread Mark Janssen
http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/ works for me (from the fossil home page) On Tue, Dec 6, 2011 at 2:07 AM, Steve Bennett wrote: > My email has been broken for a few days, so I went to check > the archives. > > Any of the links at: > http://lists.fossil-scm.org:8080/c

Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Mark Janssen
On Wed, Nov 2, 2011 at 7:32 PM, Richard Hipp wrote: > > > On Wed, Nov 2, 2011 at 2:27 PM, Mark Janssen wrote: >> >> On Wed, Nov 2, 2011 at 3:38 PM, Richard Hipp wrote: >> > On Wed, Nov 2, 2011 at 10:13 AM, Mark Janssen >> > wrote: >> >> >&g

Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Mark Janssen
On Wed, Nov 2, 2011 at 3:38 PM, Richard Hipp wrote: > On Wed, Nov 2, 2011 at 10:13 AM, Mark Janssen wrote: >> >> Without wanting to open a huge can of worms, IMHO a DVCS should return >> artifacts unmodified (e.g. treat everything as a binary file). > > And Fo

Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Mark Janssen
On Wed, Nov 2, 2011 at 3:02 PM, Richard Hipp wrote: > On Wed, Nov 2, 2011 at 9:41 AM, Mark Janssen wrote: >> >> Following patch fixes the issue. >> > > This fixes viriketo's specific complaint, but it also creates a bunch of new > problems for people running

Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Mark Janssen
On Wed, Nov 2, 2011 at 2:35 PM, Mark Janssen wrote: > 2011/11/2 Lluís Batlle i Rossell : >> On Wed, Nov 02, 2011 at 01:00:50PM +0100, Eduardo Morras wrote: >>> Sorry to contact you directly Lluis, i can receive mail form list >>> but can't post (my isp blackli

Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Mark Janssen
rg:8080/cgi-bin/mailman/listinfo/fossil-users > The artifact command uses fossil_puts to display the contents. Fossil puts uses strlen to determine the number of chars to be written. So for binary files with embedded nulls this will fail. Using fossil_puts in this case is arguably a mistake

  1   2   >