Hi, As many of you know, git.koha-community.org has been in the works for a while. I am pleased to announce that it is now ready for prime time. The following main repositories are ready for use: Main Koha code ------------------ Clone URL: git://git.koha-community.org/koha.git Gitweb: http://git.koha-community.org/gitweb/?p=koha.git;a=summary Git stats: http://git.koha-community.org/stats/koha-master/ (for master branch) Koha documentation ------------------ Clone URL: git://git.koha-community.org/kohadocs.git Gitweb: http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary Git stats: http://git.koha-community.org/stats/kohadocs/ To point your current Git clone to the new repository, you can do the following: # for the Koha repository git remote set-url origin git://git.koha-community.org/koha.git # for the Koha documentation repository git remote set-url origin git://git.koha-community.org/kohadocs.git After doing so, you can fetch changes as normal. There are also a couple historical trees, kumara.git and oldkoha_1_0_7.git. git.koha-community.org is also available to host work-in-progress trees of Koha or any project directly related to Koha. If you would like to publish your Koha Git tree on this server, please send an email to koha-devel. Please note that while git.koha-community.org is backed up daily, it is not a substitute for maintaining your own backups of your WIP trees. The following individuals currently have administrative access to the server: Galen Charlton Chris Cormack Brendan Gallagher Henri-Damien Laurent Chris Nighswonger If there are any useful tools that should be added to this service, please let one of us know or email koha-devel. If you have the time and interest to help maintain and administer the Git server and would like to help, please email the current maintainers. Please note that in the unlikely event of abuse, it is within the right of ByWater's and the other maintainers to summarily yank an administrator's access. Hosting for this git server is provided by ByWater Solutions. Regards, Galen -- Galen Charlton gmcharlt@gmail.com
On 14/05/10 16:47, Galen Charlton wrote:
# for the Koha repository git remote set-url origin git://git.koha-community.org/koha.git I think set-url is new in git 1.7ish if you don't have it change the url for origin in .git/config (or upgrade git!!!)
Colin -- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 208 366 1295 (phone) +44 (0) 7759 633626 (mobile) colin.campbell@ptfs-europe.com skype: colin_campbell2 http://www.ptfs-europe.com
Hi, On Fri, May 14, 2010 at 12:09 PM, Colin Campbell <colin.campbell@ptfs-europe.com> wrote:
On 14/05/10 16:47, Galen Charlton wrote:
# for the Koha repository git remote set-url origin git://git.koha-community.org/koha.git I think set-url is new in git 1.7ish if you don't have it change the url for origin in .git/config (or upgrade git!!!)
Good point. To expand on this, if you are running an older version of Git and don't want to upgrade just yet, you should edit .git/config in your clone to change the portion that looks like [remote "origin"] url = git://git.koha.org/pub/scm/koha.git to [remote "origin"] url = git://git.koha-community.org/koha.git Regards, Galen -- Galen Charlton gmcharlt@gmail.com
Also remember that his page is available to add info about your own public repos to: http://wiki.koha-community.org/wiki/Public_Git_Repositories (it also points to git.koha-community.org). Thanks Nicole On Fri, May 14, 2010 at 11:47 AM, Galen Charlton <gmcharlt@gmail.com> wrote:
Hi,
As many of you know, git.koha-community.org has been in the works for a while. I am pleased to announce that it is now ready for prime time. The following main repositories are ready for use:
Main Koha code ------------------ Clone URL: git://git.koha-community.org/koha.git Gitweb: http://git.koha-community.org/gitweb/?p=koha.git;a=summary Git stats: http://git.koha-community.org/stats/koha-master/ (for master branch)
Koha documentation ------------------ Clone URL: git://git.koha-community.org/kohadocs.git Gitweb: http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary Git stats: http://git.koha-community.org/stats/kohadocs/
To point your current Git clone to the new repository, you can do the following:
# for the Koha repository git remote set-url origin git://git.koha-community.org/koha.git
# for the Koha documentation repository git remote set-url origin git://git.koha-community.org/kohadocs.git
After doing so, you can fetch changes as normal.
There are also a couple historical trees, kumara.git and oldkoha_1_0_7.git.
git.koha-community.org is also available to host work-in-progress trees of Koha or any project directly related to Koha. If you would like to publish your Koha Git tree on this server, please send an email to koha-devel. Please note that while git.koha-community.org is backed up daily, it is not a substitute for maintaining your own backups of your WIP trees.
The following individuals currently have administrative access to the server:
Galen Charlton Chris Cormack Brendan Gallagher Henri-Damien Laurent Chris Nighswonger
If there are any useful tools that should be added to this service, please let one of us know or email koha-devel. If you have the time and interest to help maintain and administer the Git server and would like to help, please email the current maintainers. Please note that in the unlikely event of abuse, it is within the right of ByWater's and the other maintainers to summarily yank an administrator's access.
Hosting for this git server is provided by ByWater Solutions.
Regards,
Galen -- Galen Charlton gmcharlt@gmail.com _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
participants (3)
-
Colin Campbell -
Galen Charlton -
Nicole Engard