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 protected] >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> http://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca >> >> This email sent to [email protected] > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/kelleherk%40gmail.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
