[Koha-devel] zebra recDB file growing...

2009-01-06 Thread paul POULAIN
Hi, on a large database (SAN-OP, 300 000 items), we have noticed that the recDB file of zebra is increasing. On a freshly indexed DB, it's less than 1G, and, in 2-3 weeks, it can reach up to 2GB. Did anyone notice this ? Is there an explanation ? a solution (apart from doing a full zebra reind

[Koha-devel] Git Repository Questions

2009-01-06 Thread Kyle Hall
Hello All, I'm trying to do something that I'm sure is doable with git. I would like to set a 'middle-man' git repository that I can push and pull from to manage our development and production servers for our switchover to koha 3 and future development. (git.koha.org) --> (MyKohaGit) <---> (Koh

Re: [Koha-devel] Git Repository Questions

2009-01-06 Thread Mason James
On 2009/01/7, at 10:38 AM, Kyle Hall wrote: > Hello All, > I'm trying to do something that I'm sure is doable with git. I would > like to set a 'middle-man' git repository that I can push and pull > from to manage our development and production servers for our > switchover to koha 3 and future

Re: [Koha-devel] Git Repository Questions

2009-01-06 Thread Michael Hafen
This is similar to what I do for myself. The only difference is, for me, KohaDevServer and MyKohaGit are the same server. So I actually pull to a private repo on Dev and then push to MyKohaGit once things are stable ( in theory ). Pulls are fine, and I push straight to the file system. Ok, mayb