Skip to content
bjorng edited this page Sep 13, 2010 · 15 revisions

Wings3D

We will use this repository at Github as the development repository for the Wings3D.
There is another Git repository at Sourceforge that will only contain the ‘master’ branch
and tags for all releases.

Branches

We use the following branches.

The master branch

The master branch only contains tested updates and the tip of the master
is supposed to be the most stable version of Wings. It will never be rewound (reset),
so you can safely base your own branches on it.

The maint branch

The maint branch contains corrections for latest stable release.

When the 1.0 release has been released, it will contain changes that are
to appear in the 1.0.1

The next branch

The next branch contains stuff that we will release
in the next 1.1.×.y release. Anything that is merged
onto this branch should be good enough to be released
(as a development release) and it should build and run
on Mac OS X, Linux, and Windows.

The ‘next’ branch is stable enough to base development
work against. At the time of stable releases, though,
I will probably rewind (reset) it to point to master
branch. I will try to send out a warning to all who has
forked from this repository before resetting.

The pu branch

The branch (proposed updates)
is contains everything in next, but also bleeding
edge stuff that may not be ready or fully tested.
You should generally only use the pu branch
for testing – never base any branches on it – as it
may be rewound quite often.

Clone this wiki locally