Quoting Nishanth Aravamudan <[EMAIL PROTECTED]>:
> Is there anyway you can send me patches against the kernel tree as
> opposed to the svn repo? It makes my side of things *a lot* easier, as
> right now I have to take your patch against svn and either hand-edit or
> patch my checkout and then diff against the current kernel tree.

In case this is useful to others, I am using the following trick
with softlinks to create -p1 patches suitable to applying to kernel
(requires svn client revision 1.2.3 and up):

cd trunk/src/linux-kernel/
ln -s . drivers
cd ../
svn diff --diff-cmd "/usr/bin/diff" -x -up linux-kernel/drivers/infiniband

I've put this information in the FAQ.

-- 
MST
_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to