// remove the base project path
SVNRepository repo = managerPool.getSvnRepository(project);
filePath = removeBasePath(filePath, repo);
repo.checkoutFiles(revision, new String[] { filePath }, new ISVNFileCheckoutTarget() {
public void filePropertyChanged(String arg0, String arg1, SVNPropertyValue arg2)
throws SVNException {}
public OutputStream getOutputStream(String path) throws SVNException {