[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Date of most recently commited change

From: Nick Patavalis <npat_at_inaccessnetworks.com>
Date: 2006-02-06 15:44:32 CET

I have an up-to-date and locally-unmodified working copy. I want to
find the most recent *date* a change to any of the files / direcories
in the working copy was commited.

Will this do the thing?

  svn info -R . | grep '^Last Changed Date' | sort -r | head -1

Is there any better way?

Thanks in advance
/npat

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 6 15:51:59 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.