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 217804 - commmited and somes new files are marked as LOCAL DELETED right after finish
Summary: commmited and somes new files are marked as LOCAL DELETED right after finish
Status: RESOLVED DUPLICATE of bug 205136
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.2
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-04 11:38 UTC by FiruzzZ
Modified: 2012-09-05 11:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (104.63 KB, text/plain)
2012-09-04 11:38 UTC, FiruzzZ
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FiruzzZ 2012-09-04 11:38:02 UTC
if I update the file one by one, are marked as NEWS again, if i update from the folder/package.. are marked as localdeleted
The Search Historial marked as 'A' added/new, the files are in the svn repositor.
If I try to find the Search Historial just for those files a SVN File Command: org.apache.subversion.javahl.ClientException: E160013: '/sindi/sindicato/svn/!svn/bc/8/trunk/src/view/screen/paneles/PanelABMMensajesAfiliadosOS.java' path not found: 404 Not Found (https://pl5.projectlocker.com)
And If i try to commit them again as new says : file already are under control.

This always happends (since Netbeans 6.9) with new files and specially Swing GUI files (.java and .form).

Product Version = NetBeans IDE 7.2 (Build 201207171143)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_13
Runtime = Java HotSpot(TM) Client VM 11.3-b02
Comment 1 FiruzzZ 2012-09-04 11:38:09 UTC
Created attachment 123873 [details]
IDE log
Comment 2 Ondrej Vrabec 2012-09-04 12:07:46 UTC
> if I update the file one by one, are marked as NEWS again, if i update from the
> folder/package.. are marked as localdeleted
> The Search Historial marked as 'A' added/new, the files are in the svn
> repositor
I don't understand what you're doing. Are you updating the files (Subversion -> Update)? Or committing them (as you pointed out in the bug's summary). Please provide *exact* steps to reproduce the problem.

While going through the messages log i noticed two messages:
> src\view\screen\paneles\panelABMMensajesAfiliadosOS.java is already under version control
> src\view\screen\paneles\PanelABMMensajesAfiliadosOS.java is not under version control
Did you by any chance renamed the file just by changing the case (from p... to P...)? Note that on Windows you need to commit such a change on commandline
Comment 3 FiruzzZ 2012-09-04 12:22:50 UTC
(In reply to comment #2)
> > src\view\screen\paneles\panelABMMensajesAfiliadosOS.java is already under version control
> > src\view\screen\paneles\PanelABMMensajesAfiliadosOS.java is not under version control
> Did you by any chance renamed the file just by changing the case (from p... to
> P...)? Note that on Windows you need to commit such a change on commandline

I don't know how to do that (commit on commandline) , but yes, seems like something that i would do.
Comment 4 FiruzzZ 2012-09-05 10:14:22 UTC
adding this parameter to etc/netbeans.config will solve futures problems like this? -J-DsvnClientAdapterFactory=commandline
Comment 5 Ondrej Vrabec 2012-09-05 11:55:43 UTC
(In reply to comment #4)
> adding this parameter to etc/netbeans.config will solve futures problems like
> this? -J-DsvnClientAdapterFactory=commandline
No, it will not help.

*** This bug has been marked as a duplicate of bug 205136 ***