0

我正在尝试按照说明通过 svn 安装 symfony:

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.

所以我在 /var/www/myproject 和 myproject 中有我的项目文件,当我尝试执行 svn pe svn:externals lib/vendor/ 时,我确实有 /lib/vendor 我收到以下错误:

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

知道为什么吗?

所以后来我确定 lib/vendor 中没有 .svn 文件夹所以我尝试执行 svn add lib/vendor 但它给了我:

svn: 'lib' is not a working copy
4

1 回答 1

0

这适用于 Symfony1,Symfony2优于git [尽管您也可以使用svn 进行版本控制]。

于 2012-08-25T20:29:26.730 回答