Re: Trial git-based task list

2016-11-10 Thread Daniel Shahaf
Ximin Luo wrote on Thu, Nov 10, 2016 at 18:55:00 +: > Holger Levsen: > > I'm sorry if this sounds dismissive, but this thread (and evaluation) > > has shown me, that being decentralised is not a feature I desire in a > > tracker, on the contrary, it seems that decentralised has downsides > > ma

Re: Trial git-based task list

2016-11-10 Thread Ximin Luo
Holger Levsen: > Hi, > > I'm sorry if this sounds dismissive, but this thread (and evaluation) > has shown me, that being decentralised is not a feature I desire in a > tracker, on the contrary, it seems that decentralised has downsides > making me wish for a centralized tracker which I can use wi

Re: Trial git-based task list

2016-11-10 Thread Holger Levsen
Hi, I'm sorry if this sounds dismissive, but this thread (and evaluation) has shown me, that being decentralised is not a feature I desire in a tracker, on the contrary, it seems that decentralised has downsides making me wish for a centralized tracker which I can use with a webbrowser. (or someo

Re: Trial git-based task list

2016-10-28 Thread Ximin Luo
Holger Levsen: > [..] > matrix:~/Projects/reproducible/tasks$ ./task add "test" > ln: unrecognized option '--git-path > hooks/post-merge' > Try 'ln --help' for more information. > > > what now? (this is on jessie) > I fixed this, it was because git-in-jessie doesn't support --git-path. The fix

Re: Trial git-based task list

2016-10-28 Thread Holger Levsen
On Mon, Oct 24, 2016 at 07:54:00PM +, Ximin Luo wrote: > Hey all, I prepared a basic issue tracker here: > https://anonscm.debian.org/cgit/reproducible/tasks.git > You can clone it, install taskwarrior, then doneā€¦ > work with it like > > $ git pull > $ ./task add "Some stuff" > $ ./task ad

Re: Trial git-based task list

2016-10-24 Thread Ximin Luo
Daniel Shahaf: > Ximin Luo wrote on Mon, Oct 24, 2016 at 19:54:00 +: >> $ git pull >> $ ./task add "Some stuff" >> $ ./task add priority:H "Some more important stuff" >> $ git push > > And suppose the push gives an error because somebody else had just > pushed something, i.e. a race condition

Re: Trial git-based task list

2016-10-24 Thread Daniel Shahaf
Ximin Luo wrote on Mon, Oct 24, 2016 at 19:54:00 +: > $ git pull > $ ./task add "Some stuff" > $ ./task add priority:H "Some more important stuff" > $ git push And suppose the push gives an error because somebody else had just pushed something, i.e. a race condition / conflict, what does one d

Trial git-based task list

2016-10-24 Thread Ximin Luo
Hey all, I prepared a basic issue tracker here: https://anonscm.debian.org/cgit/reproducible/tasks.git You can clone it, install taskwarrior, then work with it like $ git pull $ ./task add "Some stuff" $ ./task add priority:H "Some more important stuff" $ git push More docs are available in RE