{ "id": "77950", "key": "TIMOB-4711", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "13872", "description": "", "name": "Sprint 2012-16 Core", "archived": true, "released": true, "releaseDate": "2012-08-13" }, { "id": "14096", "description": "Release 2.1.2", "name": "Release 2.1.2", "archived": true, "released": true, "releaseDate": "2012-08-31" }, { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-08-10T13:18:28.000+0000", "created": "2011-07-19T08:25:27.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "SupportTeam", "core", "qe-port" ], "versions": [ { "id": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" }, { "id": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" } ], "issuelinks": [], "assignee": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-08-15T13:46:59.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10207", "name": "Tooling" } ], "description": "Its not nice do not remove '.svn' folder from production code since inside it migth be [security sensible information|http://www.techcrunch.com/2009/09/23/basic-flaw-reveals-source-code-to-3300-popular-websites/] ", "attachment": [ { "id": "21884", "filename": "Screen shot 2011-07-19 at 18.14.17 .png", "author": { "name": "vzuzyak", "key": "vzuzyak", "displayName": "Vasyl Zuzyak", "active": true, "timeZone": "Europe/Kiev" }, "created": "2011-07-19T08:26:01.000+0000", "size": 717153, "mimeType": "image/png" } ], "flagged": false, "summary": "Tooling: Mobile sdk contains '.svn' dir of csscompiler project ", "creator": { "name": "vzuzyak", "key": "vzuzyak", "displayName": "Vasyl Zuzyak", "active": true, "timeZone": "Europe/Kiev" }, "subtasks": [], "reporter": { "name": "vzuzyak", "key": "vzuzyak", "displayName": "Vasyl Zuzyak", "active": true, "timeZone": "Europe/Kiev" }, "environment": null, "comment": { "comments": [ { "id": "181494", "author": { "name": "georgehess", "key": "georgehess", "displayName": "George Hess", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I have noticed the same issue in v1.8. It seems to be limited to subfolders within the Resources directory; they continue to preserve their .svn folders.\r\n\r\nIt could have to do with permissions. When the app is compiled, I think the SDK does not actually skip the ignored directories, but copies them over and then attempts to delete them. Either that or the ignore function does not perform a recursive check through the directory structure.\r\n\r\nTO REPRODUCE FOR IOS:\r\nCreate a subfolder named \"test\" in your project's Resources directory.\r\n\r\nCreate a hidden folder named .svn within the test folder.\r\n\r\nAdd a file named \"svntest\" to the .svn folder.\r\n\r\nRun/Build the app.\r\n\r\nKeep an eye one your debug console for:\r\n[DEBUG] linking: /Path/To/Project/App Name/Resources/test/.svn/svntest to /Path/To/Project/App Name/build/iphone/build/Debug-iphoneos/App Name.app/test/.svn/svntest\r\n\r\nIf you view the packaged contents of your app, you will see the .svn folder and svntest file (provided you are showing hidden files).", "updateAuthor": { "name": "georgehess", "key": "georgehess", "displayName": "George Hess", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-02-02T11:00:02.000+0000", "updated": "2012-02-02T11:00:02.000+0000" }, { "id": "189862", "author": { "name": "georgehess", "key": "georgehess", "displayName": "George Hess", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Is this going to get any attention? It is not limited to just v1.7.", "updateAuthor": { "name": "georgehess", "key": "georgehess", "displayName": "George Hess", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-04-04T13:28:38.000+0000", "updated": "2012-04-04T13:28:38.000+0000" }, { "id": "199132", "author": { "name": "georgehess", "key": "georgehess", "displayName": "George Hess", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Appcelerator, please (at least) confirm wether or not this is bug.", "updateAuthor": { "name": "georgehess", "key": "georgehess", "displayName": "George Hess", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-19T10:50:31.000+0000", "updated": "2012-06-19T10:50:31.000+0000" }, { "id": "213646", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR pending https://github.com/appcelerator/titanium_mobile/pull/2710", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-09T14:24:29.000+0000", "updated": "2012-08-09T14:24:29.000+0000" }, { "id": "214255", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Backport PR https://github.com/appcelerator/titanium_mobile/pull/2735", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-13T21:36:25.000+0000", "updated": "2012-08-13T21:36:25.000+0000" }, { "id": "214643", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fix with:\r\nTitanium Studio, build: 2.1.1.201207271312\r\nTitanium SDK: 2.1.2.v20120815081613\r\n\r\nMac osx 10.8 Mountain Lion", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-15T13:37:02.000+0000", "updated": "2012-08-15T13:40:21.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }