You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Nick Patavalis <np...@inaccessnetworks.com> on 2006/02/06 14:44:32 UTC

Date of most recently commited change

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