Smalltalk and Git
Someone has made a standard file based SCM tool work with Smalltalk:
We've built a little package that allows us to save all our source in git. We've been developing with this for 3 months now, and it's pretty stable. I put a project on github, that contains some more info on it. Yes, there's more work to do, but there's hope. The repo contains some examples that I just saved from the image.
I'd like to hear more about how well that works.





Comments
Re: Smalltalk and Git
[felix] 31 January 2012 9:48:16 AM
Smalltalk/X uses file based SCM. CVS and Subversion ([link 1]Don't know if git is supported too
[1 https://swing.fit.cvut.cz/projects/stx-goodies/wiki/StxGoodiesLibsvn). ]
Re: Smalltalk and Git
[anonymous] 31 January 2012 11:12:30 AM
It's starting to look like maybe ObjectStudio's source code storage prior to its integration with VisualWorks wasn't so bad an idea. At least the source was already externalized into files.
Re: Smalltalk and Git
[Dale Henrichs] 1 February 2012 8:31:38 PM
James, I happen to be starting a project with Otto (FileTree)and Camillo Bruni and Max Leske (FSGit) to make a serious run at merging Monticello, Metacello, git and github into an SCM for Smalltalk ... and I plan to talk about progress at STIC in March:)
Dale
Re: Smalltalk and Git
[Thierry] 2 February 2012 10:04:07 PM
Dale, I cannot wait to hear about it! See you there!