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

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

From: <brian_at_enchanter.net>
Date: 2007-10-08 15:46:42 CEST

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.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 8 15:47:47 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.