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 - When a SVN updated file has almost same name than other one of them in not uploaded in remote synchronization "on save" process
Summary: When a SVN updated file has almost same name than other one of them in not up...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Linux
: P4 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-09 13:52 UTC by info_monema.com
Modified: 2017-10-09 13:52 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 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.