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
-mingw32-gcc -Os -Wall -DFOSSIL_I18N=0 -L/usr/i486-mingw/lib -I/usr/i486-mingw/include -L../zlib-1.2.3 -I../zlib-1.2.3 save it make -f Makefile.w32 Have fun, Rene ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org

Re: [fossil-users] Noob Win32 build issues

2009-11-12 Thread Rene de Zwart
Thanks for the Wow :-) Rene Wow. I really appreciate you taking the time to reply with such detailed info, Rene. It seems like a really big departure from the info on the Fossil website, and from the Makefile.w32 provided in the source. I have little experience with C compilers, and the like

Re: [fossil-users] Different layout for fossil

2009-11-05 Thread Rene de Zwart
. You (sh)(c)ould change the footer to just /body/html Rene Pretty neat. I changed it a bit. 1) defined th1 variable tinymce defaulting to 0 (OFF) 2) if tinymce is true then only load tinymce when current_page is either tktnew, tktedit, wikiedit or wikiappend 3) Made admin defaults menu (Got

Re: [fossil-users] Different layout for fossil

2009-11-03 Thread Rene de Zwart
the footer to just /body/html Rene header Description: Binary data ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] Fossil and tinymce integration

2009-10-29 Thread Rene de Zwart
){ tinyMCE.init({ mode : 'exact' , elements : n, theme: 'advanced' ,width : '90%' } ); } } /script and save and DONE. If you clone the repository then the clone repository has the same capabilities. Does it make sense to add this to the wiki? Have fun, Rene

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

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

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

<    1   2