Re: [RFC] Linux Kernel Subversion Howto

From: Stelian Pop
Date: Thu Feb 03 2005 - 05:52:30 EST


On Wed, Feb 02, 2005 at 10:47:58PM +0100, Daniele Venzano wrote:

> Il giorno 02/feb/05, alle 16:54, Stelian Pop ha scritto:
>
> >Hi,
> >
> >I've played lately a bit with Subversion and used it for managing
> >the kernel sources, using Larry McVoy's bk2cvs bridge and Ben Collins'
> >bkcvs2svn conversion script.
>
> Really useful, thanks !
> I'm using svn to manage a very small part of the kernel tree (2 files).
> It is difficult to keep in sync with mainstream development without
> having to fetch and keep huge amounts of data (this regardless of the
> version control system used).

Indeed. As I put it in the howto, the SVN repository is about 900 MB
(but I think it can be less when using svn's fsfs storage backend,
I must test this...), plus 600 MB per working copy.

There is not much anybody can do about this.

> For now I'm keeping the latest stable 2.6 release of the files I need
> in the svn repo, then when I need to sync with the rest of the world, I
> get the latest -bk patch and see if there are some related changes. If
> so, I create a new branch, apply the -bk patch (only the interesting
> part) and then apply my modifications on top of that.

With the 'full' svn solution you lose some storage space but you
gain in time. The above steps are automatic and you don't have to
bother looking at the changes, decide if it matters or not, etc.

> That still means I have to download usually a >1MB compressed file for
> ~60KB of interesting (uncompressed) data, but that is still much better
> than the gigabytes of network traffic needed for a full kernel tree and
> up to date working copies.

I think you end up with pretty much the same network traffic in both
cases (svn or linux.tar.gz + bk patches). The only difference is the
storage cost.

Stelian.
--
Stelian Pop <stelian@xxxxxxxxxx>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/