RE: Can I zip a folder on server A, and send it to Server B

2008-04-01 Thread Anderson, Rob (Global Trade)
Ant and Ant tasks. -Rob A -Original Message- From: mindspin311 [mailto:[EMAIL PROTECTED] Sent: Sunday, March 30, 2008 10:47 AM To: dev@ant.apache.org Subject: Can I zip a folder on server A, and send it to Server B This is all being done in Unix for tarring a directory of php files. The

AW: Can I zip a folder on server A, and send it to Server B

2008-03-30 Thread Jan.Materne
; Von: mindspin311 [mailto:[EMAIL PROTECTED] > Gesendet: Sonntag, 30. März 2008 19:47 > An: dev@ant.apache.org > Betreff: Can I zip a folder on server A, and send it to Server B > > > This is all being done in Unix for tarring a directory of php files. > > The process I'm

Can I zip a folder on server A, and send it to Server B

2008-03-30 Thread mindspin311
This is all being done in Unix for tarring a directory of php files. The process I'm trying to do is: given a folder you're either in or are sending as a command line argument, 1. tar it 2. use svn update to get the version number to append to the file name. 3. send it to a different server.