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

Re: issue 1093 status

From: Josh Pieper <jjp_at_pobox.com>
Date: 2004-05-27 15:28:50 CEST

McClain Looney wrote:
> Hello,
>
> If I'm reading the tracker properly, it seems to me that svn client in
> trunk is now capable of tracking down moved files during diff/merge
> operations. Is this a correct reading?

For the most part you are correct. However, it will only track the
exact path you specify on the command line, not any subdirectories or
files within a directory.

So you could do:

   svn diff -r10:HEAD http://blah/tags/0.10

Which would show you the diffs between whatever directory tags/0.10
used to be in revision 10 and the current head. But if there were
some moved files within that tags/0.10 directory, the diff would still
show those as delete+adds.

-Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 27 15:29:17 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.