Re: [fossil-users] Compiling fossil under windows

2010-04-14 Thread Rene de Zwart
Op Zo, 11 april, 2010 12:59, schreef D. Richard Hipp: On Apr 11, 2010, at 6:46 AM, Rene de Zwart wrote: Having had my way with fossil compiling under windows. I was looking for new challenges by compiling with other free compilers. I tried digital mars c compiler. Which promptly said

Re: [fossil-users] Compiling fossil under windows

2010-04-11 Thread Rene de Zwart
Op Zo, 11 april, 2010 12:59, schreef D. Richard Hipp: On Apr 11, 2010, at 6:46 AM, Rene de Zwart wrote: Having had my way with fossil compiling under windows. I was looking for new challenges by compiling with other free compilers. I tried digital mars c compiler. Which promptly said

Re: [fossil-users] can this be done in fossil: hyperlinking to subdir of fossil repo

2010-04-06 Thread Rene de Zwart
demo]. It is the basic theme you could improve with virtual hosts so that your development system uses the same naming (of course you have to edit your local hostfile ) -- Rene de Zwart ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] SSL support, prebuilt binaries, Windows

2010-03-30 Thread Rene de Zwart
endif to ifdef FOSSIL_ENABLE_SSL LIB = -lssl -lcrypto -lgdi32 -lmingwex -lz -lws2_32 endif and it works (for me :-) -- Rene de Zwart ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin

Re: [fossil-users] SSL support, prebuilt binaries, Windows

2010-03-30 Thread Rene de Zwart
with cannot find leay32.dll -- Rene de Zwart ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Repository in a single file

2010-01-25 Thread Rene de Zwart
. So git is just a pile of files and storage concerns are everywhere -- Rene de Zwart ___ 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] Noob windows build problems

2010-01-22 Thread Rene de Zwart
and developer and install them in your mingw tree. -- Rene de Zwart ___ 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] Noob windows build problems

2010-01-22 Thread Rene de Zwart
-- Rene de Zwart ___ 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] Please contribute Fossil skins or themes

2009-12-19 Thread Rene de Zwart
...@hwaci.com ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users -- Rene de Zwart-- The skin configuration exported from -- repository /home/renez/src/myclone.fossil

Re: [fossil-users] cross compilling fossil

2009-12-01 Thread Rene de Zwart
daniel, I'm just being curious :-) Did you succeed in cross-compiling linux on windows? -- Rene de Zwart ___ 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] Adding your own pages to fossil

2009-11-28 Thread Rene de Zwart
Op Za, 28 november, 2009 04:50, schreef Stephan Beal: On Fri, Nov 27, 2009 at 1:22 PM, Rene de Zwart renew...@xs4all.nl wrote: If you do this it is obviously not fossil anymore! Its a nice way to build a small application with a database and built in scm and wiki. with zero administration

[fossil-users] Adding your own pages to fossil

2009-11-27 Thread Rene de Zwart
to not use the name hello._c but to use a prefix e.g. cust_hello._c to not clash with fossil names. The same is true for the c function instead of page_hello use cust_hello. and also the WEBPAGE: use custom/hello so your url becomes http://localhost:8080/custom/hello -- Rene de Zwart

[fossil-users] cross compilling fossil

2009-11-22 Thread Rene de Zwart
to the Makefiles by someone with checkin capabilities? -- Rene de Zwart ___ 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] Noob Win32 build issues

2009-11-12 Thread Rene de Zwart
Hello, I'm trying to build the Win32 executable from source, and I'm running into some issues. Fossil: server-code: bdb6c83a1308a2cd3809b9c482fb4f3819f3d0b9 checkout: 107f38dd014ae469dcac1f3e1c4fb230ffdc7d71 2009-10-27 20:15:30 UTC parent:

Re: [fossil-users] Noob Win32 build issues

2009-11-12 Thread Rene de Zwart
I see a new one was posted yesterday, so maybe that'll do the job for me. Thanks again. -Clark - Original Message From: Rene de Zwart renew...@xs4all.nl To: fossil-users@lists.fossil-scm.org Sent: Thu, November 12, 2009 3:07:01 PM Subject: Re: [fossil-users] Noob Win32 build

Re: [fossil-users] Different layout for fossil

2009-11-05 Thread Rene de Zwart
Some time ago Richard ask for input on different layout for fossil. I made an attempt for a different layout.. It works in firefox. But in ie6 it is not yet perfect. Have a look at it. It is based on suckerfish css menu. Have fun Rene___

Re: [fossil-users] Different layout for fossil

2009-11-03 Thread Rene de Zwart
Some time ago Richard ask for input on different layout for fossil. I made an attempt for a different layout.. It works in firefox. But in ie6 it is not yet perfect. Have a look at it. It is based on suckerfish css menu. Have fun Rene___

[fossil-users] Fossil and tinymce integration

2009-10-29 Thread Rene de Zwart
I just finished integrating tiny mce. To start with the downside -;( 'You need to make tinyMce part of the Repository!' for those interested I can send you the fossil repository 600K 7zip compressed or follow the receipe mkdir tiny mkdir tiny/javascript fossil new tinymce.fsl fossil ui

Re: [fossil-users] Fossil and tinymce integration

2009-10-29 Thread Rene de Zwart
Twylite wrote Rene de Zwart wrote: I just finished integrating tiny mce. To start with the downside -;( 'You need to make tinyMce part of the Repository!' Please no! TinyMCE is a bloated monstrosity and produces _horrible_ HTML. We're struggling to migrate an intranet system from Drupal

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

2009-10-07 Thread Rene de Zwart
I wonder what the sequence is for importing cvs files into fossil. I tried to get it from cvs2fossil but got lost. first you need to get a commit identifier? assume the following cvs-repository 'example' first.c with rev 1.1 1.2 1.3 1.4 second.c with rev 1.1 1.2 1.3 1.4 and only one user user1

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

[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