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 68124 - should ignore nbproject/private and .nbintdb for free-form projects
Summary: should ignore nbproject/private and .nbintdb for free-form projects
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on: 67900
Blocks:
  Show dependency tree
 
Reported: 2005-11-04 20:28 UTC by kcr
Modified: 2007-01-04 17:14 UTC (History)
1 user (show)

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 kcr 2005-11-04 20:28:31 UTC
cvs-lite correctly ignores .nbinitdb and nbproject/private automatically for
standard projects. However, they are not ignored for free-form projects. In both
cases, these are NetBeans-created files that should not be committed, so they
should be ignored in both cases.
Comment 1 kcr 2005-11-04 20:31:37 UTC
Fixed typo in Summary (should be ".nbintdb" (no second "i"))
Comment 2 Maros Sandor 2005-11-07 16:22:51 UTC
A bug in freeform's SharabilityQuery implementation (nbproject/private case)?
Please evaluate.
Comment 3 Jan Lahoda 2005-11-07 17:11:11 UTC
What is your build number? The nbproject/private should be marked as
NOT_SHARABLE for freeform projects by fix of issue #65545. Please reopen that
bug if you have a new build and your nbproject/private is still not ignored.

To the .nbintdb: sorry, but I tested both J2SE project and freeform project and
for both of them the ".nbintdb" file was not ignored. I think that cvslite
itself should handle ".nbintdb".
Comment 4 kcr 2005-11-07 21:26:41 UTC
I'm using NetBeans 5.0-beta from the netbeans.org website, whatever build that
is. I'll try it in a newer build, when it becomes available.

Regarding the .nbinitdb file, I may have been mistaken in reporting that it
works for standard projects. In any case, the correct behavior would be for it
to be ignored for both types of projects.
Comment 5 _ pkuzel 2005-11-11 11:21:11 UTC
".nbintdb" are owned by vcsgeneric and should not be shared. By design mistake
these lies in user's workdir/datadir instead of IDE's userdir. 

Keeping build-in ignore list backward compatabilty:

Checking in CvsVersioningSystem.java;
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/CvsVersioningSystem.java,v
 <--  CvsVersioningSystem.java
new revision: 1.41; previous revision: 1.40
done