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 258445

Summary: Sync 'download' process triggers 'upload on save' process loop
Product: ide Reporter: ourbigadventure
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description ourbigadventure 2016-03-19 16:48:54 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Mac OS X version 10.11.3 running on x86_64
Java; VM; Vendor = 1.8.0_60
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.60-b23

Reproducibility: Happens every time

STEPS:
 * Sync and set to download a bunch of files that are not local
 * Watch as the new files created are then 'auto uploaded' back to the server

ACTUAL:
 * Watch as the machine locks up because this was not a smart way to handle the process because you get a series of locked files on the server and cause all kinds of stupid behavior

EXPECTED:
  * Files download without being re-uploaded because of the auto-upload on save
 * Upload on Save should be disabled when downloading in a Sync process
Comment 1 Jiri Prox 2016-03-24 13:34:47 UTC
How you download the files? Do you use some version control system or FTP support for PHP projects?