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

2014-05-11 Thread Rene
return total; } 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 @@ /* **

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 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 working on integr

Re: [fossil-users] ssl implementation

2013-08-11 Thread Rene
count. You 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 desi

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] 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 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 on one o

[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

[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

Re: [fossil-users] New command proposal?

2013-07-20 Thread Rene
stand 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 ma

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

2013-07-17 Thread Rene
Somehow it got send to quick :-( However this croscompile like: make -f win/Makefile.mingw PREFIX=i486-mingw32- did deliver a fossil.exe (if it works I do not know yet) On 2013-07-18 08:43, Rene wrote: Yesterday I compiled fossil on a 32 bits vista machine and I got cannot link/find WinMain

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

2013-07-17 Thread Rene
l/sshwin/./src/winhttp.c:184: undefined reference to `htonl@4' /home/renez/src/fossil/sshwin/./src/winhttp.c:251: undefined reference to `closesocket@4' /home/renez/src/fossil/sshwin/./src/winhttp.c:252: undefined reference to `WSACleanup@0' /home/renez/src/fossil/sshwin/./src/

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

2013-07-15 Thread Rene
ossil-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] Ssh and multiple users on the same ssh account

2013-07-14 Thread Rene
this email it only seems 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 le

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

Re: [fossil-users] SSH client updates.

2013-07-11 Thread Rene
wasn't certain if this was the right location to do this; can a repository specific SSH command be configured prior to cloning the repository? All of these options are also exposed in sync/push/pull (in the event that it needs to be changed). Andy Thsnks

Re: [fossil-users] SSH client updates.

2013-07-10 Thread Rene
z (password is "4b8994") Is nobody allowed to clone 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] 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 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 with the

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

2013-07-01 Thread Rene
s zwart604 (user: 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 wrote: What seems weird

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

2013-07-01 Thread Rene
. Or fossil could pick that up form cards sent. or from the environment or from both Why not a mode fossil ssh (which 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

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

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

2013-06-30 Thread Rene
or something like that. Maybe you can check 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 _

Re: [fossil-users] cygwin distributes fossil

2013-04-04 Thread Rene
On 2013-04-04 10:40, Remigiusz Modrzejewski wrote: On Apr 4, 2013, at 05:04 , rene wrote: Wow , and 4 or more leading linux distros have fossil as a package ! This puts Fossil in, well, about the top twenty thousand opens source projects? Not that big news. There's also the cu

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:/

[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] 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

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

2013-04-01 Thread rene
ybe > fossil has some debugging options that could help in this case? > > 2013/4/2 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:

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 > br

Re: [fossil-users] Unable to install fossil 1.23+ on my webhost

2013-03-14 Thread Rene
f.c:(.text+0x56): warning: warning: the printf functions add several kilobytes of bloat. -- 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
it or whatever should be registered 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] compiling on solaris 10

2013-01-09 Thread Rene
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

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

2012-12-19 Thread Rene
problem to. As to the BSD repositories. I don't think that they represent a normal development work flow. But joerg's work has delivered, important, enhancements to fossil (syncing big 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

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

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

2012-08-26 Thread Rene
html [2] http://127.0.0.1:8080/ [3] http://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.foss

Re: [fossil-users] Fossil 1.23

2012-08-25 Thread Rene
|| tags: eclipse-project) 08:13 [1] |1 [4e93e84e55] wiki tweaks regarding MinGW build enhancements || || 05:56 [1] |1 [02bff595e1] One more minor Win32 || 2012-08-23 |

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] 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' configu

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 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. including index.html

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

2012-08-03 Thread Rene
art of your repo As I said I have used docbook, lyx to generate documentation from de Jim Schimpf book and put that in fossil. Thanks Michal ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailm

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

2012-08-03 Thread Rene
been marked up with tags or formatting instructions." I think 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

[fossil-users] future of markdown

2012-08-02 Thread Rene
itespace). plain without attribute, using emphasis-like delimiter | -- 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] Markdown question

2012-07-31 Thread Rene
-- 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

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 on

[fossil-users] asciidoc

2012-07-29 Thread Rene
have an updated 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] Markdown engine integrated into fossil

2012-07-10 Thread Rene
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

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

2012-07-07 Thread Rene
n where most projects are moving to (e.g. 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 h

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 r

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

2012-06-13 Thread Rene
.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users You could make a second cgi script that will do a checkout. and after a commit do http://yoursever/checkout.cgi It has the added benefit that you can save your work from location 1. Go to location 2 finalize the work and publish then.

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

2012-06-13 Thread Rene
.org 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 ch

Re: [fossil-users] Fossil vs. Windows

2012-06-13 Thread Rene
uments you make 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

Re: [fossil-users] Building portable fossil

2012-06-02 Thread rene
On Sat, 2 Jun 2012 18:57:23 +0200, fossil-users-boun...@lists.fossil-scm.org wrote: > On Sat, Jun 2, 2012 at 6:44 PM, Rene wrote: > > > 1) Ubuntu version ?? libc ?? > > > 2) Fedora version ?? libc ?? > > Mine > > > > AFAIK, glibc h

Re: [fossil-users] Building portable fossil

2012-06-02 Thread Rene
ainst uclibc(=32 bits) I get 3.6M 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] Side-by-side wiki editing?

2012-04-28 Thread Rene
ng on other persons. I wonder how it works out with a busy server and/or slow network! -- 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/wik

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

2012-04-23 Thread Rene
to fit in the header. 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] bug - should not be able to add tag to a ``Tag-change'' event.

2012-04-12 Thread Rene
On 2012-04-12 08:08, Gour wrote: On Wed, 11 Apr 2012 23:37:22 +0200 Rene wrote: I have used docbook en lyx to generate wiki pages Writing DocBook in Lyx? NO I used docbook to generate wiki pages and I used lyx (the schimpf-book) to generate wiki pages I like LyX and did two ~500p books

Re: [fossil-users] bug - should not be able to add tag to a ``Tag-change'' event.

2012-04-11 Thread Rene
/repository/cvs2scm/doc/tip/doc/wiki/index.wiki). I assume you can use asciidoc in the same way. The downside is they are not generated on the fly from source code. But if you talk about book-sized documents then generating on the fly seems unlikely. -- Rene

[fossil-users] fossil compile against uclibc

2012-04-03 Thread Rene
rom the glibc version used for linking uclibc gave the warning /src/http_socket.c:151: warning: gethostbyname is obsolescent, use getnameinfo() instead. maybe porting fossil to a smartphone/tablet/router :-) -- Rene ___ fossil-users mailing list fossil-u

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

[fossil-users] Compiling with digital Mars compiler

2012-03-14 Thread Rene
RITE | FILE_MAP_READ, ^ ..\src\sqlite3.c(34886) : Error: ')' expected And I'm totally lost. Anyone a clue? Thanks -- Rene ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.

Re: [fossil-users] Tarball generation fix (please test)

2011-07-24 Thread Rene
11-07-23 22:13:12 i get 0ab5a139f847c13 -70ab5a139f847c13 ex-70ab5a139f847c13 x-70ab5a139f847c13 139f847c13a139f847c13flex-70ab5a139f847c13 xflex-70ab5a139f847c13 5a139f847c13 ab5a139f847c13 lex-70ab5a139f847c13 70ab5a139f847c13 b5a139f847c13

[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-

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 mos

[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] tar file is different then zip file

2011-07-21 Thread Rene
ile name, encoded in UTF8, any size file (tar is otherwise > limited to 8GB), and all kinds 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 >

Re: [fossil-users] question

2011-07-21 Thread Rene
gt; > > > Links: > -- > [1] mailto:d...@sqlite.org > [2] mailto:jenny.zh...@tqs.com > [3] http://www.fossil-scm.org/fossil/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] 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] 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

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

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

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

[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] Shun old versions of (large) binary files

2011-07-16 Thread Rene
_ > fossil-users mailing list > fossil-users@lists.fossil-scm.org > > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users 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

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, s

Re: [fossil-users] optimize size of binary

2011-07-13 Thread Rene
1.0M Jul 13 16:58 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.or

Re: [fossil-users] optimize size of binary

2011-07-13 Thread Rene
compile in this subsystems.) if it will save you a lot of space I don't know. upx compression is the easiest and simplest and can give you instant results. 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 __

Re: [fossil-users] login failure when trying to pull

2011-07-01 Thread Rene
ur actions are: create sphinx (served 14007) --> cloned into clonedrep create pulledrep --> fossil pull I do not understand that it pull's from http://teggy:f7fc47@localhost:14007/ (e.g. sphinx) you must have set the url to do that. However it is wrong because pulledrep does

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'

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

2011-06-22 Thread Rene
vercome the command-line-phobia of my > coworkers; please, anything you can do to help me would be > appreciated! > ___ > fossil-users mailing list > fossil-users@lists.fossil-scm.org > > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users -- Rene __

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 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

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 wrote: > >> 1) you were a happy camper with PC-BSD latest and fossil version >> xx. > > Yes. > >> 2) You updated to the latest version of f

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

2011-05-26 Thread Rene
e time it's very > real for > me. :-/ > > > > Sincerely, > Gour does the fossil new gour.fossil 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 u

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 wrote: > >> make >> ./fossil rebuild >> ./fossil ui >> and voila a previous release > > Tried, but still does not work... :-/ > > I had to con

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 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? got

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

2011-05-25 Thread Rene
if I would be using the editor vim I could issue :cd c:\myproject (make sure I'm in the checkout directory) :!c:\fossil.exe commit -m "Nocomment" > > Thank you. > > ___ > fossil-users mailing list > fossil-users@lists.fossil-scm.org

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

2011-05-24 Thread Rene
On Tue, 24 May 2011 22:13:34 +0200, Gour-Gadadhara Dasa wrote: > On Tue, 24 May 2011 19:48:37 +0200 > Rene wrote: > >> Which version of pc freebsd are you running? > > 9.0 (current) > >> Can you go back one version and see if the problem still exists? > > W

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 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 a

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 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 &

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 wrote: > >> Have you modified your header and/or footer? > > Nope, and as you can see from other message, it work with another > browser. > > > Sincerel

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

2011-05-24 Thread Rene
ecting...' message. > > I did rebuild all my repos 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 >

[fossil-users] javascript and fossil

2011-05-04 Thread Rene
body generation is buried in fossil. e.g 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 thi

Re: [fossil-users] Line numbers in file view (being greedy)

2011-05-03 Thread Rene
round and came up with the attached prove of concept. Rene On Tue, 3 May 2011 10:22:15 -0400, Tomek Kott wrote: Rene, Thanks, I think I might take a look at your last suggestion. Not because I like doing things the hard way (far from it) but then I don't have to manage my own Fossil code -

Re: [fossil-users] Line numbers in file view (being greedy)

2011-05-03 Thread Rene
page is artifact var el = document.getElementsByTagName('pre') s = el.innerHTML n = '' for every line in s do n += ''+line+'' el.innerHTML = n -- 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] Remove capabilities from command line

2011-02-15 Thread Rene
ties nobody jor would restore the user nobody. if you go to admin screen of the ui and look at user you see the meaning of the letters -- 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] close last leave on a branch and it disappears

2011-02-11 Thread Rene
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] Placing timeline items on front page?

2011-01-27 Thread Rene
r branchname This commands returns the uuid and date for version indexed by number for branchname. where -1 is the last. e.g. indexing from the end(latest) where 1 is the first. e.g. indexing from the begin maybe it should also return the commit message -- Rene ___

[fossil-users] th1 manual converted to xml and wiki

2011-01-27 Thread Rene
pdf This depends on apache fop being installed. Of course editing the individual wiki page will break the wiki page and pdf generation. For editing the xml file I recommend http://www.xmlmind.com/xmleditor/download.shtml or just vim :-) -- Rene th1-manual.tgz Description: BZip2 compr

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 edi

[fossil-users] th1 purpose

2011-01-26 Thread Rene
s the ability to highly customize the response based on the user's requirements, access rights, or queries into data stores. The purpose at the moment is in generating the menu for the web interface. Is that what it needs to do and not more is required?

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 >> >> > >> if { "fdiff" eq $current_page || "otherdiffed page" e

Re: [fossil-users] Diff highlighting

2011-01-21 Thread Rene
e script will automatically detect diffs and color them. > > You can see it in action here: > http://codingrobots.org/p/fossil/ci/7ad9a4640a > > -- > Dmitry Chestnykh > > ___ > fossil-users mailing list > fossil-users@list

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

2011-01-19 Thread Rene
e){ Th_SetVar(interp, argv[2], argl[2], value, strlen(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

  1   2   >