Content
View differences
Updated by Niels Lindenthal about 12 years ago
When Reposman.rb gets executed it tries to fetch all the Projects having a repository with the following line (221):
projects = Project.find(:all, :params => {:key => $api_key})
This ActiveResource expects json as a response. The receiving SysController\#projects action however always returns xml.
As Reposman.rb is not able to parse the response, it does not automatically create repositories.
projects = Project.find(:all, :params => {:key => $api_key})
This ActiveResource expects json as a response. The receiving SysController\#projects action however always returns xml.
As Reposman.rb is not able to parse the response, it does not automatically create repositories.