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 66724 - [50cat] Cannot use search history
Summary: [50cat] Cannot use search history
Status: RESOLVED DUPLICATE of bug 63309
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks: 66649
  Show dependency tree
 
Reported: 2005-10-13 15:39 UTC by misterm
Modified: 2007-01-04 17:14 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 misterm 2005-10-13 15:39:19 UTC
[ BUILD # : 5.0 beta ]
[ JDK VERSION : 1.4.2_xx ]

Steps to reproduce:

1. Checkout genesis using the following CVSROOT:
:pserver:guest@cvs.dev.java.net:/cvs, module genesis , branch GENESIS_0_2_X_BRANCH;
2. Right-click on the genesis folder inside the main folder and select Search history...
3. In the From field, type HEAD;
4. Click on Search.

The following message is displayed:

cvs rlog: Logging genesis/genesis
lock.c:222: failed assertion `strncmp (repository, current_parsed_root->directory, strlen (current_parsed_root->directory)) == 0'
cvs [rlog aborted]: received abort signal
cvs [rlog aborted]: received abort signal
lock.c:222: failed assertion `strncmp (repository, current_parsed_root->directory, strlen (current_parsed_root->directory)) == 0'
Comment 1 Peter Pis 2005-10-13 15:50:17 UTC
Probably duplicate of #63309.
Comment 2 Maros Sandor 2005-10-13 21:17:37 UTC
You have to replace :pserver:guest@cvs.dev.java.net:/cvs with
:pserver:guest@cvs.dev.java.net:/shared/data/ccvs/repository to be able to use
Search History features.

*** This issue has been marked as a duplicate of 63309 ***