[AC-3137] Conflict with SVN
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2011-07-07T05:43:12.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | android, conflict, mobile, svn |
Reporter | Bogdan Irimia |
Assignee | Tony Guntharp |
Created | 2011-06-29T03:31:41.000+0000 |
Updated | 2016-03-08T07:48:12.000+0000 |
Description
When compiling for Android I get this:
[DEBUG] Processing Android resource drawables
[TRACE] COPYING FILE: /.../Resources/android/images/res-hdpi/background.png => /.../build/android/res/drawable-hdpi/background_9c1385517c.png
[TRACE] COPYING FILE: /.../Resources/android/images/res-hdpi/glass.png => /.../build/android/res/drawable-hdpi/glass_ecec24bdc7.png
[TRACE] COPYING FILE: /.../Resources/android/images/res-hdpi/.svn/entries => /.../build/android/res/drawable-hdpi/_072591d3d6.svn/entries
[ERROR] Exception occured while building Android project:
[ERROR] Traceback (most recent call last):
[ERROR] File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.2/android/builder.py", line 1652, in <module>
[ERROR] s.build_and_run(True, avd_id, device_args=device_args)
[ERROR] File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.2/android/builder.py", line 1414, in build_and_run
[ERROR] self.copy_resource_drawables()
[ERROR] File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.2/android/builder.py", line 501, in copy_resource_drawables
[ERROR] copy_resource_drawable(f)
[ERROR] File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.2/android/builder.py", line 481, in copy_resource_drawable
[ERROR] shutil.copy(orig, dest)
[ERROR] File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/shutil.py", line 88, in copy
[ERROR] copyfile(src, dst)
[ERROR] File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/shutil.py", line 53, in copyfile
[ERROR] fdst = open(dst, 'wb')
[ERROR] IOError: [Errno 2] No such file or directory: '/.../build/android/res/drawable-hdpi/_072591d3d6.svn/entries'
The issue is signaled in the Q&A section and solved there:
[http://developer.appcelerator.com/question/120708/mobile-sdk-conflict-with-svn]
Thank you for this report. As it has been reported before in TIMOB-3272, I am going to close it, but will link the other ticket to this one, in case the core team needs more information.
Closing after 30 days of inactivity.