Hi Lukas, I tried: === RPackageOrganizer packageInfoNames do:[:e | Gofer new directory: '/Users/janniklaval/Desktop/MCPackages'; package: e; push. ] === but if the package was not modified, it does not copy the source files. Jannik On Nov 18, 2011, at 10:38 , Lukas Renggli wrote:
It would be trivial with Gofer:
Gofer new squeaksource: 'backupproject'; package: 'P1'; package: 'P2'; package: 'P3'; push
Now of course you can find your script a working script in the class GoferPush.
Lukas
On 18 November 2011 10:03, jannik.laval <jannik.laval@gmail.com> wrote:
Hi Pharoers,
I would like to backup my packages in a repository with a script. I have one constraint: I need to use Monticello (eg, not gofer or metacello). And I do not want to have a version incrementation.
Does someone have any script or any way to do that ?
Cheers, Jannik
-- Lukas Renggli www.lukas-renggli.ch
--- Jannik Laval