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 53818 - CvsCreateFolderIgnore exception
Summary: CvsCreateFolderIgnore exception
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-21 15:04 UTC by wdwpower
Modified: 2005-01-21 15:04 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wdwpower 2005-01-21 15:04:14 UTC
Configuration:
   netbeans 4.1 daily build 20050117
Bug detail:
   Project directory is cvs working directory
   Only 'src' directory added to the cvs
   Other dirs are still 'local'
   After expanding a 'src'-directory for the 
first time I get foolowing exception: 
org.netbeans.modules.vcs.profiles.cvsprofiles.com
mands.CvsCreateFolderIgnoreList
Exception trace:
at 
org.netbeans.modules.vcs.profiles.cvsprofiles.com
mands.CvsCreateFolderIgnoreList.exec
(CvsCreateFolderIgnoreList.java:97)
[catch] at 
org.netbeans.modules.vcscore.cmdline.ExecuteComma
nd.runClass(ExecuteCommand.java:898)
	at 
org.netbeans.modules.vcscore.cmdline.ExecuteComma
nd.run(ExecuteCommand.java:1033)
	at 
org.netbeans.modules.vcscore.cmdline.UserCommandS
upport.execute(UserCommandSupport.java:344)
	at 
org.netbeans.spi.vcs.commands.CommandTaskSupport.
execute(CommandTaskSupport.java:74)
	at 
org.netbeans.modules.vcscore.cmdline.UserCommandT
ask.execute(UserCommandTask.java:480)
	at 
org.netbeans.api.vcs.commands.CommandTask.runComm
andTask(CommandTask.java:133)
	at 
org.netbeans.api.vcs.commands.CommandTaskInfoImpl
.run(CommandTaskInfoImpl.java:40)
	at 
org.netbeans.modules.vcscore.commands.CommandProc
essor$6.run(CommandProcessor.java:806)
	at org.openide.util.Task.run
(Task.java:189)
	at 
org.openide.util.RequestProcessor$Task.run
(RequestProcessor.java:330)
	at 
org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:721)