Gentoo Archives: gentoo-dev

From: Andrew Cowie <andrew@×××××××××××××××××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Issues with using Subversion or arch for kernel development
Date: Mon, 26 Jan 2004 01:51:20
Message-Id: 1075081877.13877.14.camel@localhost
In Reply to: [gentoo-dev] Issues with using Subversion or arch for kernel development by "Andrew P. Lentvorski
1 On Mon, 2004-01-26 at 12:00, Andrew P. Lentvorski, Jr. wrote:
2 > To my mind, the web server dependency of subversion
3
4 Does not exist.
5
6 *One* way you can use it is by accessing the repository through a web
7 server (http:// and https://) - which makes all the network access stuff
8 virtually transparent.
9
10 But an equally valid way of accessing a subversion repository is via
11 their internal protocol (svn://), which can be seamlessly and
12 effortlessly tunnelled over ssh (svn+ssh://). Or you can neglect a
13 network layer entirely and just use a repository local to your project
14 (file://)
15
16 The ebuild does more or less assume you're building it to have the
17 http[s] capability, and so it becomes fairly complex, but there's
18 nothing that says you have to go that way.
19
20 Read for yourself:
21
22 http://svnbook.red-bean.com/
23
24 AfC
25
26 --
27 Andrew Frederick Cowie
28 Operational Dynamics Consulting Pty Ltd
29
30 Australia: +61 2 9977 6866 North America: +1 646 472 5054
31
32 http://www.operationaldynamics.com/
33
34 --
35 gentoo-dev@g.o mailing list