On broken wheels and user contributed code



Hi, There!

dlakelan schrieb:
> As a general suggestion, there have been some recent improvements to
> version control systems which would provide a much cleaner and better
> distributed version controlled contribution archive. I'm thinking for
> example of "monotone" a version control system where each participant 
> keeps a local database that can act in a disconnected manner, but can 
> synchronize with other databases as changes are made.

Maybe you want to have a look at the GIT version management system, too?
It was created by the linux community some years ago and is actively
maintained and used by a lot of people.

The learning curve is a bit steep in the beginnging, but I think it's
a really professional tool for distributed development: http://git-scm.com/
There are interfaces to cvs, svn and some other RCS/VMS and it's cross-platform.
And... of course, it's OpenSource.

Regards,

Clemens