Gentoo Archives: gentoo-dev

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-core@l.g.o, gentoo-dev@l.g.o, gentoo-scm@l.g.o
Subject: Re: [gentoo-core] [gentoo-dev] Git Migration: go-live!
Date: Sun, 09 Aug 2015 14:42:15
Message-Id: 20150809093112.GB28996@schiffbauer.net
In Reply to: Re: [gentoo-dev] Git Migration: go-live! by Michael Weber
1 * Michael Weber schrieb am 09.08.15 um 11:00 Uhr:
2 > -----BEGIN PGP SIGNED MESSAGE-----
3 > Hash: SHA512
4 >
5 > On 08/09/2015 07:36 AM, Robin H. Johnson wrote:
6 > > I'm only 90% sure that everything works, but I've spent almost the
7 > > entire day on it, and there's more to go tomorrow.
8 > Thanks a lot!
9 >
10 > use case: my cvs tree had uncommitted ebuild work (yes, you caught me
11 > actually doing something).
12 > now `cvs diff` no longer works, how can i track down my local changes?
13 > besides diffing against git tree, brain memory aka shell history and
14 > find -newer?
15
16 I'd say:
17
18 - tar your *.ebuild and files/* stuff away
19 - then "git clone" the new git repo.
20 - untar your files in the new git repo
21 - use "git diff"
22
23
24 -Marc
25
26
27 --
28 0x35A64134 - 8AAC 5F46 83B4 DB70 8317
29 3723 296C 6CCA 35A6 4134

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-core] [gentoo-dev] Git Migration: go-live! Mike Frysinger <vapier@g.o>