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 240631

Summary: Netbeans fails to ignore symlinks
Product: versioncontrol Reporter: everflux <everflux>
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED FIXED    
Severity: normal CC: git
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description everflux 2014-01-17 22:04:12 UTC
Product Version: NetBeans IDE Dev (Build 201401170001)
Java: 1.8.0-ea; Java HotSpot(TM) 64-Bit Server VM 25.0-b65
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b123

I have a PHP project under git version control.

Inside are symlinks of directories.

These are already present in the .gitignore file:

/images
/meta

Since about a week or two (nightly builds) these are shown as "green" with [-/A] and part of the commit dialog.

Expected behaviour: Symlinks are ignored if present in .gitignore file.
Comment 1 Ondrej Vrabec 2014-01-20 09:55:50 UTC
fix: http://hg.netbeans.org/core-main/rev/766baa5ebc63
Comment 2 Quality Engineering 2014-01-21 02:56:46 UTC
Integrated into 'main-silver', will be available in build *201401210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/766baa5ebc63
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #240631 - Netbeans fails to ignore symlinks