phing 2.4.1 (current stable version) doesn’t have an SSH Task to do remote scripting.
In the current trunk version, there is a SSH Task that we would like to use.
How can I upgrade my current phing installation (2.4.1) to the latest build? Can I use pear for that without breaking my current phing install?
Or would it be better to download only the SSH Task and add that file manually to the stable phing install?
You can get a clean copy of the trunk from the repository:
Or a working copy (so that you can eventually update it):
and place it anywhere in your file system. The executable is under the bin folder, use that instead of the one in your current installation.