[TIMOB-13073] CVS folders in Alloy
GitHub Issue | n/a |
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2016-08-29T16:43:41.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Daniel Sefton |
Assignee | Eric Merriman |
Created | 2013-03-07T09:13:22.000+0000 |
Updated | 2017-03-24T21:57:27.000+0000 |
Description
Steps to Reproduce
Install CVS in Studio
Create Alloy project.
Share the project in CVS
Make sure the Resources folder is added to .cvsignore
Build/Run the project.
Now the build procedure copys all folders in assets to Resources including the CVS folders.
Actual Result
The build procedure copys folders from App to Resources including the CVS folders.
Now Studio thinks these folders should be in cvs.
Expected Result
The build procedure should copy folders from App to Resources EXCLUDING the CVS folders.
So Studio do not think these folders should be in cvs.
Comments
JSON Source
This might be a CLI issue, feel free to move if it is. I guess this is already implemented for SVN folders.
A similar problems seems to have been resolved for Subversion by fixes in either TIMOB or TISTUD, so I assume the same can be done for CVS. I don't have the source ticket, but here's the ticket I had in ALOY that originally mentioned the issue since resolved by Titanium: ALOY-448
Tested with Titanium SDK master (6.1.0) and cannot reproduce. The Titanium build system uses the global ignore dirs and ignore files regular expressions which are stored in the Titanium CLI config. This has been the case since June 2013: https://github.com/appcelerator/titanium/commit/505f801a01c714f7c8b0203c5f27df9102bb5215#diff-f7bf2b665273dfa66ffa4ad7c0a52bb9.
Closing ticket as the issue cannot be reproduced and with reference to the previous comments.