|
|
|
|
|
by mapgrep
5143 days ago
|
|
As long as the remote files are not in production and are under version control, what's wrong with editing them directly? Sometimes it is hard to effectively duplicate the server environment (OS, RDBMS, ODBMS, web server, reverse proxy, other web server, caching tier) on a local machine. Particularly in a test deployment (as opposed to dev) you want to be very close to the production setup. |
|