문제

actually I want to show SVN Log information on iOS device, When I particular select project that time I want to show "Comments" and "Change file names".

For this I use such type url string. eg:.http://svn.com/subversion/SVNDemo/

I really don't know which string I want to append that URL which gives following information.

1) Revisions 2) Comments for that particular version 3) date and time stamp 4) and change file info

도움이 되었습니까?

해결책

You can't get the log by calling a URL from a plain HTTP client. You will need a Subversion client, or a repository browser installed on the server such as ViewVC (which you can then see through any web browser).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top