That's fine, I can do that in another application, but I'm trying to determine if I can generate a a difference list of files from within the subclipse plugin itself. That would be the ideal.
andy -----Original Message----- From: Peter Boughton [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2008 1:46 PM To: cf-talk Subject: Re: SOT: SVN diff command, available from within subclipse plugin? >I tried creating a diff file, but it lists out every line of code which >differs from branch to branch. I'd like to just find a list of files which >have changes. So you only want the names of files, not the lines of code? In which case you could create the diff, then grep for '^Index: .*$' and you'll get all the filenames within the diff. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315839 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

