Friday, July 31, 2009

How do I get linked source code in Eclipse to recognize that it came from subversion?

I have existing source code checked out from Subversion that I would like linked into an Eclipse project. I can get the code linked, but it does not enable the Team options of Subclipse.

How do I get linked source code in Eclipse to recognize that it came from subversion?
If you are talking about having an Eclipse project where you then use the Linked Resources feature to link in some other source, then the answer is that you can't. Subclipse does not support this. You have to checkout a project via Subclipse. If you need to pull source from multiple locations you would have to use the Subversion svn:externals feature to do this.


No comments:

Post a Comment