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

Summary: CVS: Working Revision field in Status output of file on LocalCVS
Product: obsolete Reporter: David Kaspar <dkaspar>
Component: vcsgenericAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

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