Re: [fossil-users] fossil rebase

2010-06-24 Thread altufaltu
Well, you have custom changes (A, B, C) in a branch and you want to keep up with latest changes happening in trunk - at frequent intervals. What rebase does is it applies your changes A, B C to new head (G) with a knowledge of everything that has happened between E G. If any of A, B or C was

Re: [fossil-users] fossil rebase

2010-06-24 Thread Michael Richter
What does this do that *fossil merge trunk* from my branch in *ttmrichter* doesn't do? On 24 June 2010 16:31, altufa...@mail.com wrote: Well, you have custom changes (A, B, C) in a branch and you want to keep up with latest changes happening in trunk - at frequent intervals. What rebase does

Re: [fossil-users] fossil rebase

2010-06-24 Thread altufaltu
I'm not sure. Is there really no difference? - Altu -Original Message- From: Michael Richter ttmrich...@gmail.com To: fossil-users@lists.fossil-scm.org Sent: Thu, Jun 24, 2010 4:23 pm Subject: Re: [fossil-users] fossil rebase What does this do that fossil merge trunk from my branch

Re: [fossil-users] fossil rm ./*

2010-06-24 Thread Richard Hipp
On Thu, Jun 24, 2010 at 10:37 AM, Kohn Bernhard bernhard.k...@ait.ac.atwrote: Hello all, I have experienced following behavior when removing files. I open a repository. I would like to delete all files, so I use fossil rm ./* In the output of the commandline the filenames (also with

[fossil-users] ticket notifications

2010-06-24 Thread Jeff Rogers
Hi all, Is there a way to set up the ticket system to send email notifications when a ticket is created (or changed, etc)? There doesn't appear to be any way in TH1 to run an external command (like sendmail) Alternately, is there a command-line way to list any tickets created in the past X

Re: [fossil-users] ticket notifications

2010-06-24 Thread Richard Hipp
There is nothing in principle that would prevent such functionality from being added. But on the other hand, no such functionality currently exists. Notice that the issue is complicated by the fact that ticket changes can occur on disconnected systems. When are the emails sent? When the

Re: [fossil-users] ticket notifications

2010-06-24 Thread Jacek Cała
Regarding tickets notification, it would be nice if opening/closing tickets allow starting/stopping time measurement. In this way fossil could count up how long it takes to complete tasks. This would be more intentional than in eclipse's mylyn but still very useful. Regards, Jacek 2010/6/24

Re: [fossil-users] ticket notifications

2010-06-24 Thread Ron Aaron
On Thursday 24 June 2010 21:28:15 Richard Hipp wrote: There is nothing in principle that would prevent such functionality from being added. But on the other hand, no such functionality currently exists. I'm happy using the RSS feed feature to get notifications when things change; I suppose if

Re: [fossil-users] ticket notifications

2010-06-24 Thread Joshua Paine
On 06/24/2010 02:39 PM, Jacek Cała wrote: Regarding tickets notification, it would be nice if opening/closing tickets allow starting/stopping time measurement. In this way fossil could count up how long it takes to complete tasks. IMO this is way, way out of scope for fossil, but it wouldn't

Re: [fossil-users] ticket notifications

2010-06-24 Thread Jacek Cała
Thanks for ideas I'll try to play with this. Jacek 2010/6/24 Joshua Paine jos...@letterblock.com On 06/24/2010 02:39 PM, Jacek Cała wrote: Regarding tickets notification, it would be nice if opening/closing tickets allow starting/stopping time measurement. In this way fossil could

Re: [fossil-users] fossil rm ./*

2010-06-24 Thread Kohn Bernhard
Oh no, I didn't meant to say, its important. And yes, you are right, I use this for an obscure corner case, and doing this with commandline is no problem. Best regards Bernhard ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

[fossil-users] Bug with fossil flattening tree during a 'fossil mv'

2010-06-24 Thread Michael Barrow
I wanted to move a directory up in the tree. Notice how fossil flattened the html subdir (highlighted in bold). Is this a bug or feature? Version: [73c24ae363] 2010-03-18 14:20:33 UTC crazy-arms:Projects $ fossil mv fstc/35c/* 35c/ RENAME Projects/fstc/35c/35c.pl Projects/35c/35c.pl RENAME