Mrbytes
2012-09-12 c32a8c92a84df27a1ad8f798d2b3dcdf321fd27d
src/com/gitblit/utils/RpcUtils.java
@@ -231,6 +231,21 @@
            password);
   }
   /**
    * Clears the repository cache on the Gitblit server.
    *
    * @param serverUrl
    * @param account
    * @param password
    * @return true if the action succeeded
    * @throws IOException
    */
   public static boolean clearRepositoryCache(String serverUrl, String account,
         char[] password) throws IOException {
      return doAction(RpcRequest.CLEAR_REPOSITORY_CACHE, null, null, serverUrl, account,
            password);
   }
   /**
    * Create a user on the Gitblit server.