[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [ecf-dev] Restructured/cleaned git repo (was Re: ECF non-EPL code moved to github)
|
On 07/15/2010 03:30 PM, Markus Alexander Kuppe wrote:
> On 06/29/2010 11:30 PM, Markus Alexander Kuppe wrote:
>
>> the non-EPL CVS repo hosted at ecf1.osuosl.org has been retired in favor
>> of a git repo at github [0]. This means you will have to use git now
>> instead of CVS to access the code. Committers will also have to setup a
>> github account and be added to the team at github. Just respond to this
>> mail with your user name.
>> [0] http://github.com/ECF/ecf-nonepl
>
> FWIW: I went ahead and restructured the new git repo by grouping
> corresponding bundles into project folders. This means that the generic
> features/, plugins/, tests/, examples/ folders should not be used
> anymore, but e.g. all code that belongs to jgroups be stored in the
> jgroups/ folder.
>
> Subsequently we might want to move each project folder into its own git
> repo so that consumers really get what they need/want and not a bunch of
> unrelated bundles too. Also helps free the history from clutter.
FWIW: I followed
http://stackoverflow.com/questions/359424/detach-subdirectory-into-separate-git-repository
to split git repos.
Markus