On 8/2/07, Douglas Gregor
On Aug 1, 2007, at 7:57 PM, Joe Gottman wrote:
Is there any way to look at the read-only files and determine their last change date
I believe that "svn log" gives this information.
Also, providing more detailed information about individual files/dirs and possibly faster: 'svn info': % svn info http://svn.boost.org/svn/boost/trunk/boost.png Path: boost.png Name: boost.png URL: http://svn.boost.org/svn/boost/trunk/boost.png Repository Root: http://svn.boost.org/svn/boost Repository UUID: b8fc166d-592f-0410-95f2-cb63ce0dd405 Revision: 38402 Node Kind: file Last Changed Author: dgregor Last Changed Rev: 30540 Last Changed Date: 2005-08-12 09:02:37 -0400 (Fri, 12 Aug 2005) But 'svn ls' is more user-friendly if you want revision and date information for a directory of files. -- Caleb Epstein