I am making simple dashboard to use programs(jira, confluence, team-calendars, fisheye, visualSVN)
1. i find recently jira issue in database(complete)
2. i find recently schedule team-calendars in database(complete)
3. i find recently content confluence in database(complete)
but !!
4. i not find recently commit information
i want list (repository name, commit file name, commit date, commit +- line number)
Where can i find svn commit information?
where DB?
where file?
help me
Community moderators have prevented the ability to post new answers.
You will not be able to access the data directly through the database (as it is not stored in a relational db). You will need to use the FishEye REST APIs (http://docs.atlassian.com/fisheye-crucible/latest/wadl/fisheye.html#d2e131) or Java API to access the data.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.