src/main/java/com/gitblit/utils/RpcUtils.java
@@ -204,6 +204,20 @@ } /** * Create a fork of a repository. * * @param repository * @return true if the action succeeded * @throws IOException */ public static boolean forkRepository(RepositoryModel repository, String serverUrl, String account, char[] password) throws IOException { return doAction(RpcRequest.FORK_REPOSITORY, repository.name, null, serverUrl, account, password); } /** * Send a revised version of the repository model to the Gitblit server. * * @param repository