Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
MCWorkingCopy
Last updated at 11:02 am UTC on 30 June 2018
 Object subclass: #MCPackageManager
	instanceVariableNames: 'package modified'
	classVariableNames: ''
	poolDictionaries: ''
	category: 'Monticello-Versioning'


Snippets


 MCWorkingCopy allInstances select: [:wc | wc package snapshot definitions isEmpty]

takes a long time to execute. Result something like this

 {[3745752]a MCWorkingCopy(Exceptions) . 
 [3648126]a MCWorkingCopy(ScriptLoader) . 
 [2546178]a MCWorkingCopy(FlexibleVocabularies) . 
 [369091]a MCWorkingCopy(Array2D)}


 MCWorkingCopy allManagers
		do: [:each | each repositoryGroup addRepository: (MCHttpRepository new location:  'http://www.squeaksource.com/Ladrillos';
    user: '';
    password: '')]