Re: Export entire changed files for zip patch
From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-06-27 18:41:20 CEST
On Jun 27, 2007, at 10:02, Scott Pederick wrote:
> I'm working on a number of php projects that I want to generate a
Oh? How so? "basename" and "mkdir -p" should be your friend...
Your sed is surely wrong, though; it looks like you're asking it to
I'd say you probably want something more like:
sed -n -E -e "s/^[AM].{6}//p"
-n: don't print by default
(At least, those flags are accurate for my BSD sed. With GNU sed it
Then search for lines starting with "A" or "M", followed by any 6
> Before I continue to bang my head against this one, does anyone
Not aware of any existing script, but people do ask for this
How were you planning on handling deletions, by the way?
---------------------------------------------------------------------
|
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.