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

Re: Detecting in which revision a file was last changed

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-10-22 23:53:50 CEST

On Oct 22, 2004, at 4:49 PM, R Smith wrote:

> Hi. I was wondering if there is a straightforward way to determine in
> which revision a file in a repository was last modified, at the
> command line (using "svnlook" or something). Or is it even possible?
> Thanks for any help.
>

With an ordinary client:

    $ svn info foo.c --> look at 'Last Changed Rev'

    $ svn ls -v URL --> shows last changed revs for everything in
the repository.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 22 23:55:15 2004

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

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