RE: How to suppress Index: rows in svn diff
From: André Pönitz <andre_at_wasy.de>
Date: 2006-02-03 15:08:44 CET
Jojakim Stahl wrote:
GNU patch handle the output of 'svn diff' just fine.
If you diff just single files, you might try to play with
(or similar) to strip the first two lines.
Or maybe sed -n '3,$p' instead of tail +3.
I guess there are lots of alternatives...
Andre'
---------------------------------------------------------------------
|
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.