Corrections pour fonctionner sur un hébergement mutualisé#222
Corrections pour fonctionner sur un hébergement mutualisé#222jerrywham wants to merge 1 commit intoSonerezh:masterfrom
Conversation
fonctionne également sur un hébergement "normal")
|
What specific bugs does this fix? |
|
Plusieurs :
|
|
Hi, |
|
Je ne sais pas comment on fait... :) |
|
@lGuillaume124 Could it be possible to use a more regular process? In the other git projects, master is the dev branch containing the latest code, a branch is created at a specific commit when a release is done, so we can cherry-pick commits from master into the stable version(s). @jerrywham Try this: If you're lucky, you won't have conflicts. |
|
Ça n'a pas fonctionné car il y a un conflit avec le fichier app/Controller/SongsController.php. JW:sonerezh JW$ git pull
Already up-to-date.
JW:sonerezh JW$ git checkout development
Branch development set up to track remote branch development from origin.
Switched to a new branch 'development'
JW:sonerezh JW$ git rebase master
First, rewinding head to replay your work on top of it...
Applying: Syntax
Applying: Fix #183: Bug if the artist string contains "$"
Applying: Ignore *.mp3 and *.ogg files generated by auto-conversion
Applying: Fix #183, and properly escape avconv args to avoid arbitrary code execution
Applying: Remove html tags from Flash() messages
Using index info to reconstruct a base tree...
M app/Controller/SongsController.php
Falling back to patching base and 3-way merge...
Auto-merging app/Controller/SongsController.php
CONFLICT (content): Merge conflict in app/Controller/SongsController.php
Failed to merge in the changes.
Patch failed at 0005 Remove html tags from Flash() messages
When you have resolved this problem run "git rebase --continue".
If you would prefer to skip this patch, instead run "git rebase --skip".
To check out the original branch and stop rebasing run "git rebase --abort".
et là, c'est le drame... |
|
You just have a conflict in |
(et ça fonctionne également sur un hébergement "normal")