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

Summary: Don't require deploy step with PHP applications
Product: php Reporter: David Vancouvering <davidvc>
Component: CodeAssignee: Andrew Korostelev <akorostelev>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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