I am working on a simple eclipse plugin.
I want to get details such as the time of last commit, number of different authors. Size in kb of the files.
I want to get these details programmatically. I am using google host svn. I am using subclipse plugin to access svn through eclipse. I am using java. How do I proceed to reach my objective?
Check out SVNKit and the wiki. For commit related info as you asked for take a look at the SVNCommitInfo class:-
SVNDirEntry class is also useful for your purposes:-