我正在使用svnkit 1.7.5 java API。 问题是我无法获取我下载的mime类型的文件。
我试过这个link,但我的“fileProperties”不包含MIME_TYPE。它包含以下属性 -
-File property: svn:entry:revision=2802
-File property: svn:entry:checksum=435f2f0d33d12907ddb6dfd611825ec9
-File property: svn:wc:ra_dav:version-url=/repos/svnkit/!svn/ver/2795/trunk/www/license.html
-File property: svn:entry:last-author=alex
-File property: svn:entry:committed-date=2006-11-13T21:34:27.908657Z
-File property: svn:entry:committed-rev=2795
此外,它不允许fileProperties成为地图。相反,它需要是SVNKit对象。 它的getFile()方法具有以下签名。
getFile(String, long, SVNProperties, OutputStream)