Christian Jaeger wrote:
...
I would suggest using GIT as code versioning repository one has not already been decided upon, I'm using it for about a year now and I really like it (I've even started writing a Gambit library for accessing the git tools, what's there already is a parser of git-log output and I'm just in the midst of developing a better git-bisect algorithm with it).
...
An unfortunate note is that GIT doesn't run natively on Windows and is very slow under Cygwin.
If Marc decides to implement a source control for Gambit I would propose using Darcs which has nice support for every major platform and also has a very formal theory of patches.
Guillaume