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 - htaccess files are hidden on ftp sync
Summary: htaccess files are hidden on ftp sync
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Internal Server (show other bugs)
Version: 7.1
Hardware: Macintosh Mac OS X
: P3 normal with 1 vote (vote)
Assignee: issues@ide
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2011-12-03 19:44 UTC by markuszeller
Modified: 2012-07-17 07:42 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.