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 32560 - CVS: Annotate on Folder issue
Summary: CVS: Annotate on Folder issue
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: PC All
: P4 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
: 37243 (view as bug list)
Depends on: 35999
Blocks:
  Show dependency tree
 
Reported: 2003-04-02 12:00 UTC by Richard Gregor
Modified: 2004-02-16 16:47 UTC (History)
0 users

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 Richard Gregor 2003-04-02 12:00:31 UTC
Annotate invoked on folder shows output dialog
where is only one tab (not necessary to show) with
all annotated files in one big file. Line numbers
are thus incorrect starting from second file.
Better solution is to show separated tabs for each
file in dir or use tree and one common result panel.
Comment 1 Martin Entlicher 2003-04-02 12:24:54 UTC
Scheduling to NB 4.0.
Comment 2 Jiri Kovalsky 2003-04-02 12:31:33 UTC
I don't see this as a showstopper. Justification: not frequent action
with workaround available: do it per files.
Comment 3 Richard Gregor 2003-04-03 06:38:43 UTC
Priority decrease.
Comment 4 Martin Entlicher 2003-09-23 12:33:13 UTC
Well, it's possible to implement the annotate of folders for built-in
CVS client, but not for command-line CVS due to unsynchronized
standard and error output.
However the javacvs library behaves in a similar way, so a special
interface would be needed.

However after issue #35999 we may be able to solve this for both CVS
clients.

So I suggest to leave Annotate disabled on folders and defer the
solution after issue #35999 is implemented.

Decreasing priority to P4 - this is not so severe problem IMHO.
Comment 5 dmladek 2004-01-15 14:12:00 UTC
*** Issue 37243 has been marked as a duplicate of this issue. ***
Comment 6 dmladek 2004-01-15 14:12:42 UTC
should be fixed in 3.6
Comment 7 Martin Entlicher 2004-02-16 16:47:00 UTC
The problem was "resolved" by removal of Annotate command from folders.
It will be possible to implement Annotate on folders on JDK 1.5, where
standard and error streams can be merged.