View Single Post
  #1  
Old 03-15-2007, 08:22 AM
Dave_Novak Dave_Novak is online now
Registered User
 
Join Date: 04-13-2006
Location: Atlanta, GA
Posts: 64
How might I copy on only diffs between two folders into a third?

Here's the scenario --

* I have Folder A (which contains a copy of my latest source code)
* I have Folder B (which contains a copy of the base version of this same source code)
* Now I wish to create Folder C with just the differences between these two folders. Folder C is to contain only those files that have been updated or added.

Does that make sense? Any suggestions?
Reply With Quote