Hi folks.
I'm setting up a bunch of projects in Eclipse that I checked out of
subversion using svn:externals.
I check out a new workspace directory containing lots of svn:externals
definitions which then pulled down the projects I am interested in. I then
use Eclipse's File->Import->Existing projects, select the workspace
directory and it finds all the projects as I would expect. Then it imports
them, but subclipse fails with the message "Could not auto-share project
artifacts" for each project.
I now can't even manually share the projects using Team->Share. Subclipse
throws the following exception:
org.tigris.subversion.subclipse.core.SVNException: Invalid SVN repository
location format: 'null'.
at
org.tigris.subversion.subclipse.core.repo.SVNRepositoryLocation.fromString(S
VNRepositoryLocation.java:436)
at
org.tigris.subversion.subclipse.core.repo.SVNRepositories.getRepository(SVNR
epositories.java:155)
at
org.tigris.subversion.subclipse.core.resources.SVNWorkspaceRoot.setSharing(S
VNWorkspaceRoot.java:171)
at
org.tigris.subversion.subclipse.core.SVNTeamProviderType$AutoShareJob.autoco
nnectSVNProject(SVNTeamProviderType.java:125)
at
org.tigris.subversion.subclipse.core.SVNTeamProviderType$AutoShareJob.run(SV
NTeamProviderType.java:103)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
If I go to the command line, svn info reports the correct urls for all the
projects, and svn update, status etc. work as expected.
Does anyone know what might be going wrong? (Eclipse 3.2-M2, Win XP, weather
slightly overcast).
Thanks,
Dan
Received on Fri Nov 11 01:19:12 2005