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

Re: SVN diff

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-07-18 14:50:17 CEST

On Jul 17, 2005, at 10:38 PM, Calvin wrote:

> I found svn diff can have a --diff-cmd to give me the file
> information only.
>
> But even I only need the file name, svn diff still trying to figure
> out
> what's the difference between the files, which make it very slow,
> as I have
> 198MB bin file checked in twice, diff such a file is not easy.
>
> Is there anyway to signal svn diff only give me the file names?
>

No, that's a new feature somebody is currently working on, I believe.

Another thing you can do is 'svn log -vq -rX:Y projectURL'. That
will show you which paths changed in each revision. The only problem
is that they're not a single list, and there may be duplicates.
Still, it's more accurate than 'svn diff', since 'svn diff' won't
show directory additions or deletions.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 18 14:52:07 2005

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.