Hi,

Installing plugins via the plugin:install method seems to require more
time battling PEAR than it should.

Would it be possible to update the plugin:install method to use SVN or
similar technique (rsync perhaps?) that avoids using PEAR?

The biggest problem I see with using SVN is possible conflicts between
the developers SVN for his project and the SVN for the plugin.  This
leads me to think that variant that uses rsync would work much better
to avoid battling working copies.

Here is how I think it could work:

1) developer runs symfony plugin:install 'name of plugin'
2) install task fetches information on location of plugin on server
3) install task uses fetched information on to create the correct
rsync call
4) install task executes the rsync command which pulls the plugin
files from the server and puts it into the correct directory for the
project.

The upgrade task would again use rsync but only pull down the changed
files.

Are there any problems/issues with using rsync for the plugin:install
and plugin:upgrade tasks?

Regards,

Simon

--

You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.


Reply via email to