2009/5/27 Kyle Hall <kyle.m.h...@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-de...@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel