vishwajeet singh wrote: >On Tue, Sep 21, 2010 at 1:12 AM, Thomas P Laford < >thomas_p_laf...@raytheon.com> wrote: >> Is there a Java library available that would allow me to access a file >> stored in Subversion (TortoiseSVN 1.6) from a Java application and extract >> its modification date/time? > > Have a look at http://svnkit.com/
but be aware, that subversion doesn't store individual modification date/time but only the date/time a revision was commited. -- Lorenz