Add compat symlinks for original zendframework layout#144
Draft
glensc wants to merge 1 commit intozf1s:masterfrom
Draft
Add compat symlinks for original zendframework layout#144glensc wants to merge 1 commit intozf1s:masterfrom
glensc wants to merge 1 commit intozf1s:masterfrom
Conversation
This allows easier patching and syncing with zf1 future
Contributor
Author
|
This is not intended for merging, but rather for setting up a workspace. But may be useful for merging too. Dunno. |
Contributor
|
@glensc did you consider to prepare a php script for creating symlinks of legacy layout? e.g. |
Contributor
Author
|
@partikus no I did not consider it: are the symlinks even necessary? why do you want the symlinks? if there's a use case, perhaps it's just worth merging. |
Contributor
|
TBH I do not need them at all ;) I've written that question with losing context about |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This allows easier patching and syncing with zf1 future:
In
zf1-futurerepo:git format-patch -1 COMMITIn
zf1srepo:git checkout symlink-compatgit checkout -b zf1-future/asdfgit am 0001-something.patchgit rebase -i origin/masteran alternative would be to use
cherry-pick:git remote add zf1-future https://github.com/Shardj/zf1-futuregit fetch zf1-futuregit cherry-pick COMMIT