質問

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