R – Trying to synch Flex Builder/Eclipse project with SVN source tree

apache-flexeclipseflexbuildersubclipsesvn

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!

Best Answer

Do you have the necessary things from Team > SVN enabled in your Flex/custom perspective?

AFAIK Subclipse recognizes the presence of SVN based on the existence of the .svn meta data within a given directory. My guess would be that its doing this jsut fine and that you dont have the right commands and what not from the typical SVN perspective enabled within your Flex/custom perspective. Youll need to add these i think if you want to use the Subclipse tools.

Related Topic