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 67048 - cvs ignore throws exception
Summary: cvs ignore throws exception
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-18 14:18 UTC by bartvdc
Modified: 2007-01-04 17:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log file (32.61 KB, text/plain)
2005-10-18 14:29 UTC, bartvdc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bartvdc 2005-10-18 14:18:03 UTC
Getting a runtimeException when trying to ignore a file.
Comment 1 bartvdc 2005-10-18 14:29:04 UTC
Created attachment 26087 [details]
log file
Comment 2 Maros Sandor 2005-10-18 16:16:33 UTC
Ignore action was enabled where it should not be.

/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/ignore/IgnoreAction.java,v
 <--  IgnoreAction.java
new revision: 1.7; previous revision: 1.6
Comment 3 bartvdc 2005-10-20 07:51:38 UTC
I accessed it from the rightclick menu on a locally new and modified in the 
versioning window. Are these not ignorable ?
Comment 4 Maros Sandor 2005-10-20 09:15:22 UTC
Ignore action is only available for locally new files.