Personally I find doing an SVN checkout on the remote server is the best way to deploy. There are far better techniques to manage things like releases, etc with SVN than whats built into symfony
On Mon, Nov 23, 2009 at 7:25 AM, Parijat Kalia <[email protected]>wrote: > Hey guys, > > I am trying to deploy my website onto a production server and it's giving > me a migraine at the moment.I configured the properties.ini file as stated: > > > [production] > host=www.mywebsite.com > port={the port number} > user=theusername > dir=/sfproject > > so when i hit symfony project:deploy production --go, here is what I get... > > *Problem executing command > refused > rsync: connection unexpectedly closed (0 bytes received so far) [sender] > rsync error: error in rsync protocol data stream (code 12) at > /home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/io.c(632) [sender=3.0.4] > * > > > Can't understand what is going wrong in here!!! > > -- > You received this message because you are subscribed to the Google Groups > "symfony users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<symfony-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=. > -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-users?hl=.
