Hi Dmitry,
Thanks! That was fast! I will try the SVNPropertyValue approach.
I thought of the SVNLog based approach, but gave it up do to the potential
performance problems.
Regards,
Aravinda
On Tue, Jul 23, 2013 at 3:20 PM, Dmitry Pavlenko wrote:
> Hello Aravinda,
>
> You can get value of svn:
Hello Aravinda,
You can get value of svn:date revision property using
SVNRepository#getRevisionPropertyValue method:
SVNPropertyValue propertyValue =
svnRepository.getRevisionPropertyValue(revision,
SVNRevisionProperty.DATE);
String stringValue = SVNPropertyValue.getPropertyAsString(propertyVa