I'm trying to understand how to do this Eclipse We currently run SVN and everything works great But I really want to cut my SSH requests in half and use Eclipse to modify some files directly on the server. I am using the eclipse below ... How can I do this?
Eclipse build id for PHP developers: 20100218-1602
update
from the equation There is no intention to destroy SVN, but when we need to make a hotfix or run a specific report or function as a bar, instead of D, eclipse will be used to modify the type of thing To do.
Take a look at the eclipse wiki I am just quoting the summary below (read the entire section):
all up , I would recommend the following (in order of preference):
- When VNC or NX is available remotely, the eclipse can be started remotely and the network is fast enough (try it).
- Mounted File System (Samba or SSHFS) When possible, the network is fast enough and the workspace is not too large
- Offline editing is desired, when rsync is sufficiently localized Is available from, and no merge problems are expected (single user scenario).
- A very slow connection or a large workstation where the minimum data transfer is desired
- All devices support faster connections, and options such as VNC or mounted file system or rsync are not available .
But whatever you use, do not bypass the version control system.
Comments
Post a Comment