[fossil-users] fossil and CI

2012-10-23 Thread sphere foura
I'm evaluating the tools to aid in implementation for my next project. I found that fossil is good for SCM purposes. However, I could not get a lot of data about how fossil integrates with, say, CruiseControl (it's a CI tool). The requirements that I worked with are: 1. An Andriod project is to

Re: [fossil-users] fossil and CI

2012-10-23 Thread Remigiusz Modrzejewski
On Oct 23, 2012, at 13:28 , sphere foura wrote: My question is: Which CI tool best connects with fossil? Can anyone back their assertion with a proven implementation? The last time I checked, there was no integration provided by any of them. But it's usually no problem to provide your own

Re: [fossil-users] fossil and CI

2012-10-23 Thread sphere foura
Remigiusz, Thanks for the info. Even I was thinking of doing post-commit eventually. Sadly, there is no way I can use fossil if there is no mechanism to integrate with some CI tool or the other. Someday perhaps I could write a plugin for cruisecontrol/Jenkins/Hudson/whatever, but not now with a

Re: [fossil-users] fossil and CI

2012-10-23 Thread Nolan Darilek
I've used it with Jenkins for over a year now. What exactly is it that you need? On 10/23/2012 01:08 PM, sphere foura wrote: Remigiusz, Thanks for the info. Even I was thinking of doing post-commit eventually. Sadly, there is no way I can use fossil if there is no mechanism to integrate

Re: [fossil-users] fossil and CI

2012-10-23 Thread sphere foura
Nolan, I have no experience with Jenkins whatsoever, but can figure the basics out. Since you say that you have already done it, it's worth a try. What I really wanted was confirmation that it's not a dead end road that I'm taking. So thanks for your confirmation. Apologies if my Q was weird.

Re: [fossil-users] fossil and CI

2012-10-23 Thread Nolan Darilek
CI is, at its core, running a series of commands on each commit, then performing actions/displaying reports based on their results. I'd think that any CI server could handle Fossil. The various VCS plugins/support just do the integration a bit more smoothly, or displays the output formatted

[fossil-users] Wiki naming limitations

2012-10-23 Thread K
Is someone able to explain to me why there is a 3-character minimum to wiki names? This seems to me like a strange arbitrary constraint to impose. The minimum-3-chararacter rule is subjective. When I wrote Fossil (6 years ago) it never occurred to me that anybody would want a wiki page name

Re: [fossil-users] Wiki naming limitations

2012-10-23 Thread James Turner
On Tue, Oct 23, 2012 at 11:36:34PM +, K wrote: Is someone able to explain to me why there is a 3-character minimum to wiki names? This seems to me like a strange arbitrary constraint to impose. The minimum-3-chararacter rule is subjective. When I wrote Fossil (6 years ago) it never

Re: [fossil-users] Wiki naming limitations

2012-10-23 Thread Ross Berteig
On 10/23/2012 4:36 PM, K wrote: Is someone able to explain to me why there is a 3-character minimum to wiki names? ... I just tried fossil 1.24 and wiki pages still must be 3 characters or greater. I would appreciate receiving instruction on how to go about getting this changed to a lower

Re: [fossil-users] Wiki naming limitations

2012-10-23 Thread K
The diff provided works. How can we get this into the official source code? James, thank you. ^K On Oct 23, 2012, James Turner ja...@calminferno.net wrote: On Tue, Oct 23, 2012 at 11:36:34PM +, K wrote: Is someone able to explain to me why there is a 3-character minimum to wiki names?