Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Restoring from the Attic?
Date: Sat, 21 Mar 2015 19:53:21
Message-Id: 20150321195236.GB14567@vapier
In Reply to: [gentoo-dev] Restoring from the Attic? by Joshua Kinard
1 On 21 Mar 2015 14:01, Joshua Kinard wrote:
2 > What's the procedure for restoring ebuilds from the CVS Attic? I need to
3 > temporarily restore an ebuild from the Attic while hunting down a solution for
4 > Bug #543978. The CVS Tutorial doesn't have anything on this specific operation.
5
6 grab a specific file:
7 cvs up -r <rev> <file>
8
9 when you're done, reset it:
10 cvs up -A
11
12 or just download it by hand (use the "Show dead files" link):
13 http://sources.gentoo.org/$CATEGORY/$PN/
14 -mike

Attachments

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