// TODO create symlink there?
SVNFileUtil.copyFile(src, tmpWCFile, false);
} else {
SVNFileUtil.copyFile(src, tmpWCFile, false);
}
SVNWCManager.addRepositoryFile(dstDir, dstName, tmpWCFile, null, srcBaseProps.asMap(), srcWorkingProps.asMap(), copyFromURL, copyFromRevision);
SVNEvent event = SVNEventFactory.createSVNEvent(dst, SVNNodeKind.FILE, null, SVNRepository.INVALID_REVISION, SVNEventAction.ADD, null, null, null);
dstAccess.handleEvent(event);
}