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 51663 - CVS statuses are 'Local' after adding profile
Summary: CVS statuses are 'Local' after adding profile
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-19 09:01 UTC by zikmund
Modified: 2004-12-17 10:18 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 zikmund 2004-11-19 09:01:44 UTC
Build 200411150946 (pre-RC1)

1) Have freash created CVS repository without any
modifications after 'cvs init'
2) Run NetBeans with clean userdir
3) Add CVS profile (pserver, built-in cvs)
4) Use default values on "CVS Checkout" page in
'New CVS Wizard'
5) Go to Versioning tab
6) ERROR:
CVSROOT and all its files have status 'Local'

Notice: CVS|Refresh helps refreshing status to
correct value 'Up-to-date; 1.1'

100% reproducible on WinXP, Solaris intel & JDS 2,
both JDKs (1.5.0_01 & 1.4.2_06)
Comment 1 Martin Entlicher 2004-12-06 14:30:30 UTC
True, I was able to reproduce. The disk cache in
CVS/netbeans.cmd.cache is O.K., so it looks like the memory cache has
the wrong entries for some strange reason...
Comment 2 Martin Entlicher 2004-12-08 12:16:23 UTC
Fixed in trunk:

/cvs/vcscore/src/org/netbeans/modules/vcscore/cache/CacheDir.java,v 
<--  CacheDir.java
new revision: 1.43; previous revision: 1.42

/cvs/vcscore/src/org/netbeans/modules/vcscore/cache/impl/VcsCache.java,v
 <--  VcsCache.java
new revision: 1.2; previous revision: 1.1
Comment 3 Peter Pis 2004-12-14 13:25:23 UTC
Assigning priority to P3 because there is easy workaround for it.