简体   繁体   中英

symfony installation issue with svn

I am trying to install symfony via svn, as per the instruction:

Installing from Subversion (recommended)

If you use Subversion, it is even better to use the svn:externals property to embed symfony into your project in the lib/vendor/ directory:

$ svn pe svn:externals lib/vendor/
If everything goes well, this command will run your favorite editor to give you the opportunity to configure the external Subversion sources.

so I have my project file inside /var/www/myproject and inside myproject I do have /lib/vendor when I tried doing svn pe svn:externals lib/vendor/ I am getting the following error:

svn: 'lib/vendor' is not a working copy

any idea why?

so then I fitured that there isn't a .svn folder in lib/vendor so I tried doing svn add lib/vendor but then it gives me:

svn: 'lib' is not a working copy

这是针对Symfony1, Symfony2代表git [尽管您也可以使用svn进行版本控制 ]。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM