"Nicholaus Shupe (cox)" <nshupe@cox.net> wrote on 07/30/2006 08:15:33 PM:
> Eclipse Screen Shot is attached showing '?' next to external
directories.
>
> Here's the externals definitions for both projects:
>
> nicholaus@ran:~/checkout/tatsu/trunk/java/kanjidic-lib$ svn pg
svn:externals
> data/kanjidic
https://XXX.XXX.net/svn/tatsu/trunk/java/jtango-data/kanjidic
>
> nicholaus@ran:~/checkout/tatsu/trunk/java/edict-lib$ svn pg
svn:externals
> data/dicts https://XXX.XXX.net/svn/tatsu/trunk/java/jtango-data/dicts
>
> Pressing refresh multiple times does nothing, and right clicking on the
> directories in Eclipse gives me the option to add or ignore the
> directories. Bug? Something not configured correctly? Ideas?
As I recall, this is working correctly. One of our users submitted a
patch for us about a year ago. The issue is that you are doing a
"multi-level" folder structure for the externals. "data/dicts". The data
folder will show as unversioned, but I recall that the subfolders all
appear correctly.
Personally, I would recommend just adding a folder called data to your
main project, and then add the svn:externals property to that folder. That
would work more smoothly.
externals definitely works, but defining it the way you are doing is a
more difficult use case. As I recall, Subversion does not even create a
".svn" folder in the data folder in that example. Could be wrong about
that, I am just working from memory.
I know some of our users are doing the same thing as you, so maybe they
will chime in.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Mon Jul 31 02:22:52 2006