-
11 Mar 2012 3:13 AM #1
Sencha tools: build command + svn
Sencha tools: build command + svn
Fairly simple one I think!
If you're working from an SVN repository and run the following command:
"sencha app build production"
You get the following output on the 4th line (after the sencha-touch.js, app.js and app.css have been copied)
I'm running windows 7, but I'm fairly sure that the build just needs to ignore these SVN special directories and files. An easy workaround for the time being if anyone else has this issue is of course to just export your SVN directory elsewhere and run the build command from there.Code:[ERROR] EPERM, operation not permitted '{PATH_TO_DIR}build\production\resources\images\.svn\entries
-
11 Mar 2012 5:13 AM #2
same problem on macosx lion
workaround there is to build it as root user
HTML Code:sudo sencha app build production /pathTo/build/ /pathTo/archive
trainings / workshops / consulting: Sencha Touch / Ext JS
Profile on SenchaDevs
www: http://www.nils-dehl.de
twitter: nilsdehl
meetup: Sencha Touch / Ext JS Meetup Frankfurt
videos: http://vimeo.com/album/1621422
conference photos: http://www.flickr.com/photos/nils-dehl/
-
14 Mar 2012 8:57 AM #3Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,651
- Vote Rating
- 14
Thank you for the report.
-
20 Mar 2012 1:39 AM #4
permission denied
permission denied
The build command seems to copy the .svn dirs, and then tries to write something into the write-protected entries file.
Error: EACCES, permission denied '..../trunk/build/package/.svn/entries'
Changing permissions could work, but actually i would like sencha not to copy the .svn dirs and content. Is it possible to omit these files on build?
-
20 Mar 2012 8:06 AM #5Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,651
- Vote Rating
- 14
We will have a new builder out soon which will omit these directories.
-
28 Mar 2012 2:55 PM #6Sencha - Sencha Touch Dev Team
- Join Date
- Jul 2009
- Location
- Palo Alto, California
- Posts
- 469
- Vote Rating
- 9
Since SDK Tools 2.0.0-rc and Sencha Touch SDK 2.0.1-rc (both to be released next), there is now a configurable "ignore" item in "app.json". Please see the release notes when they're released for more details.
Sencha Touch Lead Architect
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-2461
in
2.0.


Reply With Quote