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

[fossil-users] cvs2fossil "fossil tag branch" is discontinued

2009-02-20 Thread Rene de Zwart
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" anyway to adjust and start fr

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 exe

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.

Re: [fossil-users] Please help improve the "look" of fossil.

2009-03-23 Thread Rene de Zwart
on to commit against a ticket via ?-t ticket?| ?--ticket ticket?. But that would need a table ticketCheckin(ticket integer,checkin integer, UNIQUE(ticket,checkin))). But I digress and the ticketing stuff is on the todo list. I think that form follows function very well in fossil! Rene de Zwart.

[fossil-users] adding tinyMCE to fossil

2009-03-24 Thread Rene de Zwart
Hi, Just to make good on my comment of combining tinyMCE and fossil (a proof of concept). 1) download http://surfnet.dl.sourceforge.net/sourceforge/tinymce/tinymce_3_2_2_1.zip 2) unpack to ~/ 3) goto the www directory of the fossil checkout 4) ln -s ~/javascript . 5) Admin--> edit header Just ab

Re: [fossil-users] adding tinyMCE to fossil

2009-03-24 Thread Rene de Zwart
> On Tue, Mar 24, 2009 at 11:29 PM, Rene de Zwart > wrote: >> tinyMCE.init({ >>        theme : "advanced", >>        mode : "textareas" >> }); > > This is great! Do you know if tinyMCE is configurable enough for us to > easily hack it

[fossil-users] dot files fossil-db

2009-07-15 Thread Rene de Zwart
I wanted to document the fossil (server) database and made graphviz dot file. I lost interest but maybe it is of value to someone else. Rene fossil-db.dot Description: MS-Word document <>___ fossil-users mailing list fossil-users@lists.fossil-scm.org h

Re: [fossil-users] Fossil space efficiency vs. CVS

2009-08-16 Thread Rene de Zwart
On Tue, Aug 11, 2009 at 2:53 PM, D. Richard Hipp wrote: > We are in the process of converting a 10-year-old project from CVS to > fossil. The original CVS tree consist of 957 separate files totalling > 322,265,419 bytes. The first cut of the fossil repository is > 33,091,584 bytes and after clo

Re: [fossil-users] Possible extensions

2009-10-06 Thread Rene de Zwart
> p...@planet.nl wrote: >> Just wanted to know the opinion of the people on this list on two >> possible extensions. >> >> [1] wysiwig wiki >> There is the fossil wiki language + html and I noticed there is creole >> branch. Wouldn't it be good for usability if there was a TinyMCE-like >> option? T

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 co

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

2009-10-08 Thread Rene de Zwart
> Andreas Kupries wrote: > >> See file >> c2f_fossil.tcl >> >> That contains the code exec'ing fossil. >> Look for the 'Do ...' calls. >> >> cvs2fossil basically imports the files first, by revision, using some >> test- >> commands to setup the delta-chain. Then it uses some more test- command

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

2009-10-08 Thread Rene de Zwart
> Rene de Zwart wrote: >>> Andreas Kupries wrote: >>>> See file >>>>c2f_fossil.tcl > >>> #!/bin/sh >> echo fossil $* >> /your/log/file >> rc=`__fossil $*` >> echo $rc >> /your/log/file &

Re: [fossil-users] making fossil with mingw32

2009-10-13 Thread Rene de Zwart
> Recipe to build fossil using MinGW is present at > http://fossil-scm.org/index.html/finfo?name=win32.txt > > This works for me (note a small patch to install zlib): > - Install MinGW-5.1.4 (with g++ & make) > - Install MSYS-1.0.11 > - Run following commands in MSYS: > # Get zlib source & unpack >

Re: [fossil-users] making fossil with mingw32

2009-10-13 Thread Rene de Zwart
I just tested building it on a "virgin" xp system download the mingw installer from mingw.org and execute. downlaod msys installer from mingw and execute. download and unzip libz binaries and development packages from gnuwin32.sf.net. I copied them in c:\MinGW download fossil binary. i copied foss

[fossil-users] extending creole link to include tickets, wiki and checkins

2009-10-18 Thread Rene de Zwart
Would it be feasible and of value to amend the creole link command to look up tickets, check-ins and wiki? By way of [[fossil:TYPE:id|title]] and TYPE being 1) tkt ticket 2) ci check-in 3) wiki wikipage it is a bit verbose and not exportable to other creole parsers but it plays nice to the l

Re: [fossil-users] extending creole link to include tickets, wiki and checkins

2009-10-18 Thread Rene de Zwart
> I'm not sure I understand your request. > > The creole parser uses the same link code as the fossil parser. If you use > > [[8ae201d843|Link to Ticket]] > > A link to the ticket will appear. The same with check in and other > artifacts. Any artifact id > prefix will be converted to an appropriat

Re: [fossil-users] extending creole link to include tickets, wiki and checkins

2009-10-18 Thread Rene de Zwart
>> Robert thanks for the clarification. Is there a planning when the creole >> parser will be part of the trunk? > > No. The creole parser is my own little folly, not part of the main fossil > development, it is unlikely to be merged with the trunk. > > Best Wishes > -- > Robert If I want to use th

[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 tinymce.fs

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: [fossil-users] Fossil and tinymce integration

2009-10-29 Thread Rene de Zwart
> > On 29 Oct 2009, at 14:13, Rene de Zwart wrote: > >> 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!&#x

[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 header Description: Binary data

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

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] 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: 3275d9c63ce62cb1e21f20a0a8c8

Re: [fossil-users] Noob Win32 build issues

2009-11-12 Thread Rene de Zwart
I think I'll just stick with the precompiled Win32 binaries from > fossil-scm.org. And now 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

[fossil-users] cross compilling fossil

2009-11-22 Thread Rene de Zwart
e added 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

[fossil-users] Adding your own pages to fossil

2009-11-27 Thread Rene de Zwart
http:/localhost:8080/hello I advice you 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://local

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

Re: [fossil-users] Wiki Formatting?

2009-11-29 Thread Rene de Zwart
Doing it later make more pages break. Richard you are the "benevolent dictator" so say NO or YES and let put this discussion to an end (and the bike shredding :-) (Maybe you should say NO because the bike shredding starts all over with Textile, Markdown, creole,...* :-) -- Rene de Zw

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] Please contribute Fossil "skins" or "themes"

2009-12-19 Thread Rene de Zwart
e.txt > > And post the outputfile.txt here. Thanks for contributing. > > D. Richard Hipp > d...@hwaci.com > > > > ___ > fossil-users mailing list > fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi

Re: [fossil-users] Noob windows build problems

2010-01-22 Thread Rene de Zwart
ndeclared (first use in this function) > blob_.c:765: error: syntax error before numeric constant > blob_.c:769: warning: implicit declaration of function `deflateInit' > blob_.c:772: warning: implicit declaration of function `deflate' > blob_.c:776: error: `Z_FINISH' undeclared (first use in this function) > blob_.c:778: warning: implicit declaration of function `deflateEnd' > blob_.c: In function `blob_uncompress': > blob_.c:818: warning: implicit declaration of function `uncompress' > blob_.c:820: error: `Z_OK' undeclared (first use in this function) > make: *** [blob.o] Error 1 > > > /Simon Horton > ___ > fossil-users mailing list > fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > The easy thing to do is to download from gnuwin32.sf.net the zlib packages. binary 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
; ___ > 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 ___ 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
> 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 ___ 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
recently worked on a large collection and wanted it efficiently stored as soon as possible, prior to the automatic packing. -------- 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] SSL support, prebuilt binaries, Windows

2010-03-30 Thread Rene de Zwart
LIB += -lcrypto -lssl 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.o

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

2010-03-30 Thread Rene de Zwart
gt; Daniel If I do that then fossil.exe exits 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] can this be done in fossil: hyperlinking to subdir of fossil repo

2010-04-06 Thread Rene de Zwart
n port 80 for the php pages. use a link or a path to get de directory into the pages that apache will serve. you could do [http://localhost/fossil/demo/my.php|php demo]. It is the basic theme you could improve with virtual hosts so that your development system uses the same naming (of course you

[fossil-users] Compiling fossil under windows

2010-04-11 Thread Rene de Zwart
ve windows compilers are not tested/used/supported? -- 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] 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. >>

Re: [fossil-users] Compiling fossil under windows

2010-04-13 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. >>

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