Maintenance
Perform maintenance tasks for this repo
Following tasks will be performed:- SVN Verify repo
Maintenance can be automated by such api call. Can be called periodically in crontab etc.
curl https://ingun-hosted.rhodecode.com/_admin/api -X POST -H 'content-type:text/plain' --data-binary '{"id": 1, "auth_token": "SECRET", "method": "maintenance", "args": {"repoid": "Projects/CurrentTester"}}'
SECRET can be found in auth-tokens page, and needs to be of `api calls` role.