[fossil-users] importing cvs cannot override date and user for tags and branches

2010-09-29 Thread Rene
I'm importing a cvs repo and are able to override in the checkins the user and the date fossil commit --override-user olduser --override-date 2004-04-01 08:10:42 -m oldlog message Is there a similar possibility for branches and tags? Thanks -- Rene

Re: [fossil-users] importing cvs cannot override date and user for tags and branches

2010-09-30 Thread Rene
On Wed, 29 Sep 2010 19:23:21 -0400, Richard Hipp wrote: On Wed, Sep 29, 2010 at 7:16 PM, Rene wrote: I'm importing a cvs repo and are able to override in the checkins the user and the date fossil commit --override-user olduser --override-date 2004-04-01 08:10:42 -m oldlog message

Re: [fossil-users] Wiki Help

2010-10-14 Thread Rene
there is no need to put it in the repository. I tried the html way but there is no way I can get doxygen to play nice with fossil. On Thu, 14 Oct 2010 09:54:38 +0200, Rene wrote: On Wed, 13 Oct 2010 17:44:15 -0500, Bruce Chidester wrote: What is the best way to incorporate documentation generate

Re: [fossil-users] Fossil enhancements: Please test

2010-10-21 Thread Rene
) off ssh-command web-browser (global) firefox -- Rene ___ 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 enhancements: Please test

2010-10-21 Thread Rene
, Oct 21, 2010 at 4:31 PM, Rene wrote: fossil new --admin-user root --date-override 1996-12-23 05:02:19 ../compat.fsl fossil: hash of rid 1 (997d191127383d712af68962168db05d3802a5ad) does not match its uuid (a039743df6fc664bb116b323f39a37251851ff01)On Tue, This is on the experimental branch

Re: [fossil-users] Fossil enhancements: Please test

2010-10-23 Thread Rene
: 2010-10-07 13:29:13 [e55ada8924] (3.7.3) DATABASE STATS: 363320 pages, 1024 bytes/page, 18 free pages, UTF-8, delete mode -- Rene ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http

Re: [fossil-users] Fossil enhancements: Please test

2010-10-23 Thread Rene
On Sat, 23 Oct 2010 11:49:10 -0400, Richard Hipp wrote: On Sat, Oct 23, 2010 at 11:09 AM, Rene wrote: Richard, A real improvement over the mainline fossil I imported the postgres cvs in 4:20 minutes. The mainline fossil takes more then 25 hours to import the same repository. Very cool

[fossil-users] is it possible to tag or branch on a lim ited number of files?

2010-10-27 Thread Rene
think it is great if it doesn't allow it. As I said I just want to verify that it is not possible in fossil. -- Rene ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] adding a file with the same name on a branch and the trunk

2010-10-29 Thread Rene
files to CVS on a branch. I would add them to the trunk and then do cvs tag -b b1 hello.c While the correct way seems to be cvs co -r b1 cvs add hello.c cvs commit -- Rene ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http

Re: [fossil-users] Cvs2scm

2010-11-01 Thread Rene
On Mon, 1 Nov 2010 09:42:57 +0800, Steve Landers wrote: On 01/11/2010, at 5:43 AM, Rene wrote: I have moved my fossil repository for cvs conversions to https://chiselapp.com/ [1] under the name csv2scm. If you want to convert a cvs repository give it a go. I have done successful

Re: [fossil-users] why would you give out only clone rights?

2010-11-02 Thread Rene
On Tue, 2 Nov 2010 07:35:06 -0400, Richard Hipp wrote: On Tue, Nov 2, 2010 at 4:28 AM, Rene wrote: I have some one who wants to clone my repo. But does that make sense? Clone alone allows you to just clone the repo. But If I'm a remote developer and want to develop I need clone rights

Re: [fossil-users] A wish for command for creating self - extracting archives

2010-12-06 Thread Rene
is running. It could be that the platform on which your repository of interest is running on Sun OS. While you want to clone to windows or to linux. Then the fossil executable to which you connect is of no value to you! -- Rene ___ fossil-users mailing list

Re: [fossil-users] basic questions about fossil

2010-12-16 Thread Rene
of fossil you are now over the steepest curve :-) Regards -- Rene ___ 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] Automatic creation of file to wiki or embedded docs

2011-01-17 Thread Rene
everything in the header and the footer. for instance if you detect that the page is version.c then you could generate a link to the documentation. But al the intelligence for connecting the source code to the documentation must be contained in header and footer. -- Rene

Re: [fossil-users] Automatic creation of file to wiki or embedded docs

2011-01-18 Thread Rene
On Tue, 18 Jan 2011 09:25:09 +, David Bovill wrote: Thanks for the comments Rene... On 17 January 2011 23:50, Rene wrote:  You can link to the source code file. But the source code file cannot  link to the documentation. It could do with a minor tweak to the template for the file

Re: [fossil-users] Automatic creation of file to wiki or embedded docs

2011-01-19 Thread Rene
(value)+1); rc=1; } Th_SetResultInt(interp, rc); return TH_OK; } -- Rene ___ 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] Diff highlighting

2011-01-21 Thread Rene
\')' } /th1 This would have the benefit of running highlighter only on diff pages and after the page has loaded -- Rene ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil

Re: [fossil-users] Diff highlighting

2011-01-21 Thread Rene
On Fri, 21 Jan 2011 13:44:47 +0100, Dmitry Chestnykh wrote: On Jan 21, 2011, at 1:30 PM, Rene wrote: You could define every thing in the head and do body th1 if { fdiff eq $current_page || otherdiffed page eq $current_page } { html onload

Re: [fossil-users] th1 purpose

2011-01-27 Thread Rene
On Thu, 27 Jan 2011 06:56:29 -0500, Richard Hipp wrote: On Thu, Jan 27, 2011 at 2:51 AM, Rene wrote:  I wonder what the purpose of th1 is? TH1 provides the ability to configure the header and footer on each page, and to configure the screens for display and edit of tickets. TH1

[fossil-users] close last leave on a branch and it disappears

2011-02-11 Thread Rene
the windowscompilers branch since it has fulfilled it's purpose. At least one branch less to clutter the display! -- Rene ___ 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] Line numbers in file view (being greedy)

2011-05-03 Thread Rene
-- Rene ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] javascript and fossil

2011-05-04 Thread Rene
for diff highlighting you need to work on the DOM after the page has been loaded. But if these enhancements become popular than it might migrate into fossil Off course this clowning around with javascript might distract you from the real thing. Your software project -- Rene

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

2011-05-24 Thread Rene
and I can see output from e.g. fossil timeline Any idea how to troubleshoot it? Here is my version: This is fossil version [474850cff5] 2011-05-23 15:11:12 UTC Sincerely, Gour Have you modified your header and/or footer? -- Rene ___ fossil

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

2011-05-24 Thread Rene
On Tue, 24 May 2011 13:16:28 +0200, Gour-Gadadhara Dasa wrote: On Tue, 24 May 2011 12:41:35 +0200 Rene renew...@xs4all.nl wrote: Have you modified your header and/or footer? Nope, and as you can see from other message, it work with another browser. Sincerely, Gour You are using

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

2011-05-24 Thread Rene
On Tue, 24 May 2011 15:26:50 +0200, Gour-Gadadhara Dasa wrote: On Tue, 24 May 2011 14:55:07 +0200 Rene renew...@xs4all.nl wrote: Are you able to connect and browse this site with FF4? Yes. if so, Can you go directly to http://localhost:8080/setup_header and the header screen

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

2011-05-24 Thread Rene
On Tue, 24 May 2011 16:08:35 +0200, Gour-Gadadhara Dasa wrote: On Tue, 24 May 2011 15:57:18 +0200 Rene renew...@xs4all.nl wrote: I assume you are under linux? No, (Free)PC-BSD. Sincerely, Gour I tested on linux and no problem. Which version of pc freebsd are you running? Can you

Re: [fossil-users] [newbie] Can't get started

2011-05-25 Thread Rene
-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users -- Rene ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman

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

2011-05-25 Thread Rene
On Tue, 24 May 2011 22:38:19 +0200, Gour-Gadadhara Dasa wrote: On Tue, 24 May 2011 22:31:27 +0200 Rene renew...@xs4all.nl wrote: I meant one version of fossil. Ahh..but how to do it when I did rebuild all the repos and newer fosiil involved changes in db schema? goto http://www.fossil

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

2011-05-26 Thread Rene
On Thu, 26 May 2011 06:48:58 +0200, Gour-Gadadhara Dasa wrote: On Wed, 25 May 2011 23:42:58 +0200 Rene renew...@xs4all.nl wrote: make ./fossil rebuild ./fossil ui and voila a previous release Tried, but still does not work... :-/ I had to convert some repos to bzr (via git) ind order

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

2011-05-26 Thread Rene
fossil ui gour.fossil still doesn't show the webinterface? If you do the same with the previous fossil version allow you to show the webinterface? has firefox been updated? if so can you downgrade with ports? which version off firefox are you using? 4.0,0, 4.0.1 or 5.0.0 -- Rene

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

2011-05-26 Thread Rene
On Thu, 26 May 2011 12:06:19 +0200, Gour-Gadadhara Dasa wrote: On Thu, 26 May 2011 10:18:46 +0200 Rene renew...@xs4all.nl wrote: 1) you were a happy camper with PC-BSD latest and fossil version xx. Yes. 2) You updated to the latest version of fossil and the fossil webinterface

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

2011-05-27 Thread Rene
On Fri, 27 May 2011 07:41:53 +0200, Gour-Gadadhara Dasa wrote: On Fri, 27 May 2011 00:38:37 +0200 Rene renew...@xs4all.nl wrote: Just out of curiosity I installed PC-BSD latest in a virtual machine. (Long install nice user interface!) Heh, nice that you tried PC-BSD. ;) I installed

Re: [fossil-users] Possibility of nicer diffs?

2011-06-23 Thread Rene
On Wed, 22 Jun 2011 18:19:17 +0300, Ron Aaron wrote: Hi, Rene - I tried the instructions here: http://fossil-scm.org/index.html/wiki?name=Cookbook#HighlightDiff But have not got it to work; perhaps the instructions aren't quite correct, I haven't looked into it yet. On 06/22/2011 05:30

Re: [fossil-users] optimize size of binary

2011-07-13 Thread Rene
. The other 2 options is a lot of work. But I find the ulibc one interesting. Maybe I'll give it a try myself :-) -- Rene ___ 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] optimize size of binary

2011-07-13 Thread Rene
fossil 415k Jul 13 16:58 fossilupx under windows it became 1.2M Jul 11 11:54 fossil.exe 553K Jul 11 11:54 fossilupx.exe -- Rene ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org

Re: [fossil-users] optimize size of binary

2011-07-14 Thread Rene
On Thu, 14 Jul 2011 08:03:17 +1000, Steve Bennett wrote: On 13/07/2011, at 10:35 PM, Rene wrote: On Tue, 12 Jul 2011 14:48:42 +0200, Müller, Rainer wrote: Hello, I want to use fossil on an ARM based platform. We have only a few MB flash, so i tried to strip the binary - but the best result

Re: [fossil-users] Shun old versions of (large) binary files

2011-07-16 Thread Rene
what you could do is serving the documents from outside you repository. e.g. like the download page for fossil. The pdf can always be recreated from the sources -- Rene ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil

[fossil-users] tar file is different then zip file

2011-07-18 Thread Rene
-186f4fdca41c087b(has 993 files) The tar file doesn't produce the release while the zip does. -- Rene ___ 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] tar file is different then zip file

2011-07-18 Thread Rene
On Mon, 18 Jul 2011 15:38:07 -0400, Richard Hipp wrote: On Mon, Jul 18, 2011 at 3:32 PM, Rene wrote: I have converted a cvs repo to fossil. I checked if the tag release_v5_1_0 would yield the same number of files as you can see from this timeline fragment it is version 186f4fdca4

Re: [fossil-users] tar file is different then zip file

2011-07-18 Thread Rene
On Mon, 18 Jul 2011 16:15:50 -0400, Richard Hipp wrote: On Mon, Jul 18, 2011 at 4:09 PM, Rene wrote: It must be something specific for this repo because if I do a tarball from my local copy of fossil (hence the same version) I don't see multiple directories. What version of Fossil

Re: [fossil-users] tar file is different then zip file

2011-07-18 Thread Rene
On Mon, 18 Jul 2011 16:15:50 -0400, Richard Hipp wrote: On Mon, Jul 18, 2011 at 4:09 PM, Rene wrote: It must be something specific for this repo because if I do a tarball from my local copy of fossil (hence the same version) I don't see multiple directories. What version of Fossil

Re: [fossil-users] tar file is different then zip file

2011-07-18 Thread Rene
On Mon, 18 Jul 2011 16:15:50 -0400, Richard Hipp wrote: On Mon, Jul 18, 2011 at 4:09 PM, Rene wrote: It must be something specific for this repo because if I do a tarball from my local copy of fossil (hence the same version) I don't see multiple directories. What version of Fossil

Re: [fossil-users] The fossil service command

2011-07-19 Thread Rene
Why not make an option e.g. fossil server -service? -- Rene ___ 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] question

2011-07-21 Thread Rene
/artifact/0fa38d60655 [4] mailto:fossil-users@lists.fossil-scm.org -- Rene ___ 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] tar file is different then zip file

2011-07-21 Thread Rene
of other stuff. It's known as Pax Interchange Format. GNU and FreeBSD tar understand these extensions. The pax utility on Linux and FreeBSD does not implement it (beats me). Gé On Mon, 18 Jul 2011, Rene wrote: On Mon, 18 Jul 2011 16:15:50 -0400, Richard Hipp wrote: On Mon, Jul 18, 2011 at 4:09 PM

[fossil-users] added a javascript file on a branch and loading in the header works

2011-07-21 Thread Rene
. How does fossil choose ext/syn.js when it is created on the branch owncheckout and on the trunk? -- Rene ___ 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] added a javascript file on a branch and loading in the header works

2011-07-21 Thread Rene
On Thu, 21 Jul 2011 13:04:13 -0400, Richard Hipp wrote: On Thu, Jul 21, 2011 at 9:22 AM, Rene wrote: When by the browser asked for the file $home/doc/tip/ext/syn.js. How does fossil choose ext/syn.js  tip means choose the most recent check-in.  trunk means choose the most recent check

[fossil-users] Fossil thinks my configure script is binary

2011-07-22 Thread Rene
Fossil thinks my configure script is binary. This probably due to one or more chars like ^H or something like that. Is there a way to convince fossil that it is not binary? And I don't want to change the configure script! -- Rene ___ fossil-users

Re: [fossil-users] Compiling with digital Mars compiler

2012-03-14 Thread Rene
On 2012-03-14 19:36, Rene wrote: I am checking if I could get polarssl compiled with dmc. And to see if it would work with fossil compiled with dmc (and if that still worked!). The polarssl library compiling wasn't much of a problem. Mainly creating a makefile for gnu make and in 2 places I had

Re: [fossil-users] Side-by-side wiki editing?

2012-04-23 Thread Rene
. The short answer is it is not in fossil. -- Rene ___ 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] Side-by-side wiki editing?

2012-04-23 Thread Rene
On 2012-04-23 20:08, Rene wrote: On 2012-04-23 18:25, Cunningham, Robert wrote: I'm evaluating Trac vs. Fossil for use within our small engineering [snip] FWIW, while searching for other implementations of similar capabilities I stumbled across Wiky (http://goessner.net/articles/wiky/ [2

Re: [fossil-users] Building portable fossil

2012-06-02 Thread Rene
after strip 1.3M after gzip -9 638K. If you want de uclibc executable drop me a line. -- Rene ___ 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 vs. Windows

2012-06-13 Thread Rene
will not help. He keep up making arguments why it sucks Better sit down with him and ask him what the problem is, maybe first a few pints of strong lager. Maybe you selected the tool without him participating (enough) in the decision. It is not a technical issue. -- Rene

Re: [fossil-users] Update of checkout after push operations.

2012-06-13 Thread Rene
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users Hm wild idea I don't know if it is practical cgi1 script monitor if a push or commit command is given if so set a flag and connect to cgi2(your original script) after the operation do a checkout. -- Rene

Re: [fossil-users] Update of checkout after push operations.

2012-06-13 Thread Rene
and publish then. -- Rene ___ 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] trouble figuring out ssh

2012-06-16 Thread rene
On Sat, 16 Jun 2012 04:07:24 +0200, fossil-users-boun...@lists.fossil-scm.org wrote: Hey guys, I have a fossil repository I would like to push to a remote url via ssh. What steps am I missing? 1. (remote) $ cd repo-dir; fossil init repo.fsl 2. (local) $ cd repo-dir; fossil open

Re: [fossil-users] Thoughts about the Custom Pages feature

2012-07-07 Thread Rene
. more javascript). It will be much effort to get tcl at a level where it can compete with javascript (facilities) on the client side. -- Rene ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin

Re: [fossil-users] Markdown engine integrated into fossil

2012-07-10 Thread Rene
wysiwyg markdown editors are available and leave us only with interfacing/integration. The maintenance burden on the editor is not with us And, maybe, we can offer a migration path for existing wiki and/or embedded documentation? D. Richard Hipp d...@sqlite.org [5] -- Rene

[fossil-users] asciidoc

2012-07-29 Thread Rene
lyx fossil manual in fossil and be able to use that to produce a pdf. I'll ponder a bit more about that. -- Rene ___ 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] The future of markdown-in-fossil

2012-07-30 Thread Rene
On 2012-07-30 10:41, Natacha Porté wrote: Hello, I don't want to look impatient, and I personally hate to be constantly reminded about something that hasn't actually left my mind, so I'm a bit reluctant to send e-mails like this one. All my apologies if I'm doing it wrong. So my point is

[fossil-users] Markdown question

2012-08-01 Thread Rene
new how to use it :-) --- Wiki pages -- When I add markdown markup to a wiki-page e.g. I add: **rene de Zwart** This rendered as **rene de Zwart** . What is the strategy with respect to wiki pages and the use of markdown? -- Rene

[fossil-users] future of markdown

2012-08-02 Thread Rene
respectively ++ and -- as delimiters (with emphasis-like restrictions, i.e. an opening delimiter cannot be followed by a whitespace, and a closing delimiter cannot be preceded by a whitespace). plain span without attribute, using emphasis-like delimiter | -- Rene

Re: [fossil-users] The future of markdown-in-fossil

2012-08-03 Thread Rene
it looks awkward any way. -- Rene ___ 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] usability of in-project documentation

2012-08-03 Thread Rene
___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users -- Rene ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil

Re: [fossil-users] usability of in-project documentation

2012-08-03 Thread Rene
On 2012-08-03 18:15, Stephan Beal wrote: On Fri, Aug 3, 2012 at 6:06 PM, Rene renew...@xs4all.nl [1] wrote: I'm not sure I follow you. again fossil has evolved this way. You have a wonderful opportunity to take fossil system and build ...you can set the the first page to anything you want

Re: [fossil-users] Is there a way to disable wiki links when using HTML?

2012-08-20 Thread rene
nowiki? On Tue, 21 Aug 2012 05:10:04 +0200, fossil-users-boun...@lists.fossil-scm.org wrote: Hi The text in my HTML wiki pages contains square brackets and they are being translated into HTML links to non-existent wiki pages. I've ticked the 'Use HTML as wiki markup language'

Re: [fossil-users] Is there a way to disable wiki links when using HTML?

2012-08-22 Thread Rene
On 2012-08-21 07:21, Stuart Rackham wrote: On 21/08/12 17:08, rene wrote: nowiki? I tried enveloping the HTML in the nowiki tag but it had not effect. I also took a look at the the source in wikiformat.c for clues but it looks to me like the nextRawToken() function is unconditionally

Re: [fossil-users] Unable to push on remote repository.

2012-08-26 Thread Rene
://192.168.0.42/cours-3if [4] http://192.168.0.42/cours-3if Has the user _nginx on the server write permissions to the repo? -- Rene ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo

Re: [fossil-users] Partial clone/sync

2012-09-09 Thread Rene
://netbsd.sonnenberger.org/ [1] on a bad connection. A few times I had already gotten over 1GB, and it was all lost when the clone couldn't be completed. That is a big repository! I don't think it is possible to have clone continue its operation where it was so rudely interrupted! -- Rene

Re: [fossil-users] Fossil vs. Git/Mercurial/etc.?

2012-12-19 Thread Rene
repositories) I'm glad he took the time to do that. Better example might be TCL/Tk, sqlite, -- Rene ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] compiling on solaris 10

2013-01-09 Thread Rene
for installing it on solaris and mingw. it took the better part of a day now! -- Rene ___ 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 ssh forced command

2013-02-12 Thread Rene
under Joe's credentials or refused if his credentials are to low. note: It is probably better to make the force command a wrapper script that checks if the send command is indeed fossil being requested. If not then exit. -- Rene ___ fossil-users mailing

Re: [fossil-users] fossil webserver doesn't respond, windows7

2013-04-01 Thread rene
You could try localhost:8080. strange i know but it works for me. On Mon, 1 Apr 2013 20:57:54 +0200, fossil-users-boun...@lists.fossil-scm.org wrote: Hello, after creating my first fossil repository on windows 7 laptop and adding some files, command fossil ui starts webserver, but web

Re: [fossil-users] fossil webserver doesn't respond, windows7

2013-04-01 Thread rene
fossil has some debugging options that could help in this case? 2013/4/2 rene renew...@xs4all.nl: You could try localhost:8080. strange i know but it works for me. On Mon, 1 Apr 2013 20:57:54 +0200, fossil-users-boun...@lists.fossil-scm.org wrote: Hello, after creating my first

Re: [fossil-users] fossil webserver doesn't respond, windows7

2013-04-01 Thread Rene
that should be ./fossil ui --httptrace On 2013-04-01 23:31, rene wrote: I do not think it is fossil. You can use -httptrace . You could try your ip address:8080. Are You sure it is running on 8080 not on 8081? On Mon, 1 Apr 2013 22:47:08 +0200, fossil-users-boun...@lists.fossil-scm.org

[fossil-users] cygwin distributes fossil

2013-04-03 Thread Rene
News or Old News? To me it was new. Just installed cygwin and in the devel group they offer fossil dated feb 2013 so recent. Nice to see that fossil is getting more popular/known Rene ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] cygwin distributes fossil

2013-04-03 Thread rene
Wow , and 4 or more leading linux distros have fossil as a package ! On Thu, 4 Apr 2013 00:25:49 +0200, fossil-users-boun...@lists.fossil-scm.org wrote: On 4/3/2013 15:24, Rene wrote: News or Old News? To me it was new. ~15 months old news: http://cygwin.com/ml/cygwin-apps

Re: [fossil-users] ForceCommand SSH key with fossil?

2013-06-30 Thread Rene
on the ip number if its trusted and then you know. If not echo back something like you this is me and I want to know who you are If it's fossil it wil send you then make the dance with the fossil client. -- Rene ___ fossil-users mailing list fossil

Re: [fossil-users] ForceCommand SSH key with fossil?

2013-06-30 Thread Rene
On 2013-06-30 15:24, Rene wrote: [snip] Sorry this should have not been part of the message. It could be an alternative way. But the urlShell seems to be much easier! S Look in SSH_ORIGINAL_COMMAND. probably this is always /bin/sh or something like that. Maybe you can check on the ip number

Re: [fossil-users] ForceCommand SSH key with fossil?

2013-07-01 Thread Rene
would be a special http) What seems weird if I drop the access of zwart604 to g(Clone) i can still sync and enter new files Is that expected behaviour? -- Rene ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org

Re: [fossil-users] ForceCommand SSH key with fossil?

2013-07-01 Thread Rene
: zwart604, tags: trunk) 19:01 [4576135d8c] did this as zwart604 (user: zwart604, tags: trunk) 18:02 [9eeeca0947] did this as zwart604 (user: zwart604, tags: trunk) On 2013-07-01 21:35, Stephan Beal wrote: On Mon, Jul 1, 2013 at 9:16 PM, Rene renew...@xs4all.nl wrote: What seems

Re: [fossil-users] ForceCommand SSH key with fossil?

2013-07-01 Thread Rene
On 2013-07-01 23:01, Stephan Beal wrote: On Mon, Jul 1, 2013 at 10:57 PM, Rene renew...@xs4all.nl wrote: see below the timeline the one at 20:49 is of zwart604 with no permissions on the master one. I probably do something wrong! If i'm not mistaken (and i might be - i'm not familiar

Re: [fossil-users] SSH client updates.

2013-07-10 Thread Rene
on your repo? -- Rene ___ 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] SSH client updates.

2013-07-12 Thread Rene
On 2013-07-12 01:49, Andy Bradford wrote: Thus said Rene on Thu, 11 Jul 2013 22:31:48 +0200: I would prefer to not have that option. test-http is for testing a new transport method. If you give someone read acces to your ssh repo then test-http circumvents that. In fact test-htp makes you

[fossil-users] Ssh and multiple users on the same ssh account

2013-07-14 Thread Rene
logical to use g.urlUser I do think that the added functionality can be done in such a way that it will transparent for the intended usage. (because they will not have a force command on their own key. And even then they would let fossil slide by as legitimate usage) -- Rene

Re: [fossil-users] Ssh and multiple users on the same ssh account

2013-07-15 Thread Rene
-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users Thanks, I thought of something like that to. -- Rene ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] Is building on win32 (32bits) with mingw32 broken?

2013-07-18 Thread Rene
:252: undefined reference to `WSACleanup@0' /home/renez/src/fossil/sshwin/./src/winhttp.c:237: undefined reference to `closesocket@4' /home/renez/src/fossil/sshwin/./src/winhttp.c:238: undefined reference to `WSACleanup@0' -- Rene ___ fossil-users

Re: [fossil-users] New command proposal?

2013-07-20 Thread Rene
this. A forced command is in place and it can only be fossil http.This will check if it is started via ssh and then look in the environment to see if the request was fossil gate myotherdb. what are you trying to archive? -- Rene ___ fossil-users mailing

[fossil-users] ssl implementation

2013-08-04 Thread Rene
it in the build tools. Although I have been mucking around with http_${SSL_LIBRARY}.c. That gave me the impression that adding this to the build system is fairly easy. If this is of interest I can add it on a branch. -- Rene ___ fossil-users mailing list

[fossil-users] cmdline arguments for repopsitory are inconsequent

2013-08-08 Thread Rene
on some commands one has to use -R repo e.g. sync pull push and others not clone ui server -R seems redundant. -- Rene ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil

Re: [fossil-users] cmdline arguments for repopsitory are inconsequent

2013-08-08 Thread Rene
On 2013-08-08 10:58, Stephan Beal wrote: On Thu, Aug 8, 2013 at 10:47 AM, Rene renew...@xs4all.nl wrote: -R seems redundant. It's not _entirely_ redundant - in some cases it changes how the arguments are processed. Yes, there are inconsistencies there, but some of the argument handling relies

Re: [fossil-users] ssl implementation

2013-08-11 Thread Rene
On 2013-08-10 04:21, Chad Perrin wrote: On Sun, Aug 04, 2013 at 01:06:38PM +0200, Rene wrote: The reason I choose axTLS . . . snip . . . If this is of interest I can add it on a branch. I find it pretty interesting. The biggest problem I see with axTLS is the protocol support limitation

Re: [fossil-users] ssl implementation

2013-08-11 Thread Rene
already have the highest level of capabilities. Logging the owner makes perfect sense because of this 1 on 1 relationship However If your going to break that relation by having n keys on 1 account then, I presume, your doing something with fossil which wasn't designed. -- Rene

Re: [fossil-users] ssl implementation

2013-08-11 Thread Rene
On 2013-08-11 15:26, Stephan Beal wrote: On Sun, Aug 11, 2013 at 3:24 PM, Rene renew...@xs4all.nl wrote: However If your going to break that relation by having n keys on 1 account then, I presume,  your doing something with fossil which wasn't designed. One of the devs (Andy?) has been

Re: [fossil-users] Fossil process hanging on sync to remote server?

2014-05-11 Thread Rene
; } will yield better results (I hope) because I cannot test it I attached a unified patch. I patched http_socket.c and http_ssl.c against the latest of the trunk. I wonder if it solves your problem? -- Rene--- http_socket.c +++ http_socket.c @@ -182,14 +182,14 @@ /* ** Send content out over

Re: [fossil-users] fossil slow on binary file changes

2009-03-19 Thread Rene Zaumseil
Hi, some additional infos to the test case with file test/t.tgz: 1. Create fossil new t.fsl project-id: cc61147ca74309335780e376498e4ee10cdb535b server-id: 4c123bb92b482882c970d43357ec9bc9e1a46b33 admin-user: rene (initial password is f6fb86) 2. Init cd test fossil open ../t.fsl fossil

[fossil-users] Compiling under mingw

2009-02-17 Thread Rene de Zwart
fossil : version [bc857ecd92] 2009-02-13 20:30:30 UTC If I want to compile fossil under mingw if have to do either a) edit makefile.w32 to change SRCDIR from ../src to ./src b) make -f Makefile.w32 SRCDIR=./src Do I do something wrong? Regards Rene

Re: [fossil-users] cvs2fossil fossil tag branch is discontinued

2009-02-23 Thread Rene de Zwart
Rene de Zwart wrote: I'm doing an cvs2fossil import and get e:\mingw\bin\fossil.EXE: the fossil tag branch command is discontinued Use the fossil branch new command instead. while executing exec e:/mingw/bin/fossil.EXE tag branch sym-kpn 3eacc87848c4af36bec8e493c392870e5f5fbfe

Re: [fossil-users] cvs2fossil fossil tag branch is discontinued

2009-02-23 Thread Rene de Zwart
Rene de Zwart wrote: Andreas, I changed c2f_fossil.tcl (changed tag branch to branch new) Was that all which was needed ? I.e. has 'branch new' the exact same syntax as 'tag branch' ? Only then a 1:1 replacement is possible. Otherwise more code changes will be needed to adapt

Re: [fossil-users] Some questions about fossil [importing cvs]

2009-10-07 Thread Rene de Zwart
1.1 1.2 1.3 1.4 and then second.c rev 1.1 1.2 1.3 1.4 which test-? are used to accomplish this? Rene On Oct 7, 2009, at 12:01 PM, Ramon Ribó wrote: 1- If someone wants to create a new cvs2fossil, what command can be used to commit a file with an ancient date? Use

  1   2   >