public long doSwitch( String path, String url, Revision revision, Revision pegRevision, int depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnverObstructions) throws ClientException { return myDelegate.doSwitch( path, url, revision, pegRevision, depth, depthIsSticky, ignoreExternals, allowUnverObstructions); }
public long doSwitch(String path, String url, Revision revision, boolean recurse) throws ClientException { return myDelegate.doSwitch(path, url, revision, recurse); }