Found SourceServer 3.4.2 in these discs: http://macintoshgarden.org/apps/adc-student-program-tools-sampler-cd-rom-set-1999
Docs say can be used with CodeWarrior, too.
Seems like an old Apple tool that got lots of updates over time. Might be worth a look?
That was part of MPW. I've used it a little and it fit my need for what little use it was too me.
If you do find something better please share as I would definitely be interested in that.
SourceServer = newer name for "ProjectServer"? I see mention of the latter as an MPW versioning tool.
I saw it mentioned in another version control Mac software Garden page, for VOODOO Server:
http://macintoshgarden.org/apps/voodoo-serverThat has a CW plugin, too, it seems. Not sure if it
also works with MPW.
Also this thing has a CW plug-in, seems CVS-based:
http://macintoshgarden.org/apps/cwcvs-cwprojectorThis one might really be worth a look: Amend
http://macintoshgarden.org/apps/amendWritten in 2021 for System 6, but should also work on System 7 ~ Mac OS 9, although that is untested. We might want to give that one a go.
Finally for completion's sake I will also mention this ancient, probably-useless one called "Programmer's Assistants: Continuity":
http://macintoshgarden.org/apps/programmers-assistants@teroyk, yes Project Builder is basically Xcode before rebranding as far as I know, I think it was inherited from the NeXT days. I have always been curious about it. So it can also target Mac OS, eh? That's nice!
Also, Pascal is also available on CW Pro 7 and probably 8, has to be installed separately. In the Garden, it is said if you copy stuff from CW Pro 6 to 7 (and again probably also 8 ) you will get back the abiity to target 68k, too.
CW seems to really have changed starting with 5, but after playing with all versions, the biggest changes (in MSL) that I felt from my little exploration was in 7 (and 8, which is very similar). Bochs' bximage won't compile with Pro 7 or 8 unless if I reference MSL C PPC.lib from CW Pro 6 (and earlier), due to some function implementations missing.
It would be cool if we could yank out stuff from CW Pro 9 and 10 into CW Pro 8 to keep using OS 9 as development environment. Really cool to know MSL in Pro 10 had POSIX compliance. Too bad I'm a C/C++ nub right now, but who knows what lies ahead.