[fossil-users] Unable to install fossil 1.23+ on my webhost

2013-03-08 Thread Simon Tremblay
Hello, I installed Fossil version 1.22 easily on my shared web host, but I'm unable to install any version higher than this one. My CGI script is simple: #!/home/reallyho/public_html/cgi-bin/fossil repository: /home/reallyho/public_html/rhs.fossil I set these permissions on Fossil files (it m

Re: [fossil-users] Good repository to test scalability of fossil

2013-03-08 Thread Martin Gagnon
On Fri, Mar 8, 2013 at 10:30 AM, Stephan Beal wrote: > On Fri, Mar 8, 2013 at 3:09 PM, Martin Gagnon wrote: > >>- Gzipped git fast-export file: >> 2.58 GB >> > > Maybe it's time to consider renaming sqlite to "sq-formerly-known-as-lite." > > My first 3 or 4 PCs didn't have nearl

Re: [fossil-users] Good repository to test scalability of fossil

2013-03-08 Thread Stephan Beal
On Fri, Mar 8, 2013 at 3:09 PM, Martin Gagnon wrote: >- Gzipped git fast-export file: > 2.58 GB > Maybe it's time to consider renaming sqlite to "sq-formerly-known-as-lite." My first 3 or 4 PCs didn't have nearly as much drive space as that repo uses. -- - stephan beal ht

Re: [fossil-users] Good repository to test scalability of fossil

2013-03-08 Thread Martin Gagnon
Le 2013-03-08 09:12, Joerg Sonnenberger a écrit : On Fri, Mar 08, 2013 at 09:09:56AM -0500, Martin Gagnon wrote: I know someone recently test with the NetBSD port tree, but port tree is a bit less realistic since it contain a incredible huge number of small files with an incredible number of com

Re: [fossil-users] Good repository to test scalability of fossil

2013-03-08 Thread Lluís Batlle i Rossell
On Fri, Mar 08, 2013 at 03:12:24PM +0100, Joerg Sonnenberger wrote: > On Fri, Mar 08, 2013 at 09:09:56AM -0500, Martin Gagnon wrote: > > I know someone recently test with the NetBSD port tree, but port tree is a > > bit less realistic since it contain a incredible huge number of small files > > wit

Re: [fossil-users] Good repository to test scalability of fossil

2013-03-08 Thread Joerg Sonnenberger
On Fri, Mar 08, 2013 at 09:09:56AM -0500, Martin Gagnon wrote: > I know someone recently test with the NetBSD port tree, but port tree is a > bit less realistic since it contain a incredible huge number of small files > with an incredible number of commits. http://netbsd.sonnenberger.org http://pk

[fossil-users] Good repository to test scalability of fossil

2013-03-08 Thread Martin Gagnon
Hi, I found a git repository of the full openbsd src tree here: http://anoncvs.estpak.ee/cgi-bin/cgit/openbsd-src/ I think this repository is good to test scalability of fossil, since it's contain not only the kernel source of openbsd, but also all the userland of the base system. I know some