[symfony-users] Re: project:deploy & rsync on windows

2009-08-12 Thread avorobiev
For using rsync on a windows machine you need: 1. Install cwRsync from http://www.itefix.no/i2/node/10650; 2. In the script /trunk/lib/vendor/symfony/lib/task/project/ sfProjectDeployTask.class.php change line 160 from: $this->log($this->getFilesystem()->sh("rsync --progress $dryRun $parameter

[symfony-users] Re: project:deploy & rsync on windows

2009-08-11 Thread Eno
On Tue, 11 Aug 2009, vinnie wrote: > We use windows machines exclusively, and have been PHPing for the past > 10 years. I switched away years ago... the grass is definately greener in open source land. > Syncing between servers is very easy which windows shares and no extra > software. Sure,

[symfony-users] Re: project:deploy & rsync on windows

2009-08-11 Thread Tom Haskins-Vaughan
> messing around to get that part to work, so will problem stick with > out custom sync program I wrote to keep it simple. If it ain't broke, don't fix it ;) > > > > On Aug 11, 2:15 pm, Eno wrote: >> On Tue, 11 Aug 2009, vinnie wrote: >>> It say it uses SSH and rsync but I can't find any doc

[symfony-users] Re: project:deploy & rsync on windows

2009-08-11 Thread vinnie
We use windows machines exclusively, and have been PHPing for the past 10 years. Syncing between servers is very easy which windows shares and no extra software. Never had to use a MVC framework before and symfony has been chosen, would like to use the builtin :deploy but it sound like a lot of m

[symfony-users] Re: project:deploy & rsync on windows

2009-08-11 Thread Owen Jeremiah
IIRC, the SSH and Rsync part is used to access your server that is not on your development machine. If you use 1 machine for development server (i.e. you're not running your development server in a separate machine) you don't have to bother with SSH and rsync now. OJ Sent from my BlackBerry®

[symfony-users] Re: project:deploy & rsync on windows

2009-08-11 Thread Eno
On Tue, 11 Aug 2009, vinnie wrote: > It say it uses SSH and rsync but I can't find any documentation (on > the web) on exactly what these are and HOW to install them on a > windows machine. This is what makes Windows a poor choice for web developers - lack of many great tools. ssh and rsync are