Hi, How about switching from CVS to Git [0]?
What this would bring us: * Decentralized Development As you may know, this would allow every interested user to hack on their side, pulling changes from the main repository as they see fit, and promoting their changes whenever they want. This is really appreciable. * Off-Line Operation As a corollary, this would allow off-line operation on the local copy of the repository. * Speed and Bandwidth Improvement Git operates on a local repository, which makes operations very fast. This is a significant change when one has got used to waiting for "cvs diff" to complete for ages. ;-) * Transactional, Changeset-Oriented Commit operations are transactional and changeset-oriented. Changes to a collection of files that are committed at the same time do appear as a single "change set", rather than as separate changes as with CVS. This means that GNU-style change logs can be generated automatically using tools like `git2cl' [4]. * Nice Web Interface See [1] for example. These are the most obvious benefits. Note that Git is now supported on Savannah [2]. It's used by various GNU projects, and also non-GNU projects (one of which is quite famous ;-)). Han-Wen did a full import of the CVS history into Git some time ago [1]. Note that it preserves tags and branches. This Git repository is kept in sync with CVS using a cron job that runs on Han-Wen's machine. However, it is not automatically synchronized in the other direction, making it inconvenient. Of course, nothing's black and white and Git has some weaknesses, too. Most notably, its UI is a bit rough and at least not to everyone's taste (which can be worked around by using companion tools such as Cogito [3]). Opinions? Thanks, Ludovic. [0] http://git.or.cz/ [1] http://repo.or.cz/w/guile.git [2] http://git.sv.gnu.org/ [3] http://git.or.cz/cogito/ [4] http://repo.or.cz/w/git2cl.git/ _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel