Re: [Pharo-users] File browser and Monticello buttons
On Mar 30, 2011, at 7:15 PM, DougEdmunds wrote:
1. File browser (after selecting a *.st file): What is the difference between 'install' and 'fileIn' buttons?
"install" loads it in a new changeset (named like the file). filein loads in the current changeset.
2. Monticello (after selecting a repository): What is the difference between 'load', 'merge' and 'adopt' buttons?
load will destroy all you changes and just load the package. Merge will do a merge between your version and the one you are loading based on the last version that they share. There is some documentation here: https://gforge.inria.fr/frs/download.php/27018/Monticello.pdf -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
On Wed, Mar 30, 2011 at 8:03 PM, Marcus Denker <marcus.denker@inria.fr>wrote:
On Mar 30, 2011, at 7:15 PM, DougEdmunds wrote:
1. File browser (after selecting a *.st file): What is the difference between 'install' and 'fileIn' buttons?
"install" loads it in a new changeset (named like the file). filein loads in the current changeset.
wow...every day I learn something new :) BTW...what about renaming the buttons ?
2. Monticello (after selecting a repository): What is the difference between 'load', 'merge' and 'adopt' buttons?
load will destroy all you changes and just load the package. Merge will do a merge between your version and the one you are loading based on the last version that they share.
and adopt? it is not mentioned in the chapter
There is some documentation here:
https://gforge.inria.fr/frs/download.php/27018/Monticello.pdf
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
participants (2)
-
Marcus Denker -
Mariano Martinez Peck