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

Re: revision history (log messages) for moved files/directories

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-12-04 20:15:39 CET

On Thu, 2003-12-04 at 07:03, Charles E. Doucette wrote:

> At the point Subversion maintains the history from files that you
> copied/moved,
> it would be nice to make it easy to see/use that information. I assume
> this is a post-1.0 feature request?

'svn diff -rX:Y URL' does not follow copy history, yet. It's probably a
post-1.0 feature. For now, you need to explicitly compare the 'old
path' against the 'new path', by running 'svn log' to discover the old
and new paths:

   svn diff URL1@X URL2@Y

I don't know how to make TortoiseSVN do the equivalent. This isn't a
Tortoise users list anyway. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 4 20:16:39 2003

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.