Hi Ricardo, On Thu, Jun 4, 2009 at 7:05 AM, Ricardo Dias Marques <li...@ricmarques.net> wrote: > So, it would be nice, at this point, if I could "switch" git to use an > http interface to the official git repository at koha.org.
Cloning and fetching over HTTP now works: git clone http://git.koha.org/pub/scm/koha.git kohaclone Note that because this requires a cronjob (git-update-server-info) that I have set running every 10 minutes, cloning or fetching over HTTP can result in a repo that's slightly out of date with respect to the public repo. As a general note, unless you absolutely have to use HTTP because of restrictive firewall rules, using the Git protocol is more efficient. Regards, Galen -- Galen Charlton VP, Research & Development, LibLime galen.charl...@liblime.com p: 1-888-564-2457 x709 skype: gmcharlt _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel