[Koha-devel] Checkout 3.1 from Git

Chris Cormack chris at bigballofwax.co.nz
Tue May 26 20:15:31 CEST 2009


2009/5/27 Kyle Hall <kyle.m.hall at gmail.com>:
> Hey All,
>  I'm in the process of uploading a set of latest version Koha vm's.
> I'll let you know when they are available.
>
> What I'd like to know is if there is a way to check out the released
> 3.1 via git. I see there are tags such as v3.00.01-stable_update but
> as far as I can google, there is no way to check out a tag. Does
> anyone have any advice.
>
> One of the reason for this is I have written a perl/curses based
> management console to make using the Koha vm even easier. Before, you
> had to log in and find your ip via ifconfig. Now when you log in as
> root, you are presented with a management interface that will tell you
> what version of Koha you are running, what your ip is, and allow
> updating via git, restarting apache, and restarting the zebra daemons
> all from a menu system. It's still a work in progress. I'd like to add
> even more control to it eventually. If I don't install Koha 3.1 via
> git, the update command will break.
>
> So, does anyone know how I can pull Koha 3.1 from git?
>
Hi Kyle

Its 3.0.1 :) And yes you certainly can checkout a tag.

git checkout -b mybranchfrom_a_tag v3.00.01-stable_update

Which makes a branch mybranchfrom_at_tag (give it a less silly name of
course) and checks it out.

Chris


_______________________________________________
Koha-devel mailing list
Koha-devel at nongnu.org
http://lists.nongnu.org/mailman/listinfo/koha-devel



More information about the Koha-devel mailing list