Change of github branch name for 3.0 from 'master' to 'joomla25'

cheesegrits

Support Gopher
On Aug 13th, 2014, we changed the github branch name of Fabrik 3.0 (for Joomla 2.5) from 'master' to 'joomla25', and removed all the other testing branches which have built up over the last few years.

This only affects you if:

a) You have your own fork or clone of our repository. We can't really offer firm advice on what you need to do to switch your branch name over, as it depends entirely on what git software you use, and how you have things set up. Personally, I had to do this, on the command line, in my 'master' clone:

First pull, which should bring in the new branch:

git pull

... and will also toss an error about 'master' not being available. Now switch to the newly names branch:

git checkout joomla25

... and prune the branch list, with a --dry-run first just to sanity check things:

git remote prune origin --dry-run
git remote prune origin

However, your mileage may vary. Just do whatever you have to do with you git client and setup to change the branch you use form 'master' to 'joomla25', and prune all the deleted branches out.



... or ...



b) You use the "Download ZIP" link to fetch the current ZIP / tarball. In which case, you simply need to start using:

https://github.com/Fabrik/fabrik/archive/joomla25.zip

... instead of the old /master.zip link.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top