Provides functions to access and operate on SVN repositories through.
Method | Description |
---|---|
createRepositoryLocation() | Creates repository location. |
getRevision() | Get the revision for a given resource. |
importProjectFromSVN() | Imports project from repository location. |
org.eclipse.team.svn.core.resource.IRepositoryLocation createRepositoryLocation(java.lang.String rootUrl, [java.lang.String username], [java.lang.String password])
Creates repository location. Creates repository location with rooturl, if location already exists: return existing location
repository location which is created, or the existing repository location
long getRevision(java.lang.Object resource)
Get the revision for a given resource.
revision number
void importProjectFromSVN(java.lang.Object rootLocation, java.lang.String projectLocations)
Imports project from repository location. Imports project (given with projectLocation) from repository location.