Well, figured it out. Very wierd. All the tutorials that I've seen, say to issue the command:
'symfony sync production' for the dry run, and 'symfony sync production go' for the real synchronizing process. For me that gives the error I submitted this posting about. For kicks today, I tried: 'symfony sync production --go' AND IT WORKED, or is seeming to, as the directories that are local have been created, (it's still churning along. On Sep 23, 7:13 pm, Dennis <[email protected]> wrote: > I started a new project, incrementally changing as I build up the > final project. I tar.zipped the destination, moved that *.gz file out > of the project directory. I copied the file 'properties.ini' from the > original project, after checking it. I created the project and a > module under localhost, got it working. > > But when I tried to sync it to the website, 'no workee'. It dry runs > fine, asking me for the passwordd, showing the files that need to be > uploaded. But when I type 'symfony sync production go', it fails. The > error is: > > The execution of task "project:deploy" failed. > - Too many arguments ("sync production go" given). > > It's really weird. This exact setup with the *.ini file worked 3 days > ago. What is too many arguments? I copied the wording directly from a > tutorial. > > BTW, I also tried 'php symfony sync production go' NO GOOD > also tried ' php synfony project:deploy --go' NO GOOD > > Contents of the properties.ini file (masked :-) > ==================================== > [symfony] > name=dev1 > [production] > host=site.tld > port=## > user=username > dir=/home/username/dev1/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
