xcode - svn: E160005: Invalid control character '0x10' in path -


on: svn import project_path server_path -m 'import first'

i got following error:

svn: e160005: invalid control character '0x10' in path

finally solved error.

svn gives file contains error. in case file name looks testviewcontroller.h in xcode , finder while see in terminal shows testviewcontroller?.h

see how looks in terminal enter image description here

so rename file command mv testviewcontroller?.h testviewcontroller.h , error solved.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -