svn - How to version control a Flex/Flash Builder application's release build files using Subclipse? -


i need store release build of flash builder (flex) application in subversion. when try add version control via subclipse warning telling me have asked version control 1 or more resources otherwise have been ignored. know why happening, , how can around it? i've gotten around 1 time in past adding build release's directory repository using subversion client, i.e. outside of eclipse/flash builder, when rebuilt release later unable subclipse see changes between base/head revisions , new local versions of build release files.

i realize i'm doing non-standard , suspect there default svn:ignore settings someplace causing happen, can't figure out these in order modify/bypass them. or maybe there's else going on?

thanks in advance insight and/or issue.

this eclipse-specific feature. eclipse has feature files produced compilers or generates inside eclipse can marked in eclipse "derived" resources. eclipse team providers supposed ignore these files automatically. afaik, reason feature exists.

so subclipse still allows manually choose 1 of these files version, warns you selected files eclipse said ignore.

it possible (but have no idea) flex builder has setting control whether or not marks these files derived.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -