The extension point allows us to switch flexibly between SVN connector implementations. org.eclipse.team.svn.core.svnconnector SVN Team Core can be switched between connectors on the fly. Must implement org.eclipse.team.svn.core.extension.factory.ISVNClientWrapperFactory 0.7.0 public interface ISVNClientWrapperFactory { public ISVNClientWrapper newInstance(); }