Question

I noticed in this image from the Kiln site that the repositories are named stable, qa and devel. Is there any reasoning behind this? Or is there a better/different way that's more accepted?

Was it helpful?

Solution

Have a read of this post on the Kiln StackExchange site which explains why they use stable and devel. It also suggests other ways of structuring your repositories.

We keep a devel and stable repository. New features go into devel and eventually get merged forward to stable, while bug fixes go into stable and get merged back into devel.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top