VCSResourceInfo info = fileList.getProjectInfo();
loc = SVNRepositoryLocation
.fromString(fileList.getRepositoryRoot());
SVNUrl url = new SVNUrl(info.url);
ISVNRemoteFolder remote[] = { new RemoteFolder(loc, url,
SVNRevision.HEAD) };
IProject[] local = { SVNWorkspaceRoot.getProject(newProjectName) };
// FIXME ndh: Use a CheckoutCommand instead. We should not depend on
// org.tigris.subversion.subclipse.ui.
final CheckoutAsProjectOperation checkoutAsProjectOperation = new CheckoutAsProjectOperation(