Re: [fossil-users] fossil vs git-based arrangements. code review and ticket export

2014-07-27 Thread Michael Richter
On 27 July 2014 11:04, Eric Rubin-Smith eas@gmail.com wrote: Fossil *could* support export to JIRA+git in particular, for example, by providing a tool that (a) exports to JIRA's supported JSON import format, (b) collects the mapping from the fossil ticket IDs to the JIRA ticket IDs, then

Re: [fossil-users] fossil vs git-based arrangements. code review and ticket export

2014-07-27 Thread Eric Rubin-Smith
More seriously, you're comparing a small project like Fossil's with the capabilities of behemoths like Microsoft. No, I'm really not. drh was making a claim that users will ALWAYS have to convert between two database schemas when exporting tickets from one system to another. He was making a

Re: [fossil-users] 'finfo' missing contents; 'finfo --brief' ok

2014-07-27 Thread Jan Nijtmans
2014-07-23 12:37 GMT+02:00 Michai Ramakers: Hello, seems 'fossil finfo' is missing output: Fixed here: http://fossil-scm.org/index.html/info/dcb6076572 Thanks for reporting this! Regards, Jan Nijtmans ___ fossil-users mailing list

Re: [fossil-users] Issue compiling with 16f1076334 and newer revisions

2014-07-27 Thread Jan Nijtmans
2014-07-26 5:08 GMT+02:00 Joe Prostko joe.pros...@gmail.com: Using the handy `fossil bisect`, I found that this revision is causing me problems while compiling Fossil from within Haiku. Should be fixed here: http://fossil-scm.org/index.html/info/14aea4f883 Thanks for the report. The real

Re: [fossil-users] Issue compiling with 16f1076334 and newer revisions

2014-07-27 Thread Joe Prostko
On Sun, Jul 27, 2014 at 3:22 PM, Jan Nijtmans jan.nijtm...@gmail.com wrote: 2014-07-26 5:08 GMT+02:00 Joe Prostko joe.pros...@gmail.com: Using the handy `fossil bisect`, I found that this revision is causing me problems while compiling Fossil from within Haiku. Should be fixed here:

[fossil-users] New [globalState] TH1 command (globalStateCmd branch)...

2014-07-27 Thread Joe Mistachkin
I'm seeking feedback on the new [globalState] TH1 command, which is currently available on the globalStateCmd branch. -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

[fossil-users] Suggestion for cloning

2014-07-27 Thread Baruch Burstein
When cloning a repository, if I don't have write privileges, can autosync by default be set to pullonly in the clone, to prevent annoying pull only - not authorized to push? Maybe this should be the default always, even if I have write permission, in order to prevent accidental pushes? --

Re: [fossil-users] commits not seen on 2nd local worktree unless forcing initial commit

2014-07-27 Thread Jan Nijtmans
2014-07-22 11:35 GMT+02:00 Michai Ramakers m.ramak...@gmail.com: Hello, while toying around with Andy Bradford's fix/analysis, found something else, which seems related to the no-initial-commit feature which is recent default in trunk. This indeed looks like a newly-found corner-case which

Re: [fossil-users] 'finfo' missing contents; 'finfo --brief' ok

2014-07-27 Thread Michai Ramakers
On 27 July 2014 20:35, Jan Nijtmans jan.nijtm...@gmail.com wrote: 2014-07-23 12:37 GMT+02:00 Michai Ramakers: Hello, seems 'fossil finfo' is missing output: Fixed here: http://fossil-scm.org/index.html/info/dcb6076572 thanks for the fix, seems to work fine. Michai

Re: [fossil-users] commits not seen on 2nd local worktree unless forcing initial commit

2014-07-27 Thread Michai Ramakers
On 27 July 2014 22:58, Jan Nijtmans jan.nijtm...@gmail.com wrote: 2014-07-22 11:35 GMT+02:00 Michai Ramakers m.ramak...@gmail.com: Hello, while toying around with Andy Bradford's fix/analysis, found something else, which seems related to the no-initial-commit feature which is recent default

Re: [fossil-users] commits not seen on 2nd local worktree unless forcing initial commit

2014-07-27 Thread Jan Nijtmans
2014-07-27 23:45 GMT+02:00 Michai Ramakers: and thanks for this fix as well - original test works fine here, now. Merged to trunk now. Thanks for your feedback! I'll continue running this branch here until it's merged (although I don't make new repos too often). And I'd be interested to do

Re: [fossil-users] fossil vs git-based arrangements. code review and ticket export

2014-07-27 Thread Ron W
On Sat, Jul 26, 2014 at 10:53 AM, Eric Rubin-Smith eas@gmail.com wrote: By 'code review' here I mean a web-based tool that has a formalized state machine for (a) uploading code deltas (b) filing and fixing defects against the uploaded code and (c) having the right set of people sign off.