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

Re: How do I see a list of all changes to a file through successive revisions?

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2007-10-08 15:50:23 CEST

On 10/8/07, brian@enchanter.net <brian@enchanter.net> wrote:
> For a given file, I'd like Subversion to give me a list of every commit
> which changed that file, and a diff of exactly what changes were made in
> each commit. My goal is to be able to look through the list and find out
> exactly when a specific line of code was changed. How can I get this,
> other than having to do a 'svn diff -r ...' for every revision?
>
> 'svn log' shows me the commits, but not the changes.

svn help should hint you at 'svn blame <your file>' (aka 'svn annotate
<your file>')

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 8 16:07:36 2007

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.