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 232102 - java.io.FileNotFoundException when committing a new package from project level
Summary: java.io.FileNotFoundException when committing a new package from project level
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-01 18:58 UTC by Ondrej Vrabec
Modified: 2013-07-15 09:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (74.14 KB, text/x-log)
2013-07-01 18:58 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2013-07-01 18:58:39 UTC
Created attachment 136555 [details]
messages.log

Taken from bug #230828:
1) User right clicks at project level and does CVS > update. All is well and
all files are synched.
2) User creates a new package and creates one or more classes/interfaces etc
within that package.
3) User right clicks at the project level, does CVS > update (no new changes),
then does CVS > commit.
4) User sees the following message

"<Path to new directory>\Entries (The system cannot find the file specified)"

At this stage, there is a file called Entries in this location, but it is
empty.

5) User clicks OK

6) User sees new error message "CVS command failed with the following error.
cvs commit: nothing known about '<new package>/<new class>'
cvs commit aborted: correct above errors first!

I find that commit is possible if I right click then choose CVS commit on the
new package. However when we implement continuous integration I will want to
commit the entire project, including a mixture of new packages/new classes and
updated existing classes.
Comment 1 Ondrej Vrabec 2013-07-01 18:59:25 UTC
more info in https://netbeans.org/bugzilla/show_bug.cgi?id=230828#c30
Comment 2 Sean_Cronin 2013-07-15 09:34:51 UTC
Hi,

is there any news on this bug? It's been a couple of weeks. If you've not had time to look at it, could you give an estimate about when it will be looked at?

Best wishes,

Sean.