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 251377 - Wrong number and states of modified files in the remote project under SVN
Summary: Wrong number and states of modified files in the remote project under SVN
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote VCS (show other bugs)
Version: 8.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-23 12:28 UTC by Alexander Pepin
Modified: 2015-05-13 02:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE screenshot (141.72 KB, image/png)
2015-03-23 12:28 UTC, Alexander Pepin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2015-03-23 12:28:21 UTC
Created attachment 152793 [details]
IDE screenshot

Steps to reproduce:
- checkout a makefile based project (Quote_mkfb) from svn repository to the remote host
- run IDE
- add a remote host with the checked out project
- open the project (Quote_mkfb)
- modify module.cc source file by adding a comment
- create a new header file new_header_file.h
- call Remote Subversion-> Show Changes on the project
Result: Show Changes result is on the screenshot and it's different from the command line svn status output. Please see 'Locally New' status of  /Quote_mkfb/nbproject/configurations.xml whereas it should be 'Locally Modified'.
Command line svn status output is:
-bash-4.1$ svn status /export/hudson/home/testing/dd/subaru/ide/vcs/svn/CommitTest/Quote_mkfb
?       /export/hudson/home/testing/dd/subaru/ide/vcs/svn/CommitTest/Quote_mkfb/new_header_file.h
M       /export/hudson/home/testing/dd/subaru/ide/vcs/svn/CommitTest/Quote_mkfb/nbproject/configurations.xml
?       /export/hudson/home/testing/dd/subaru/ide/vcs/svn/CommitTest/Quote_mkfb/nbproject/private
M       /export/hudson/home/testing/dd/subaru/ide/vcs/svn/CommitTest/Quote_mkfb/module.cc
Comment 1 Alexander Pepin 2015-04-29 16:44:35 UTC
It seems that the bug is Linux platform specific. At least it appears on my Ubuntu Linux desktop and on virtual OEL7 machine but does not appear on both QA and DEV Solaris machines.
Comment 2 Alexander Simon 2015-05-12 13:56:42 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/32ee9a5c60ff
Comment 3 Quality Engineering 2015-05-13 02:54:36 UTC
Integrated into 'main-silver', will be available in build *201505130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/32ee9a5c60ff
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #251377 Wrong number and states of modified files in the remote project under SVN