* [Buildroot] git upgrade question
@ 2009-06-08 6:59 Dan Pattison
2009-06-08 23:35 ` Paul Archer
0 siblings, 1 reply; 2+ messages in thread
From: Dan Pattison @ 2009-06-08 6:59 UTC (permalink / raw)
To: buildroot
Hello List,
I am using the 2009.02 release of BuildRoot. Is there any way using git
to upgrade to 2009.05 without wiping out all of my changes and
customizations? I have browsed the git website but found nothing about
upgrading a build environment started with svn. Is there a git command
to do this?
Thanks,
Dan Pattison
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] git upgrade question
2009-06-08 6:59 [Buildroot] git upgrade question Dan Pattison
@ 2009-06-08 23:35 ` Paul Archer
0 siblings, 0 replies; 2+ messages in thread
From: Paul Archer @ 2009-06-08 23:35 UTC (permalink / raw)
To: buildroot
If you are working on the release you can patch create a patch from
the 2009.02 release via
$ diff -u original-release-directory/ updated-directory/ > changes.patch
$ cd newest-release
$ patch -p1 < changes.patch
If you have used git to grab the checkout of the 2009.02 you can
re-base your changes (but I don't know how to do that). That or just
do an update and git should figure out what you have changed and what
has changed in since 2009.02 in the official tree.
Regards Paul
On Mon, Jun 8, 2009 at 4:59 PM, Dan Pattison<dan.pattison@ethertek.ca> wrote:
> Hello List,
>
> I am using the 2009.02 release of BuildRoot. Is there any way using git to
> upgrade to 2009.05 without wiping out all of my changes and customizations?
> I have browsed the git website but found nothing about upgrading a build
> environment started with svn. Is there a git command to do this?
>
> Thanks,
> Dan Pattison
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
--
----
Regards
Paul Archer
ptarcher at gmail.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-08 23:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-08 6:59 [Buildroot] git upgrade question Dan Pattison
2009-06-08 23:35 ` Paul Archer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox