--
Heu rebut aquest missatge perquè esteu subscrit al grup "ubiquo" de Google Grups.
Per publicar a aquest grup, envieu un correu electrònic a ubiquo...@googlegroups.com.
Per anul·lar la subscripció a aquest grup, envieu un correu electrònic a ubiquo-gnuin...@googlegroups.com.
Per obtenir més opcions, visiteu aquest grup a http://groups.google.com/group/ubiquo-gnuine?hl=ca.
Yes, it wiil simplify management a lot (permissions, hooks, CI, releases...).
It is important to avoid losing the history though. There are two options:
1) Create a new repo and merge all the repos commits sorting them by date.
The history would be as if it was always the same repo.
2) Use an existing repo and rebase all the commits
The history would be:
All ubiquo_XXX commits
All ubiquo_YYY commits
All ubiquo_ZZZ commits
So I would choose 1), but maybe there are other considerations
Another thing, ubiquo_guides would maintain its own repo and can have
public write permissions (like rails guides),
Cheers,
Bernat
--
Bernat Foj Capell
bf...@gnuine.com
gnuine
www.gnuine.com
C/ Pamplona, 96
Local 17
To keep things easy for existing projects (and the ones that will be
created until 0.9 is around), the old repos would still exist and the
0.8-stable commits will go there. The master branch on the old repos
will be discontinued.
There won't be 0.8-stable in the new repo. The first stable version
there will be 0.9.
This way the merge and maintenance will be also easier for us (we
don't have to duplicate commits in old/new repos).
0.8.1 will be out early next week, so after this release it will be a
good time to do the switch.
Cheers,
Bernat