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 168157 - [70cat] IllegalArgumentException: Unknown repository status: A for: /Users/bjd/Sites/drupal-taxonomy-as-fields/modules/taxonomy/term.test
Summary: [70cat] IllegalArgumentException: Unknown repository status: A for: /Users/bj...
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-06 06:52 UTC by bangpound
Modified: 2013-01-25 18:58 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 153372


Attachments
stacktrace (1.06 KB, text/plain)
2009-07-06 06:52 UTC, bangpound
Details
stacktrace (1.06 KB, text/plain)
2009-09-03 13:36 UTC, misterm
Details
stacktrace (1.04 KB, text/plain)
2009-11-02 12:34 UTC, alexii
Details
stacktrace (1.10 KB, text/plain)
2011-01-13 15:17 UTC, misterm
Details
stacktrace (1.10 KB, text/plain)
2011-01-14 15:57 UTC, misterm
Details
stacktrace (1.12 KB, text/plain)
2013-01-25 18:58 UTC, augcampos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bangpound 2009-07-06 06:52:40 UTC
This issue was originally marked as duplicate of issue 71635, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) Client VM, 1.5.0_19-137, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_19-b02-304
OS: Mac OS X, 10.5.7, i386

User Comments:
bangpound: i was deleting a file from my local copy.

ddon: was doind CVS update

davti: checking project status against CVS repository



Stacktrace: 
java.lang.IllegalArgumentException: Unknown repository status: A for: /Users/bjd/Sites/drupal-taxonomy-as-fields/modules/taxonomy/term.test
        at org.netbeans.modules.versioning.system.cvss.FileStatusCache.createMissingEntryFileInformation(FileStatusCache.java:683)
        at org.netbeans.modules.versioning.system.cvss.FileStatusCache.createFileInformation(FileStatusCache.java:537)
        at org.netbeans.modules.versioning.system.cvss.FileStatusCache.refreshNow(FileStatusCache.java:266)
        at org.netbeans.modules.versioning.system.cvss.ui.actions.update.UpdateExecutor.commandFinished(UpdateExecutor.java:183)
        at org.netbeans.modules.versioning.system.cvss.ExecutorSupport.commandTerminated(ExecutorSupport.java:419)
        at org.netbeans.modules.versioning.system.cvss.ClientRuntime$1.taskFinished(ClientRuntime.java:179)
Comment 1 bangpound 2009-07-06 06:52:46 UTC
Created attachment 84386 [details]
stacktrace
Comment 2 misterm 2009-09-03 13:36:30 UTC
Build: NetBeans IDE Dev (Build 090901)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.IllegalArgumentException: Unknown repository status: M for: C:\projetos\rio_branco\cotacao\producao\app\aspectwerkz-jdk14-2.0.1__V221.jar
        at org.netbeans.modules.versioning.system.cvss.FileStatusCache.createMissingEntryFileInformation(FileStatusCache.java:683)
        at org.netbeans.modules.versioning.system.cvss.FileStatusCache.createFileInformation(FileStatusCache.java:537)
        at org.netbeans.modules.versioning.system.cvss.FileStatusCache.refreshNow(FileStatusCache.java:266)
        at org.netbeans.modules.versioning.system.cvss.ui.actions.update.UpdateExecutor.commandFinished(UpdateExecutor.java:183)
        at org.netbeans.modules.versioning.system.cvss.ExecutorSupport.commandTerminated(ExecutorSupport.java:419)
        at org.netbeans.modules.versioning.system.cvss.ClientRuntime$1.taskFinished(ClientRuntime.java:179)
Comment 3 misterm 2009-09-03 13:36:35 UTC
Created attachment 87045 [details]
stacktrace
Comment 4 Exceptions Reporter 2009-09-03 13:36:40 UTC
This issue already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=153372
Comment 5 alexii 2009-11-02 12:33:57 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230101)
VM: OpenJDK Client VM, 14.0-b16, OpenJDK Runtime Environment, 1.6.0_0-b16
OS: Linux, 2.6.30.9-90.fc11.i686.PAE, i386

User Comments: 


Stacktrace: 
java.lang.IllegalArgumentException: Unknown repository status:   for: /home/alexii/NetBeansProjects/Tunnel/ermission denied
        at org.netbeans.modules.versioning.system.cvss.FileStatusCache.createMissingEntryFileInformation(FileStatusCache.java:683)
        at org.netbeans.modules.versioning.system.cvss.FileStatusCache.createFileInformation(FileStatusCache.java:537)
        at org.netbeans.modules.versioning.system.cvss.FileStatusCache.refreshNow(FileStatusCache.java:266)
        at org.netbeans.modules.versioning.system.cvss.ui.actions.update.UpdateExecutor.commandFinished(UpdateExecutor.java:183)
        at org.netbeans.modules.versioning.system.cvss.ExecutorSupport.commandTerminated(ExecutorSupport.java:419)
        at org.netbeans.modules.versioning.system.cvss.ClientRuntime$1.taskFinished(ClientRuntime.java:179)
Comment 6 alexii 2009-11-02 12:34:01 UTC
Created attachment 90418 [details]
stacktrace
Comment 7 Exceptions Reporter 2009-11-02 12:34:06 UTC
This issue already has 6 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=153372
Comment 8 Michel Graciano 2010-11-17 13:24:43 UTC
I have merged some changes from HEAD to my branch and after that I called the Show changes action. Just after that I have removed all the new files (since I wished just to diff the changed files) before the Show Changes action had finished.
Comment 9 misterm 2011-01-13 15:17:56 UTC
Created attachment 104963 [details]
stacktrace

.
Comment 10 misterm 2011-01-13 15:28:25 UTC
I did the same procedure as Michel.
Comment 11 misterm 2011-01-14 15:57:00 UTC
Created attachment 104999 [details]
stacktrace
Comment 12 augcampos 2013-01-25 18:58:44 UTC
Created attachment 130671 [details]
stacktrace