714715716717718719720
} return new long[0]; } public void copy(String srcPath, String destPath, String message, Revision revision) throws ClientException { copy(new CopySource[]{new CopySource(srcPath, revision, null)}, destPath, message, true, false, null); }