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 - Sync 'download' process triggers 'upload on save' process loop
Summary: Sync 'download' process triggers 'upload on save' process loop
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-19 16:48 UTC by ourbigadventure
Modified: 2016-03-24 13:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?