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 222197 - cyrillic symbols in file names
Summary: cyrillic symbols in file names
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 7.3
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2012-11-15 11:36 UTC by bcrash
Modified: 2012-11-19 08:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (118.13 KB, text/plain)
2012-11-15 11:37 UTC, bcrash
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bcrash 2012-11-15 11:36:59 UTC
Product Version = NetBeans IDE 7.3 Beta 2 (Build 201211062253)
Operating System = Mac OS X version 10.8.2 running on x86_64
Java; VM; Vendor = 1.7.0_07
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.3-b01

When I want download directory from remote server and directory name include cyrillic symbols in my project in netBeans i saw  http://piclair.com/lrwci
And when i want open file in NetBeans and his URI include cyrillic symbols i saw this error http://piclair.com/80vf7
Comment 1 bcrash 2012-11-15 11:37:05 UTC
Created attachment 127860 [details]
IDE log
Comment 2 Jaroslav Tulach 2012-11-19 08:59:16 UTC
How do you access the remote server? Is it FTP or standard Mac OS X mount? Probably the later, right? As I can see a SVN error:

svn: E160020: File already exists: filesystem '/home/svn/whipstudio/db', transaction '1683-1cn', path '/shop.whipstudio.com/_ajax'
org.apache.subversion.javahl.ClientException.fromException(ClientException.java:68org.tmatesoft.svn.core.javahl17.SVNClientImpl.getClientException(SVNClientImpl.java:1276)
org.tmatesoft.svn.core.javahl17.SVNClientImpl.commit(SVNClientImpl.java:583)
org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.commit(AbstractJhlClientAdapter.java:340)

Can you try to open the same location in Favorites windows? If you create the same files on a local disk, will the IDE work better?

Please provide answers for my questions and reopen.