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

RE: How to diff full directories

From: Reedick, Andrew <Andrew.Reedick_at_BellSouth.com>
Date: 2006-08-21 15:50:17 CEST

> -----Original Message-----
> From: jonah [mailto:Jonah@GlobalAdAgency.com]
> Sent: Monday, August 21, 2006 3:28 AM
> To: users@subversion.tigris.org
> Subject: How to diff full directories
>
>
> Hello All,
>
> I was wondering if anyone can recommend the best
> way to diff two entire directories. I basically want
> to find ALL the files that are different between the
> two full directories.
>
> Thanks in advance!
> Jonah

I have a script that does an 'svn info -R -r 123 ...' on both trees and
compares the 'Last Changed Rev' and 'Node Kind'. If the revs are
different (and they're files) then I do an 'svn diff' on the two URLs.

I would share the script, but the company I work for has lots of
lawyers.

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. 162

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 21 15:52:50 2006

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.