--
You received this message because you are subscribed to the Google Groups "The Aura Project for PHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to auraphp+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "The Aura Project for PHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to auraphp+u...@googlegroups.com.
- All existing composer.json references will break. After the rename, you will have to change from "aura/sql-query" to "aura/sqlquery", and from "aura/sql-schema" to "aura/sqlschema".
So that we do not lose the issue/PR/etc history on the existing repositories, I will be renaming them in place. I may or may not create "dummy" replacement repos to point old links to the new repos.
I will do the rename soon, probably no earlier than this weekend, and certainly no later than the end of next week.
I believe that when you rename a repo Github will now automatically redirect to the newly named repo if someone references the old repo url/name.
See this article: https://help.github.com/articles/renaming-a-repository
I had passed a personal repo to an organization, then passed it again to another organization, and forgot to update links on my site that pointed to the old location of the repo (and it's issue tracker and wiki). I didn't catch the old links for a while because nothing seemed broke due to Github automatically redirecting to the repo's new location (and because I'm a space shot and missed them while updating links lol) :-p
So don't worry about 'dummy' repo's, Github has you covered ;-)
> The consensus seems clear: go ahead and rename Sql_Query and Sql_Schema to SqlQuery and SqlSchema, respectively.I have completed the rename. The consequences were not as negative as I thought they might be:
It turns out that you do not need to change the origin, as Github will redirect appropriately. (I have re-cloned my repo just to be sure though.)
> - All existing remote clones to break. After the rename, you will have to either change your origin, or re-clone the repository.
I have not updated Packagist yet, as I do not seem to be able to get to it right now. I will let you know when I do so.
> - All existing composer.json references will break. After the rename, you will have to change from "aura/sql-query" to "aura/sqlquery", and from "aura/sql-schema" to "aura/sqlschema".
> - All existing composer.json references will break. After the rename, you will have to change from "aura/sql-query" to "aura/sqlquery", and from "aura/sql-schema" to "aura/sqlschema".I have not updated Packagist yet, as I do not seem to be able to get to it right now. I will let you know when I do so.