|
|
 |
 |
 |
 |
Scheme Programming Language
|
 |
 |
 |
 |
 |
 |
 |
 |
Revision control system Scheme interface
Has anyone written a Scheme interface to some major revision control system (darcs, git, arch, cvs, ...) ? Guillaume Cartier
Guillaume Cartier <gcart @jazzscheme.org> writes: > Has anyone written a Scheme interface to some major revision control > system (darcs, git, arch, cvs, ...) ? I have some code driving darcs at [0], but it's far from a complete interface. [0] http://download.gna.org/spells/darcs/s42/rcs42/darcs.scm HTH, Rotty -- Andreas Rottmann | Rotty@ICQ | 118634484@ICQ | a.rottm@gmx.at http://rotty.uttx.net | GnuPG Key: http://rotty.uttx.net/gpg.asc Fingerprint | C38A 39C5 16D7 B69F 33A3 6993 22C8 27F7 35A9 92E7 v2sw7MYChw5pr5OFma7u7Lw2m5g/l7Di6e6t5BSb7en6g3/5HZa2Xs6MSr1/2p7 hackerkey.com Say NO to Software Patents! -- http://petition.eurolinux.org/
In article <1179759890.033982.318@z28g2000prd.googlegroups.com>, Guillaume Cartier <gcart@jazzscheme.org> wrote: > Has anyone written a Scheme interface to some major revision control > system (darcs, git, arch, cvs, ...) ? > Guillaume Cartier
Chicken has a svn client egg <http://chicken.wiki.br/svn-client> but it is undocumented & in flux. Sorry, Kon
|
 |
 |
 |
 |
|