Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] portage sources have moved from SVN to GIT
Date: Wed, 24 Mar 2010 08:08:27
Message-Id: 4BA9C848.6060404@gentoo.org
1 Hi,
2
3 As the subject says, the portage sources have been moved from SVN to
4 GIT [1]. The new repo is located on git.overlays.gentoo.org [2].
5 I've just updated the documentation to reflect this move [3] and it
6 will be a few minutes before the html regenerates.
7
8 If you have push access then you can commit something to the master
9 branch like this:
10
11 git clone git+ssh://git@×××××××××××××××××××.org/proj/portage.git
12 cd portage
13 # edit files
14 git commit -a
15 git push origin master
16
17 [1] https://bugs.gentoo.org/show_bug.cgi?id=196025
18 [2] http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=summary
19 [3] http://www.gentoo.org/proj/en/portage/doc/testing.xml
20 --
21 Thanks,
22 Zac

Replies

Subject Author
Re: [gentoo-portage-dev] portage sources have moved from SVN to GIT Sebastian Pipping <sping@g.o>