2011. 12. 23. 11:16
Program Languages/Android / JAVA
If you're changing workspaces on OS X and you import an SVN-based project into your new workspace, some of your files may have the uchg flag set. SubClipse/SVN will not be able to update this project. You will get an error:
svn: Cannot rename file
every time you try invoke svn. If you issue:
chflags -R nouchg .
at the top-level of the project directory this will clear these flags and restore SVN function.
http://yalamber.com/2011/11/svn-issues-unable-to-rename/
'Program Languages > Android / JAVA' 카테고리의 다른 글
Create a Custom-Styled UI Slider (SeekBar) in Android (0) | 2012.08.11 |
---|---|
Connot run program "make" : unknown reason (0) | 2012.01.09 |
JSON 개요 (0) | 2011.06.29 |
Can't bind to local 8600 for debugger Problem (1) | 2011.06.29 |
JSON ) Install Aptana Plug-in in Eclipse(Helios) (0) | 2011.06.29 |