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 250249 - NetBeans not honoring .cvsignore file on "show changes" and commit
Summary: NetBeans not honoring .cvsignore file on "show changes" and commit
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-05 20:18 UTC by mclaborn
Modified: 2015-02-27 15:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (30.34 KB, image/png)
2015-02-27 15:01 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mclaborn 2015-02-05 20:18:37 UTC
Product Version = NetBeans IDE 8.0.2 (Build 201408251540)
Operating System = Linux version 3.13.0-45-generic running on amd64
Java; VM; Vendor = 1.7.0_76
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.76-b04

Ubuntu 14.04 64 bit
cvs 1.12.13

A web project in NetBeans. The cvs root is :ext:nnnnn@cvs.nnnnnn.net:/cvs

NetBeans politely created a .cvsignore file for me with build and dist in it, and neither of these directories gets committed when I commit the rest of the project. There is another directory "fullbuild" in this project that I use for my own, non-Netbeans non-CVS purposes. I added this directory to .cvsignore (using the NetBeans "ignore" feature, right clicking in the Files view).  I have verified that fullbild is in .cvsignore.  When I do a CVS "show changes" or "commit" it wants to commit fullbuild and all of the files and subdirectories in it.  If I do a "cvs -nq update" from the command line, fullbuild is ignored as it should be.

I've closed and reopened the project, and also closed NB and deleted the cache.  Still acts the same.
Comment 1 Ondrej Vrabec 2015-02-09 08:53:17 UTC
Are the files in "fullbuild" marked as New (green) or Modified (blue)?
Comment 2 mclaborn 2015-02-09 15:06:52 UTC
They are showing as new (green).
Comment 3 Ondrej Vrabec 2015-02-27 15:01:22 UTC
works for me.
As you can see on the screenshot, fullbuild is ignored as well as its children, .cvsignore contains fullbuild.
Just to be sure, is the "fullbuild" folder under the same directory as the .cvsignore file that ignores it?
Comment 4 Ondrej Vrabec 2015-02-27 15:01:27 UTC
Created attachment 152281 [details]
screenshot