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 31798 - CVS: Misleading error message when committing a file that's already committed
Summary: CVS: Misleading error message when committing a file that's already committed
Status: VERIFIED DUPLICATE of bug 27997
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: -S1S-
Hardware: Sun Windows ME/2000
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-08 03:45 UTC by John Baker
Modified: 2003-04-30 10:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Baker 2003-03-08 03:45:56 UTC
To reproduce:

using CVS, local repository:

If a file has been committed to the repository and
the user tries
to commit again (note, user can't tell whether the
file has been checked
out or not)  there is a misleading error message
printed to the Output window:

cvs commit:  nothing known about "'Empty.java'
cvs [commit aborted] : correct above errors first!

>From the commandline, if `cvs commit Empty.java`
is executed then
no error message is printed.
Comment 1 Richard Gregor 2003-03-10 09:42:34 UTC
The behaviour  should be the same as on commandline. Scheduling for 4.0
Comment 2 Martin Entlicher 2003-04-30 09:49:19 UTC
You have used a force commit option, didn't you?
If yes, then this problem is already fixed by the fix issue #27997 in
NB 3.5.
It's actually a duplicate.


*** This issue has been marked as a duplicate of 27997 ***
Comment 3 Jiri Kovalsky 2003-04-30 10:36:31 UTC
Hm, okay. If you disagree John, give us more info.