Author Topic: seeking general advice on scripting with yummy  (Read 2584 times)

willmacdonald

  • Newbie
  • *
  • Posts: 1
seeking general advice on scripting with yummy
« on: May 25, 2007, 05:17:32 AM »
Hi,

I have started using the 'remote unzip' feature of yummy ftp quite a lot. Very handy when uploading lots of small files.
Zip locally, upload then unzip.

I would like to inegrate this into my Subversion work flow somehow, can some one suggest wether Applescript, Automator or shell scripting would be better.

I would like to export a copy of code from subversion, zip it, without the mac resource forks, then upload and unpack on server. The zipping bit is quite important because I frequently upload some of the PHP PEAR stuff, which can involve thousands of small files.

Any suggestions ?

Will

JD

  • Administrator
  • FTP Guru
  • *****
  • Posts: 2157
Re: seeking general advice on scripting with yummy
« Reply #1 on: May 25, 2007, 05:32:14 AM »
Hi Will,

I'm not sure about the Subversion end of things, to be honest, but one thing to bear in mind is that Yummy's pack/unpack feature is not currently available via AppleScript. I'll add it to my To Do list.

-Jason