HEADS UP: svn->git transition

Mike Frysinger vapier at gentoo.org
Thu Apr 30 15:49:12 UTC 2009


On Thursday 30 April 2009 08:57:14 Bernd Schmidt wrote:
> Thierry Reding wrote:
> > You use "git fetch" to update the local repository with the latest
> > changes from the remote repository, then use "git rebase origin/master"
> > to rebase all local commits onto the master branch of the origin
> > repository. origin/master can of course be substituted with any other
> > branch as well.
> >
> > After that you can "git push" your new branch to the remote repository.
>
> That seems to have worked.  Still, I have to ask:  Do people really find
> this easier and more reliable to use than "svn update"?

migrating to git from svn isnt because we think the pushing/pulling steps are 
simpler -- everyone knows git/dscms are more complicated in this regard and a 
noticeable hurdle for people who have only worked with centralized scms.  the 
reasons for git over svn were covered earlier in the thread.  in my mind, git 
is the hands down solution for these projects.

for the nubs out there, i put together a cvs/svn/git cheat sheet:
https://docs.blackfin.uclinux.org/doku.php?id=version_control_systems#quick_references
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.busybox.net/pipermail/uclibc/attachments/20090430/d6d42b37/attachment.pgp>


More information about the uClibc mailing list