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 53661 - CVS-EXT: Log doesn't work.
Summary: CVS-EXT: Log doesn't work.
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-01-19 10:57 UTC by Peter Pis
Modified: 2006-03-24 13:00 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 Peter Pis 2005-01-19 10:57:01 UTC
>System Info:
  Product Version       = NetBeans IDE Dev (Build
200501181900)
  Operating System      = Windows XP version 5.1
running on x86
  Java; VM; Vendor      = 1.5.0_01; Java
HotSpot(TM) Client VM 1.5.0_01-b06; Sun
Microsystems Inc.
  Java Home             = C:\Program
Files\Java\jdk1.5.0_01\jre
  System Locale; Encod. = en_GB (nb); Cp1252

Steps:
(Have some registered versioned directory and data
structure in it)
1. Select some file [Up-to-date; x.y]node and
invoke "CVS | History | Log".

All fields are filled with "jTextFields1"
Comment 1 Martin Entlicher 2005-01-19 11:13:23 UTC
Wow, you're right! Some mysterious regression...
Comment 2 Peter Pis 2005-01-19 15:00:57 UTC
This is Q-build stopper, please fix this in QBE200501181900 branch too.
Comment 3 Martin Entlicher 2005-01-19 15:05:38 UTC
For some reason the log command gets -R option which tells it to print
only the name of RCS file.
Comment 4 Martin Entlicher 2005-01-19 15:31:31 UTC
The problem was, that it's not possible to explicitely tell Log
command to run recursively. The -R option has different meaning then
for the most of other commands.
The regression was caused by the fix of issue #49829.

Fixed in trunk:

/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvs.xml,v
 <--  cvs.xml
new revision: 1.119; previous revision: 1.118

And in QBE200501181900 branch:

/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvs.xml,v
 <--  cvs.xml
new revision: 1.117.2.1; previous revision: 1.117
Comment 5 Peter Pis 2005-01-21 09:25:00 UTC
Verified in NetBeans IDE Dev (Build 200501202120).