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 271608

Summary: When a SVN updated file has almost same name than other one of them in not uploaded in remote synchronization "on save" process
Product: ide Reporter: info_monema.com
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description info_monema.com 2017-10-09 13:52:44 UTC
Product Version = NetBeans IDE 8.2 (Build 201705191307)
Operating System = Linux version 4.4.0-96-generic running on amd64
Java; VM; Vendor = 1.8.0_131
Runtime = OpenJDK 64-Bit Server VM 25.131-b11

Reproducibility: Happens every time

STEPS:
  * Setup Remote synchronization "On save"
  * Setup SVN
  * Make svn update in which two files with almost the same name are been updated. In my case:

U    NetBeansProjects/tamtam.antonio/lib/model/om/BaseKenkeniExtensionsPeer.php
U    NetBeansProjects/tamtam.antonio/lib/model/om/BaseKenkeniExtensions.php
     
ACTUAL:
Remote synchronization only uploads 1 of them to the remote server.

EXPECTED:
Remote synchronization only uploads the 2 of them to the remote server.