Re: What wonder branch is what?
Re: What wonder branch is what?
- Subject: Re: What wonder branch is what?
- From: Kieran Kelleher <email@hidden>
- Date: Wed, 14 Dec 2011 13:24:06 -0500
Wonder_5_0_0_Legacy is for WebObjects 5.3.3, but right now it is not actively being developed/maintained, so it is only useful if you have a project that is not WO 5.4.3 compatible.
master is for WO 5.4.3 and is the only branch under active development.
The reset are just archives, experiments, private branches by certain companies and legacy stuff.
So if you want just the two WO 5.3.3 and WO 5.4.3 commonly used branches you need:
mkdir wonder
cd wonder
git init
git remote add -t master -t Wonder_5_0_0_Legacy origin git://github.com/projectwonder/wonder.git
git fetch
git checkout master (or git checkout Wonder_5_0_0_Legacy)
On Dec 14, 2011, at 9:18 AM, Pascal Robert wrote:
> master and Wonder_5_0_0_Legacy are the active ones, the others are leftover from SVN.
>
>> Let me re-phrase my question:
>>
>> 1 What is the difference between master and Wonder_5_0_0_WebObjects_5_4_Branch ?
>>
>> 2. Wonder_5_0_0_Legacy and Wonder_5_0_0_WebObjects_5_3_Branch ?
>>
>> 3. Is Wonder_5_0_0_Legacy the frozen svn repository last state?
>>
>> A guide would be useful.
>>
>>
>>
>> Thanks,
>>
>>
>>
>> --
>> email@hidden
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden