This was simple to do.
I created a com.webobjects package in my Sources directory and added the following svn property to the webobjects directory:
name: svn:externals
value: foundation http://wonder.svn.sourceforge.net/svnroot/wonder/trunk/Wonder/Frameworks/Core/ERExtensions/Sources/com/webobjects/foundation
Note that is a space between foundation and the http url and that is all on one line of text. With svn:externals you can add multiple lines to pull in multiple external sources into your working copy.
I originally tried added a svn:externals property to the Sources directory itself with a left-hand-side of com/webobjects/foundation, which according to the svn book should work, but Subclipse was getting confused and freaking out when trying to commit saying that webobjects directory did not exist in repository.
0 comments:
Post a Comment