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 244120 - Remote Synchronization not keeping settings
Summary: Remote Synchronization not keeping settings
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: FTP Support (show other bugs)
Version: 8.0
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-28 08:59 UTC by Sephen
Modified: 2014-05-26 10:35 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 Sephen 2014-04-28 08:59:19 UTC
When i reported this "bug":(https://netbeans.org/bugzilla/show_bug.cgi?id=243728) I was told I could better use Remote Sychronization.

The problem is that its not keeping its settings. My project contains a few thousand files.
e.g. i have a config file that only extists on the remote server and every time it tries to delete or download it i've marked the file with "no operation" but the next time i sychronize the status of the file is changed to delete/download and i have manually deselect about 1000 files which only exist on the remote server.

Remote synchronization would be very helpful for development if it would work like expected.

Thanks in advance!
Comment 1 Tomas Mysik 2014-05-26 10:35:19 UTC
Frankly, I have no idea how we should "remember" which files should be ignored etc. I am not talking about how to implement it but how to present it to the user. NetBeans would need to somehow mark such files and there should also be an option to "sync-again" these files.

Could not you use the "filter" checkboxes? I mean simply check only Upload checkbox and only upload should be run (and no download)? Could this help you?

Thanks.