HEADS UP: svn->git transition
Mike Frysinger
vapier at gentoo.org
Thu Apr 30 19:45:23 UTC 2009
On Thursday 30 April 2009 15:15:02 Denys Vlasenko wrote:
> git clone git://busybox.net/var/lib/git/busybox.git
>
> and it worked. Checked-out tree matches latest svn tree.
>
> git clone git+ssh://vda@busybox.net/var/lib/git/busybox.git
>
> works too.
i created a symlink in the root so you dont need the /var/lib/ part. you also
dont need "git+" as git is smart enough now to handle just "ssh://". and vda@
is only necessary if $USERNAME is not "vda".
> I trivially modified shell/hush.c and ran
>
> git push -v --thin git+ssh://vda@busybox.net/var/lib/git/busybox.git
>
> It did not have any effect, the remote repository wasn't updated.
> Running "git commit" prior to this command does not change anything.
something worked:
http://git.busybox.net/busybox/commit/?id=690ad2426e38e8257f9266992c28c7d5e05eafa5
-mike
More information about the busybox
mailing list