Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

fisheye how to create repo from command line

Ming Ho
Contributor
March 12, 2014

2 answers

1 accepted

1 vote
Answer accepted
Maciej Swinarski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 12, 2014

Hi Ming Ho,

As you can see in the output the errors comes from curl itself. The query doesn't reach FishEye.

* You need to put the content of data in single quotes

* As defined https://docs.atlassian.com/fisheye-crucible/latest/wadl/fecru.html#d2e548you should use POST not PUT

Try this:

curl -u xxx:xxx -X POST --data '{"type":"SUBVERSION","name":"SCM","url":"svn+ssh://mycompany.com","path":"SCM","username":"build"}' -H "Content-Type: application/json" http://crucble.mspot.com/rest-service-fecru/admin/repositories-v1/

Hope this works.

Also expect a much more powerfull repository management REST API in FishEye 3.4.

Mac

0 votes
Ming Ho
Contributor
March 12, 2014

ah yes. Post did the trick.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events