* [gentoo-user] CVS for kernel config?
@ 2006-05-30 21:17 Anthony E. Caudel
2006-05-30 22:08 ` Nick Rout
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Anthony E. Caudel @ 2006-05-30 21:17 UTC (permalink / raw
To: Gentoo Mailing List
I am in the process of moving to an amd64 system and I anticipate a lot
of experimentation/tuning with the kernel.
I was wondering if it is possible to set up CVS (or preferably
Subversion) so that I would be able to back up to any previous
configuration. It seems that if I just kept the .config file in cvs and
checked it in and out as needed that this might work.
Maybe?
Tony
--
Those who would give up essential Liberty, to purchase a little temporary
Safety, deserve neither Liberty nor Safety.
-- Benjamin Franklin
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] CVS for kernel config?
2006-05-30 21:17 [gentoo-user] CVS for kernel config? Anthony E. Caudel
@ 2006-05-30 22:08 ` Nick Rout
2006-05-30 23:08 ` Bo Ørsted Andresen
2006-05-31 15:40 ` [gentoo-user] " Christer Ekholm
2 siblings, 0 replies; 4+ messages in thread
From: Nick Rout @ 2006-05-30 22:08 UTC (permalink / raw
To: gentoo-user
It seems overkill for one file.
On Tue, 30 May 2006 16:17:58 -0500
Anthony E. Caudel wrote:
> I am in the process of moving to an amd64 system and I anticipate a lot
> of experimentation/tuning with the kernel.
>
> I was wondering if it is possible to set up CVS (or preferably
> Subversion) so that I would be able to back up to any previous
> configuration. It seems that if I just kept the .config file in cvs and
> checked it in and out as needed that this might work.
>
> Maybe?
>
> Tony
> --
> Those who would give up essential Liberty, to purchase a little temporary
> Safety, deserve neither Liberty nor Safety.
> -- Benjamin Franklin
> --
> gentoo-user@gentoo.org mailing list
--
Nick Rout <nick@rout.co.nz>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] CVS for kernel config?
2006-05-30 21:17 [gentoo-user] CVS for kernel config? Anthony E. Caudel
2006-05-30 22:08 ` Nick Rout
@ 2006-05-30 23:08 ` Bo Ørsted Andresen
2006-05-31 15:40 ` [gentoo-user] " Christer Ekholm
2 siblings, 0 replies; 4+ messages in thread
From: Bo Ørsted Andresen @ 2006-05-30 23:08 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 571 bytes --]
Tuesday 30 May 2006 23:17 skrev Anthony E. Caudel:
> I was wondering if it is possible to set up CVS (or preferably
> Subversion) so that I would be able to back up to any previous
> configuration. It seems that if I just kept the .config file in cvs and
> checked it in and out as needed that this might work.
>
> Maybe?
Of course you can. The documentation [1] for subversion is excellent. It
really does tell you everything you need to do this. Of course you need to
emerge subversion first... ;)
[1] http://svnbook.red-bean.com/
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-user] Re: CVS for kernel config?
2006-05-30 21:17 [gentoo-user] CVS for kernel config? Anthony E. Caudel
2006-05-30 22:08 ` Nick Rout
2006-05-30 23:08 ` Bo Ørsted Andresen
@ 2006-05-31 15:40 ` Christer Ekholm
2 siblings, 0 replies; 4+ messages in thread
From: Christer Ekholm @ 2006-05-31 15:40 UTC (permalink / raw
To: gentoo-user
"Anthony E. Caudel" <acaudel@gt.rr.com> writes:
> I am in the process of moving to an amd64 system and I anticipate a
> lot of experimentation/tuning with the kernel.
>
> I was wondering if it is possible to set up CVS (or preferably
> Subversion) so that I would be able to back up to any previous
> configuration. It seems that if I just kept the .config file in cvs
> and checked it in and out as needed that this might work.
I suggest good old RCS. Its small, simple, and easy to work with.
just emerge app-text/rcs then:
$ co -l .config
$ vi .config
$ ci -u .config
The revisions is kept as delta in a single file .config,v optionally
in a subdirecdory RCS if that exists, you can even have RCS be a
symlink to som other location if you like.
--
Christer
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-05-31 15:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-30 21:17 [gentoo-user] CVS for kernel config? Anthony E. Caudel
2006-05-30 22:08 ` Nick Rout
2006-05-30 23:08 ` Bo Ørsted Andresen
2006-05-31 15:40 ` [gentoo-user] " Christer Ekholm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox