SVN integration: reposman.rb can now register created repositories in Redmine, so that the administrator doesn't have to enter the repository url in Redmine once it's created.

To do so, use the --url option when running reposman (see reposman help).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@860 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2007-10-21 16:26:14 +00:00
parent 0d605006a3
commit cedca57620
3 changed files with 87 additions and 28 deletions

View File

@@ -20,6 +20,6 @@ class SysApi < ActionWebService::API::Base
:expects => [],
:returns => [[Project]]
api_method :repository_created,
:expects => [:int, :string],
:expects => [:string, :string],
:returns => [:int]
end