Recommended method to manage vendor branch for Linux kernels (after patching) and svn_load_dirs.pl
From: maser <maseriyer_at_yahoo.com>
Date: 2007-11-15 22:43:04 CET
Hello
We're trying to store patched kernels in a SVN
The current algorithm used is listed below, it is time
#svn checkout current
#cd <to checkout dir>
Get patch from kernel.org and patch current_kernel.org
# bzip2 -dc ../patch-2.6.21.bz2 | patch -p1
List all items that need to be added or deleted
# svn add <select by hand files to be added from svn
compile kernel with patch
# svn commit <patched kernel to current_kernel.org>
tag the current_kernel.org
On the other hand, svn_load_dirs.pl seems to be the
suggestions appreciated.
~iyer
____________________________________________________________________________________
---------------------------------------------------------------------
|
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.