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 205900

Summary: htaccess files are hidden on ftp sync
Product: ide Reporter: markuszeller
Component: Internal ServerAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal Keywords: UI
Priority: P3    
Version: 7.1   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

Description markuszeller 2011-12-03 19:44:01 UTC
Product Version = NetBeans IDE 7.1 RC1 (Build 201111242103)
Operating System = Mac OS X version 10.7.2 running on x86_64
Java; VM; Vendor = 1.6.0_29
Runtime = Java HotSpot(TM) 64-Bit Server VM 20.4-b02-402

You can create a .htaccess file and use it for upload and then downloading afterwards, BUT creation will overwrite the old one, if there was no backup before. Please make "invisible" files available for syncing on project creation or rightclick Download on project where to select all the paths and files.
Comment 1 markuszeller 2012-04-20 13:00:45 UTC
Can you please fix this, because it blocks my workflow.
Comment 2 markuszeller 2012-07-17 07:12:33 UTC
Sorry for asking again, but is it intended to get fixed in 7.2 ?
Comment 3 markuszeller 2012-07-17 07:42:03 UTC
Options -> Files -> Ignored File Patterns includes htaccess files.

So I changed the RegEx to this
"^(CVS|SCCS|vssver.?\.scc|#.*#|%.*%|_svn)$|~$|^\.(?!(gitignore)$).*$"

And .htaccess files are still not be seen on FTP download.