Export entire changed files for zip patch
From: Scott Pederick <scott_at_solidstrategies.com.au>
Date: 2007-06-27 17:02:10 CEST
Hi,
I've been hunting around on the forums and google for the past couple of
I'm working on a number of php projects that I want to generate a zip
So far I've been able to generate a list of the files that have changed:
svn diff -r PREV:HEAD --summarize | sed -e "s/^[AM].*//pi" | sort | uniq
I then loop through the list to export the files from svn to a temporary
Before I continue to bang my head against this one, does anyone know of
Any help will be most greatly appreciated.
Thanks in advance,
Scott
---------------------------------------------------------------------
|
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.