James Moger
2015-10-26 e69804d4001796a49476089bcbe8f67c3c700497
src/main/java/com/gitblit/utils/RpcUtils.java
@@ -203,7 +203,21 @@
   }
   /**
    /**
     * 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