Hi,
I am trying to link a Flex Builder WTP/Eclipse project with an existing SVN source structure. I'm using subclipse within Eclipse.
Below is a mapping of some of the directories:
Flex Builder/Eclipse Structure -> SVN Directory Structure
-flex_src -> flex/src
-flex_libs -> flex/libs
-java_src -> java/src
-WebContent -> web
** How can I get these directories mapped so that subclipse will recognize that they are svn directories so that I can manage the svn files from within the Flex Builder/Eclipse project???? ****
NOTE: I'm trying to avoid checking the entire Flex Builder project as I really want just the source in svn. I know this is debatable but this is what we have right now.
I've tried a number of things such as linking source folders or importing source from my SVN workspace, etc. but subclipse never seems to pick up the fact that these files are in an SVN repository.
Any suggestions would greatly be appreciated!
Thank you!