Development

sfSubversionPlugin

You must first sign up to be able to contribute.

sfSubversionPlugin

The sfSubversionPlugin adds two tasks svn-checkout-plugin and 'svn-add-external-plugin' to symfony command. These tasks for installing plugins from Subversion repositories and symlink to the project web directory.

install

cd plugins
svn co http://svn.tracfort.jp/svn/dino-symfony/plugins/sfSubversionPlugin
cd ..
symfony cc

Or, download and install attached file.

Usage

checkout

symfony svn-checkout-plugin http://svn.tracfort.jp/svn/dino-symfony/tags/sfDocTestPlugin-0.0.1

add externals

symfony svn-add-externals http://svn.tracfort.jp/svn/dino-symfony/tags/sfDocTestPlugin-0.0.1

Attachments