[fossil-users] Wibble import

2014-04-20 Thread Andy Goth
I'm having yet another go at importing my Wibble development history into Fossil, this time with a much more modest goal: only import the code. But of course that's not possible, as I must also import my check-in comments describing the code. When that's all done, I'll see about bringing in

[fossil-users] Raw SQL Commands

2014-04-20 Thread Paulus Tuerah
Hi, How can I update comment in the revision? In the Admin, then SQL, I run this query: update event set user='xxx', comment=replace(trim(comment), X'0A', ' _ ') No error, but the records are still the same (select * from event) I want to change the comment because in CLI fossil timeline:

[fossil-users] Raw SQL Commands

2014-04-20 Thread Paulus Tuerah
Hi, How can I update check-ins comment? In the Admin, and then SQL, I run this query: update event set user='xxx', comment=replace(trim(comment), X'0A', ' _ ') No error, but the records are still the same (select * from event) I want to change the comment because in CLI fossil timeline:

Re: [fossil-users] Wibble import

2014-04-20 Thread Joe Mistachkin
Andy Goth wrote: It seems the real problem is my two-level bulleted list layout. Collapsing it all to a linear series of sentences is an option I would very much like to avoid. Unless I'm wrong, I seem to recall that there is a setting to make the timeline permit wiki and/or HTML markup

Re: [fossil-users] Wibble import

2014-04-20 Thread Andy Goth
On 4/20/2014 11:29 AM, Joe Mistachkin wrote: Andy Goth wrote: It seems the real problem is my two-level bulleted list layout. Collapsing it all to a linear series of sentences is an option I would very much like to avoid. Unless I'm wrong, I seem to recall that there is a setting to make the

Re: [fossil-users] Wibble import

2014-04-20 Thread Andy Goth
On 4/20/2014 12:17 PM, Andy Goth wrote: On 4/20/2014 11:29 AM, Joe Mistachkin wrote: Andy Goth wrote: It seems the real problem is my two-level bulleted list layout. Collapsing it all to a linear series of sentences is an option I would very much like to avoid. Unless I'm wrong, I seem to

[fossil-users] Going to attempt a commit

2014-04-20 Thread Andy Goth
Still just feeling my way through the Fossil code. I'd like to attempt a trivial commit to make sure I have that right. For the moment I just corrected a bit of spelling and formatting in the wiki formatting documentation. The patch is below. If anyone objects, speak up in the next couple

Re: [fossil-users] Going to attempt a commit

2014-04-20 Thread Stephan Beal
On Sun, Apr 20, 2014 at 7:56 PM, Andy Goth andrew.m.g...@gmail.com wrote: Still just feeling my way through the Fossil code. I'd like to attempt a trivial commit to make sure I have that right. FYI: in case you don't know about it, there's a fossil-dev list for this sort of topic. -- -

Re: [fossil-users] Wibble import

2014-04-20 Thread Andy Goth
On 4/20/2014 11:29 AM, Joe Mistachkin wrote: Unless I'm wrong, I seem to recall that there is a setting to make the timeline permit wiki and/or HTML markup for check-in comments. I pulled all my release code into the Fossil repository. Here's how it looks:

Re: [fossil-users] Wibble import

2014-04-20 Thread Andy Goth
On 4/20/2014 3:48 PM, Andy Goth wrote: I pulled all my release code into the Fossil repository. Here's how it looks: https://chiselapp.com/user/andy/repository/wibble/timeline?n=200y=ci Damn it! For a bunch of versions I accidentally checked in not the Wibble code but rather the Tcl Wiki