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

Diff usage

From: Mike Craig <Mike.Craig_at_freeclear.com>
Date: 2006-05-04 20:50:57 CEST

I'm trying to figure out a way to get a list of files that have changed
between revision numbers, but I don't want the actual line changes
returned, only the files.

 

For instance, I'd like to see output similar to:

--- sql/schema_v1.0/ v1.0_SQLData.sql (revision 0)

+++ sql/schema_v1.0/ v1.0_SQLData.sql (revision 1440)

 

Or better yet:

New sql/schema_v1.0/v1.0_SQLData.sql (revision 1440)

Modified sql/schema_v1.0/v1.1_SQLData.sql (revision 1440)

 

I don't care so much what changes in the file, just the fact that there
are changes.

 

Thanks,

 

Mike

 
Received on Thu May 4 20:52:48 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.