[ALOY-448] Using Subversion with the Alloy framework does not compile any changes to the local code into the Resources directory
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2013-09-30T18:22:27.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | alloy, subversion |
Reporter | Daniel Sefton |
Assignee | Unknown |
Created | 2012-12-18T15:16:08.000+0000 |
Updated | 2018-03-07T22:25:38.000+0000 |
Description
When running a local Titanium Alloy framework project inside Titanium Studio that is attached to a SVN subversion repository the Resources directory is not updated with any changes after the build. For more details please see:
http://developer.appcelerator.com/question/145614/any-luck-with-alloy-and-svn
This appears to have been fixed with Alloy 1.0.0 and TiSDK/TiStudio 3.0.2, as stated in the included Q&A link. Will reopen if this is not the case.
I am not sure if this is same issue, however, from my support forum post today: When running the Alloy build, the compile process is copying all the the .svn folders from the /app folder and subfolders to the corresponding subfolders in Resources. This is wrecking havoc on my workspace and interaction with SVN when I try to check in real changes. http://developer.appcelerator.com/question/157778/alloy-copies-svn-folders-to-resources-folders#answer-269286
[~mike@barontek.com] for the time being, can't you just ignore the Resources folder in your svn settings? The whole folder is generated code so it really shouldn't be in version control anyway. And yes, this should probably be opened as a new ticket. While it involved svn like this ticket, it's definitely not the same issue.
Hey Tony, I did add it to the ignore list in SVN, however, when the Alloy compile process copies all the .svn folders, Eclipses' SVN plugin see's those subfolders and it looks like it starts messing with the SVN integration. So, adding it to svn ignore did not help. It also looks like the Resources folder is deleted each build, which I think then impacts the SVN ignore settings as well. I will go ahead and open new ticket and look for other work-around. Thanks.