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 12787 - In some cases CVS FS doesn't display file's statuses
Summary: In some cases CVS FS doesn't display file's statuses
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscvs (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-12 15:36 UTC by dmladek
Modified: 2001-07-20 20:39 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 dmladek 2001-06-12 15:36:42 UTC
[NBdev-207, 201,..]
rh70, jdk1.3.1
===================

under some circumstances the CVS FS doesn't display file's statuses.
It means in some foleders their files have "annotate name" -> information
about statuses like this:
file_name[status; revison_nu]

but in some dirs and their files isn't displayed any info.
Just only iconbadging works, but annotation name doesn't

files look like this:
file_name

that is realy all, no status info:-(

I found reproductable procedure, and it is somehow related to
the module's definition which you checked out:
------------------------------------------

1.Mount Emty CVS FS(command-line is the best, but throubles has all supported  
FSs). Here is its configuration:
  pserver:fortecvs
  repositoryy:/forte4j
2.Checkout those modules:
  jellytools qa testtools
3.Browse your checkeout dir structure and check those folders and subfolders:
 testools/xtest
 testools/tonga
 testools/script,.....jemmy

and the same folders and others are under folder:
 qa/

the one dir of small amount folders where stauses appeare is:
 jellytools/


 qa/jemmy/...
---------------------------------------------------
And that is. No Refresh (Rec.) dosn't help on folders
and on files are disbled those action:
Refresh+ Rec.
commit
add


but if you look into history of commands you see correctly recognized info abou
revisions,etc.
Also if you perform log, or status command on those files,dirs
they provide actual and right info (comparable  with output from cmd line)
Comment 1 Martin Entlicher 2001-06-13 15:13:56 UTC
Was caused by bad work with ignored files. Fixed in build #210.
Comment 2 dmladek 2001-06-22 19:11:09 UTC
Works fine, thanks