The following tutorial will walk you through resolving merge issues in your git repository. Should you encounter errors when doing a rebase of your branch, you will need to follow these steps:
Applying BUG 2761 Fix max length of itemcallnumber to 255 error: patch failed: installer/data/mysql/kohastructure.sql:932 error: installer/data/mysql/kohastructure.sql: patch does not apply error: patch failed: installer/data/mysql/updatedatabase.pl:2500 error: installer/data/mysql/updatedatabase.pl: patch does not apply error: patch failed: kohaversion.pl:10 error: kohaversion.pl: patch does not apply Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merged installer/data/mysql/kohastructure.sql Auto-merged installer/data/mysql/updatedatabase.pl CONFLICT (content): Merge conflict in installer/data/mysql/updatedatabase.pl Auto-merged kohaversion.pl CONFLICT (content): Merge conflict in kohaversion.pl Failed to merge in the changes. Patch failed at 0001.
<<<<<<< HEAD:kohaversion.pl our $VERSION = '3.01.00.045'; ======= our $VERSION = '3.01.00.042'; >>>>>>> BUG 2761 Fix max length of itemcallnumber to 255:kohaversion.pl
Applying BUG 2761 Fix max length of itemcallnumber to 255 No changes - did you forget to use 'git add'? When you have resolved this problem run "git rebase --continue". If you would prefer to skip this patch, instead run "git rebase --skip". To restore the original branch and stop rebasing run "git rebase --abort".