Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How do I change the timeout property for an svn repository in crucible through the web api?

Marc Hilao May 25, 2014

There is a way to change this using the web interface, but we are integrating crucible into our own system and would like a way to provision/enable/start/disable/delete repositories on demand (as development teams are added retired accg. to business needs).

I've perused the api documentation below:

http://docs.atlassian.com/fisheye-crucible/latest/wadl/fecru.html
http://docs.atlassian.com/fisheye-crucible/latest/wadl/fisheye.html
http://docs.atlassian.com/fisheye-crucible/latest/wadl/crucible.html

I haven't found any way to set the timeout property. Snooping on the form in the web ui (repository administration) didn't give me anything useful (js form submission). May I ask for assistance?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Maciej Swinarski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 25, 2014

Hi Marc,

Are you asking about [UI]: Repository Settings > Repository (svn) > SCM Details > SVN Operation Timeout?

Have a look at this endpoint (added to Fisheye & Crucible 3.4):

https://docs.atlassian.com/fisheye-crucible/latest/wadl/fecru.html#rest-service-fecru:admin:repositories

Have a look at repository creation example (POST) and you will find all properties you can modify on any repository type. You can update any repository by sending a PUT with a partial update i.e. only the fields you want to update.

In this case you would have to send a PUT to:

/rest-service-fecru/admin/repositories/{name}

with the following payload:

{
  "svn" : {
    "commandTimeout" : "1 hour"
}


Marc Hilao May 26, 2014

Thank you, I can't believe I missed that. This is exactly what I needed.

Gregory Kremer January 8, 2019

What is the solution for the Windows-based FeCru system?

TAGS
AUG Leaders

Atlassian Community Events