PDA

View Full Version : Question about open source software.



cody7002002
September 1st, 2009, 03:44 AM
From what I understand, most open-source software is made from code that is freely available for anyone to change and edit right? So when, say, a new version of Ubuntu comes out, It's made from several pieces of code that are contributed by all of the developers in the community right? So how does all of that get compiled and sorted together to form a single solid release of a product?

Or do I have the whole process wrong?

juancarlospaco
September 1st, 2009, 03:48 AM
version control systems.
see bazaar, github, vcs, svn, hg ...

:)

magmon
September 1st, 2009, 03:48 AM
Ubuntu is made by a team of developers. Open source is still made by an individual or team, it is just free.

SunnyRabbiera
September 1st, 2009, 03:50 AM
Usually there is a development team involved, open source is not chaos it just means code can be coded independently and collaborated together at a later date.