-
1. Re: Merging archetypes back to develop
bleathem Mar 13, 2013 12:59 PM (in response to lfryc)After an inspection with gitk, it looks to me like those branches have been merged. I'd say the server-side branches simply need to be removed.
It does however look like the 4.3.0.CR1 branch was not merged into develop, and the 4.3.1.CR1 and 4.3.1.Final branches were not merged to master.
If you agree that:
- the 4.2 branches can be safely deleted
- branches from the 4.3 tags need to be merged to master
Then I will go ahead and clean that up.
-
2. Re: Merging archetypes back to develop
lfryc Mar 14, 2013 4:04 AM (in response to bleathem)I can see the 4.3.1.CR1 and 4.3.1.Final release commits merged:
https://github.com/richfaces/archetypes/commits/develop
They are just merged with fast forward strategy.
-
3. Re: Merging archetypes back to develop
bleathem Mar 14, 2013 2:19 PM (in response to lfryc)Yes, the 4.3 tags are merged to develop, but not to master.
-
4. Re: Merging archetypes back to develop
bleathem Mar 20, 2013 1:27 PM (in response to bleathem)Sorry I was looking at the 4.2.3.Final-1 and 4.2.3.Final-2 branches, not the 4.2.2.Final-2 and 4.2.3.Final-2 branches. What a mess of version names we've ended up with.
I've merged all branches into develop as required, and deleted all obselete remote branches. The only step left is the outstanding merges into master.
I propose we instead drop the master branch for archetypes, and rename develop to master. The history graph is just turning into a mess, and this suggested change would keep us consistent throught the archetype repository, while simplifying things moving forward.
Brian