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 40567 - CVS: Working Revision field in Status output of file on LocalCVS
Summary: CVS: Working Revision field in Status output of file on LocalCVS
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2004-02-27 14:41 UTC by David Kaspar
Modified: 2004-02-27 15:03 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 David Kaspar 2004-02-27 14:41:07 UTC
How to reproduce:
1) Have a CVS filesystem mounted in repository
(CVS Server Type = "local"
2) Invoke "CVS|Status" popup menu action on some
file with "{Up-to-date; 1.1]" annotation.
3) NOTE - Status dialog appears
4) ERROR - Working Revision field shows Date too
Comment 1 Martin Entlicher 2004-02-27 14:51:28 UTC
Yes, this is due to the fact, that the cvs client add the date after
the revision number.

Since revision numbers can not contain spaces, it should be trivial to
cut the date out.
Comment 2 Martin Entlicher 2004-02-27 15:03:09 UTC
There is not a space, but a tabulator.
It's fixed in trunk:

/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/status/CvsStatusVisualizer.java,v
 <--  CvsStatusVisualizer.java
new revision: 1.11; previous revision: 1.10