Re: [fossil-users] Ticket system - blockers

2009-11-23 Thread Brian Theado
2009/11/17 Jacek Cała : > I wonder if there is any simple way to add `blocker' feature to the fossil's > ticketing system (I mean a list of tickets that prevent one to complete). I'm not sure exactly what behavior a blocker feature would have, but see below. > I tried adding 'CREATE TABLE blocker

Re: [fossil-users] fossil integration into eclipse

2009-11-23 Thread Joshua Paine
On Mon, 2009-11-23 at 15:31 +0100, Heinrich Huss wrote: > a lot of files were moved, renamed and merged. In this > situation it is not easy to handle this later manually using fossil. `fossil add` will recurse directories and can be used with wildcards, and it's harmless to `fossil add` thing

[fossil-users] fossil integration into eclipse

2009-11-23 Thread Heinrich Huss
Hello all, I wondering if there is somebody working on an eclipse plugin for fossil? Fossil is very good for my projects not based on Java. My Java Projects where I generell use eclipse as a workbench do not integrate smothly with fossil. After refactoring in eclipse ( which I do very oft