Gentoo Archives: gentoo-osx

From: Grobian <grobian@g.o>
To: gentoo-osx@l.g.o
Subject: Re: [gentoo-osx] Re: Prefix tree locaiton
Date: Sat, 26 Aug 2006 08:03:51
Message-Id: 20060826080323.GA4199@gentoo.org
In Reply to: Re: [gentoo-osx] Re: Prefix tree locaiton by Christopher Chan
1 On 25-08-2006 13:50:24 -0700, Christopher Chan wrote:
2 > I'll ask a dumb question, what's a git repo?
3
4 GIT is yet another version control system. However, git belongs to the
5 ones that are designed for distributed collabrative work, or something.
6 It allows local commits on local branches, while being able to "pull" in
7 the changes on the once "imported" branches and "roll-forward" those
8 changes to your local branches. It is also possible to push your
9 changes to the external repositories, which I want to use for updating
10 the SVN tree. In a git local branch I can easily diff with the CVS
11 mainline tree (without it changing under my feet) and merge over the
12 changes to the SVN tree, via the local GIT branch. At least, that's the
13 idea :)
14
15 > Grobian wrote:
16 > >Some update on this stuff;
17 > >
18 > >Last weekend I loaded the svn sources of the prefix tree, and a CVS
19 > >snapshot of the mainline tree in a git repo. I haven't had the time yet
20 > >to experiment with "syncing" them, which I need for binutils, as they
21 > >one in prefix is so old that the distfiles aren't there any more...
22
23 --
24 Fabian Groffen
25 Gentoo for Mac OS X Project
26 --
27 gentoo-osx@g.o mailing list

Replies

Subject Author
Re: [gentoo-osx] Re: Prefix tree locaiton Grobian <grobian@g.o>