visualworks - How do I transfer Smalltalk files between computers? -
i need transfer smalltalk files between 2 different computers, both running cincom visualworks. (i'm not sure if matters, 1 windows 7 machine, , other mac). how transfer project? should replace image in second machine image in first? can transfer project itself, without taking along entire image? thanks!
you can copy project without copying entire image. there several ways that, depending on smalltalk ide using.
in visualworks, can transfer project via:
- source code repository (store)
- parcels
- .st files
the easiest way copy entire project (and project) in visualworks export 1 or more parcels. these can loaded image. there excellent documentation on in visualworks documents provided distribution.
Comments
Post a Comment