mirror of
https://github.com/redmine/redmine.git
synced 2026-07-07 00:57:25 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user