Hi,
Is it possible using SVNKit API to get SVNProperties for the file using path in repository without getting the file content itself?
I'm looking for the functionality equal to the "svn info" . Currently I'm getting them using getFile method of SVNRepository which is obviously overhead :)