Why not just deploy from svn to your production server? Makes life a lot easier when you have updates to manage. Just svn checkout into a directory on the production server and you don't have to worry about rsync then.
On Thu, Nov 11, 2010 at 11:53 PM, hribo <[email protected]> wrote: > thank you, > and does symfony natively support deployment from git or maybe svn? > (rather git). if yes, could you please let me know some good article > about that? > thanks > > On Nov 11, 6:30 pm, Ben Bieker <[email protected]> wrote: > > hi, > > > > yes you have to install rsync in your cygwin environment and have to > > make sure that rsync is installed on the server as well! > > > > Greetings > > Ben > > > > Am 11.11.2010 17:54, schrieb hribo: > > > > > Hello, > > > i am finishing my first project in symfony and i want to deploy it > > > from localhost to production server. i also didn't use any deployment > > > strategies before. > > > > > i am running on windows. to run symfony commands i use cyqwin linux > > > emulator. > > > on my production server i have enabled cli shell and ssh connection. > > > so probably that's all basic stuff i should have to be able to run > > > following task from localhost properly: > > > > > symfony project:deploy production --go > > > > > but i am getting this error. > > > > > 'rsync' is not recognized as an internal or external command, > > > > > Is it necessary to install some kind of rsync server on windows to > > > make this command run properly? > > > I was searching for some information. there i have found some advices > > > to install openssh, cwRsync server to run rsync. > > > but i didn't find anything about this for symfony. > > > that's i would like to ask you firstly, if these installations are > > > needed in order to get symfony deploy task working. if yes, is there > > > any good tutorial to set up windows to run rsync with symfony? > > > > > or if you know some better way to deploy project, i would be thankful > > > for your advices. what i have read i saw e.g.:capifony,... > > > > > thanks > > > > > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > 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=en > -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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=en
