Вопрос

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