29 Apr
2013
29 Apr
'13
1:02 p.m.
On 2013-04-29, at 11:29 PM, Samuel Desseaux wrote:
Hi!
I've made a git install of koha.
I've followed these instructions
git clonehttp://git.koha-community.org/koha.git kohaclone cd kohaclone git checkout 3.10.04
How can i solve this problem?
just reset your repo to the 'v3.10.04' tag/commit... $ git reset v3.10.04 then, verify... $ git log --oneline|head -1 ffcf600 3.10.4 release notes