I had several problems while trying to create one new App.
This one I don't why happens.
I'm trying to create a new App like that:
{YiiAppRoot}\yiic webapp {AppPath}\www\app
My problem is, always, when I execute this line it gives me this error:
'Error: Unsupported VCS specified. Currently only git and hg supported.'
I don't understand because on the description says this parameter is optional:
'PARAMETERS
* app-path: required, the directory where the new application will be created.
If the directory does not exist, it will be created. After the application
is created, please make sure the directory can be accessed by Web users.
* vcs: optional, version control system you're going to use in the new project.'
Do anyone know how can I make it work?
Page 1 of 1
Problem Creating New App
#2
Posted 03 January 2013 - 01:35 PM
vgeorgo, on 26 December 2012 - 05:48 AM, said:
I'm trying to create a new App like that:
{YiiAppRoot}\yiic webapp {AppPath}\www\app
My problem is, always, when I execute this line it gives me this error:
'Error: Unsupported VCS specified. Currently only git and hg supported.'
{YiiAppRoot}\yiic webapp {AppPath}\www\app
My problem is, always, when I execute this line it gives me this error:
'Error: Unsupported VCS specified. Currently only git and hg supported.'
Perhaps you have an embedded space in either {YiiAppRoot} or {AppPath}?
#3
Posted 05 January 2013 - 12:26 PM
Yeah, i guess this really was the problem...
The path I was trying to create had spaces.
Now I could create my App
Thank you.
The path I was trying to create had spaces.
Now I could create my App
Thank you.
Share this topic:
Page 1 of 1

Help












