This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 123316 - Don't require deploy step with PHP applications
Summary: Don't require deploy step with PHP applications
Status: RESOLVED WONTFIX
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrew Korostelev
URL:
Keywords:
: 124758 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-12-04 03:44 UTC by David Vancouvering
Modified: 2010-01-08 04:24 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Vancouvering 2007-12-04 03:44:03 UTC
One of the advantages of PHP is the ability to "simply save and run."

Because we're storing PHP source files in the project tree that is kept under CVS, we are now requiring users to do a
"deploy" phase, which I suspect will be unexpected and extra overhead for a lot of PHP developers.

I understand the motivation behind this - we need to keep all project files together.  But perhaps we could do a
"background copy" of files to the deployment directory -- whenever someone saves a file in the project, we automatically
copy the saved file to the deployment directory.
Comment 1 Andrew Korostelev 2007-12-04 09:59:02 UTC
Ability to copy file to server's deployment directory was discussed as optional feature. 

It will be implemented, but will be turned off in options by default.
Not to spend user's time and traffic by default.

This was decided as not highly important for 6.0 because of automatic files copying on 'Run Project/File' command
invocation.
Comment 2 gmurray71 2008-01-08 00:09:34 UTC
I would have to agree that this is a big bug from the perspective of jMaki users. The whole process of uploading on
every file save is very tedious and takes time. The Ruby and JSP web application plugins allow for files to be updated
on save. This should be possible with the PHP applications as well.
Comment 3 Andrew Korostelev 2008-01-15 15:08:51 UTC
*** Issue 124758 has been marked as a duplicate of this issue. ***
Comment 4 Andrew Korostelev 2008-01-15 15:11:15 UTC
auto-deleting of files deleted in project was suggested in issue 124758.
suggestion looks risky but reasonable.
Comment 5 Petr Pisl 2008-10-14 13:16:19 UTC
obsolete