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 - Netbeans fails to ignore symlinks
Summary: Netbeans fails to ignore symlinks
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-17 22:04 UTC by everflux
Modified: 2014-01-21 02:56 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 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