diff --git a/extra/svn/reposman.rb b/extra/svn/reposman.rb index cd47550..349f303 100755 --- a/extra/svn/reposman.rb +++ b/extra/svn/reposman.rb @@ -182,6 +182,7 @@ end class Project < ActiveResource::Base self.headers["User-agent"] = "Redmine repository manager/#{Version}" + self.format = :xml end log("querying Redmine for projects...", :level => 1);