Squeak SmalltalkJoker Squeak Smalltalk : Tools Tricks Usage : prevnext DVS builds Changeset

Ok, here's the scenario, broken down pedantically.

- "Load" the package using DVS.
- start a new change set, called 'working'
- make some changes.
- "File Out" using DVS.
- cvs update
- resolve conflicts
- start a new change set ('update')
- "File In" using DVS
- switch to 'working' change set
- make some more changes
- "File Out" using DVS
- cvs update
- cvs commit

At this point, you've got two change sets. The one called 'update' is 
all the changes made by somebody else. The one called 'working' has 
all the changes you made.

Colin

Colin Putney